| 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 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 ], | 1293 ], |
| 1294 'sources/': [ | 1294 'sources/': [ |
| 1295 # Exclude all tests that depends on //content (based on layered- | 1295 # Exclude all tests that depends on //content (based on layered- |
| 1296 # component directory structure). | 1296 # component directory structure). |
| 1297 ['exclude', '^[^/]*/content/'], | 1297 ['exclude', '^[^/]*/content/'], |
| 1298 ], | 1298 ], |
| 1299 'mac_bundle_resources': [ | 1299 'mac_bundle_resources': [ |
| 1300 '<(PRODUCT_DIR)/ui_test.pak', | 1300 '<(PRODUCT_DIR)/ui_test.pak', |
| 1301 ], | 1301 ], |
| 1302 'dependencies': [ | 1302 'dependencies': [ |
| 1303 '../ios/ios_tests.gyp:test_support_ios', | |
| 1304 '../ios/web/ios_web.gyp:ios_web_test_support', | 1303 '../ios/web/ios_web.gyp:ios_web_test_support', |
| 1305 '../third_party/ocmock/ocmock.gyp:ocmock', | 1304 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 1306 'components.gyp:autofill_ios_browser', | 1305 'components.gyp:autofill_ios_browser', |
| 1307 'components.gyp:sessions_ios', | 1306 'components.gyp:sessions_ios', |
| 1308 'components.gyp:signin_ios_browser', | 1307 'components.gyp:signin_ios_browser', |
| 1309 'components.gyp:signin_ios_browser_test_support', | 1308 'components.gyp:signin_ios_browser_test_support', |
| 1310 'components.gyp:translate_ios_browser', | 1309 'components.gyp:translate_ios_browser', |
| 1311 'components.gyp:webp_transcode', | 1310 'components.gyp:webp_transcode', |
| 1312 ], | 1311 ], |
| 1313 'actions': [ | 1312 'actions': [ |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 'dependencies': [ | 1886 'dependencies': [ |
| 1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1887 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1889 ], | 1888 ], |
| 1890 }], | 1889 }], |
| 1891 ], | 1890 ], |
| 1892 }, | 1891 }, |
| 1893 ], | 1892 ], |
| 1894 }], | 1893 }], |
| 1895 ], | 1894 ], |
| 1896 } | 1895 } |
| OLD | NEW |