diff --git a/lib/gtest/BUCK b/lib/gtest/BUCK index 16b5331b..d1a01d56 100644 --- a/lib/gtest/BUCK +++ b/lib/gtest/BUCK @@ -5,13 +5,13 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. +include_defs('//CSSLAYOUT_DEFS') + with allow_unsafe_import(): import os import urllib2 import zipfile -include_defs('//CSSLAYOUT_DEFS') - # Download gtest dep if it does not exists in path current_dir = os.path.dirname(os.path.realpath(__file__)) gtest_folder = 'googletest-release-1.7.0'