OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1321 'components.gyp:safe_browsing_db_mobile', | 1321 'components.gyp:safe_browsing_db_mobile', |
1322 ], | 1322 ], |
1323 'sources': [ | 1323 'sources': [ |
1324 '<@(safe_browsing_db_mobile_unittest_sources)', | 1324 '<@(safe_browsing_db_mobile_unittest_sources)', |
1325 ], | 1325 ], |
1326 }], | 1326 }], |
1327 ], | 1327 ], |
1328 }, { # 'OS == "ios"' | 1328 }, { # 'OS == "ios"' |
1329 'sources': [ | 1329 'sources': [ |
1330 'webp_transcode/webp_decoder_unittest.mm', | 1330 'webp_transcode/webp_decoder_unittest.mm', |
1331 'webp_transcode/webp_network_client_unittest.mm', | |
1332 ], | 1331 ], |
1333 'sources/': [ | 1332 'sources/': [ |
1334 # Exclude all tests that depends on //content (based on layered- | 1333 # Exclude all tests that depends on //content (based on layered- |
1335 # component directory structure). | 1334 # component directory structure). |
1336 ['exclude', '^[^/]*/content/'], | 1335 ['exclude', '^[^/]*/content/'], |
1337 ], | 1336 ], |
1338 'mac_bundle_resources': [ | 1337 'mac_bundle_resources': [ |
1339 '<(PRODUCT_DIR)/ui_test.pak', | 1338 '<(PRODUCT_DIR)/ui_test.pak', |
1340 ], | 1339 ], |
1341 'dependencies': [ | 1340 'dependencies': [ |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1924 'dependencies': [ | 1923 'dependencies': [ |
1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1926 ], | 1925 ], |
1927 }], | 1926 }], |
1928 ], | 1927 ], |
1929 }, | 1928 }, |
1930 ], | 1929 ], |
1931 }], | 1930 }], |
1932 ], | 1931 ], |
1933 } | 1932 } |
OLD | NEW |