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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 '<@(data_use_measurement_unittest_sources)', | 1045 '<@(data_use_measurement_unittest_sources)', |
1046 '<@(device_event_log_unittest_sources)', | 1046 '<@(device_event_log_unittest_sources)', |
1047 '<@(dom_distiller_unittest_sources)', | 1047 '<@(dom_distiller_unittest_sources)', |
1048 '<@(favicon_base_unittest_sources)', | 1048 '<@(favicon_base_unittest_sources)', |
1049 '<@(favicon_unittest_sources)', | 1049 '<@(favicon_unittest_sources)', |
1050 '<@(flags_ui_unittest_sources)', | 1050 '<@(flags_ui_unittest_sources)', |
1051 '<@(gcm_driver_crypto_unittest_sources)', | 1051 '<@(gcm_driver_crypto_unittest_sources)', |
1052 '<@(gcm_driver_unittest_sources)', | 1052 '<@(gcm_driver_unittest_sources)', |
1053 '<@(google_unittest_sources)', | 1053 '<@(google_unittest_sources)', |
1054 '<@(history_unittest_sources)', | 1054 '<@(history_unittest_sources)', |
1055 » '<@(image_fetcher_unittest_sources)', | 1055 '<@(image_fetcher_unittest_sources)', |
1056 '<@(instance_id_unittest_sources)', | 1056 '<@(instance_id_unittest_sources)', |
1057 '<@(json_schema_unittest_sources)', | 1057 '<@(json_schema_unittest_sources)', |
1058 '<@(keyed_service_unittest_sources)', | 1058 '<@(keyed_service_unittest_sources)', |
1059 '<@(language_usage_metrics_unittest_sources)', | 1059 '<@(language_usage_metrics_unittest_sources)', |
1060 '<@(leveldb_proto_unittest_sources)', | 1060 '<@(leveldb_proto_unittest_sources)', |
1061 '<@(link_header_util_unittest_sources)', | 1061 '<@(link_header_util_unittest_sources)', |
1062 '<@(login_unittest_sources)', | 1062 '<@(login_unittest_sources)', |
1063 '<@(memory_pressure_unittest_sources)', | 1063 '<@(memory_pressure_unittest_sources)', |
1064 '<@(metrics_unittest_sources)', | 1064 '<@(metrics_unittest_sources)', |
1065 '<@(mime_util_unittest_sources)', | 1065 '<@(mime_util_unittest_sources)', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1412 '<@(safe_browsing_db_mobile_unittest_sources)', | 1412 '<@(safe_browsing_db_mobile_unittest_sources)', |
1413 ], | 1413 ], |
1414 }], | 1414 }], |
1415 ['OS != "mac" and use_aura == 0', { | 1415 ['OS != "mac" and use_aura == 0', { |
1416 'sources!': [ | 1416 'sources!': [ |
1417 'display_compositor/buffer_queue_unittest.cc', | 1417 'display_compositor/buffer_queue_unittest.cc', |
1418 ], | 1418 ], |
1419 }], | 1419 }], |
1420 ], | 1420 ], |
1421 }, { # 'OS == "ios"' | 1421 }, { # 'OS == "ios"' |
1422 'sources': [ | |
1423 'webp_transcode/webp_decoder_unittest.mm', | |
1424 ], | |
1425 'sources/': [ | 1422 'sources/': [ |
1426 # Exclude all tests that depends on //content (based on layered- | 1423 # Exclude all tests that depends on //content (based on layered- |
1427 # component directory structure). | 1424 # component directory structure). |
1428 ['exclude', '^[^/]*/content/'], | 1425 ['exclude', '^[^/]*/content/'], |
1429 ], | 1426 ], |
1430 'mac_bundle_resources': [ | 1427 'mac_bundle_resources': [ |
1431 '<(PRODUCT_DIR)/ui_test.pak', | 1428 '<(PRODUCT_DIR)/ui_test.pak', |
1432 ], | 1429 ], |
1433 'dependencies': [ | 1430 'dependencies': [ |
1434 '../ios/web/ios_web.gyp:ios_web_test_support', | 1431 '../ios/web/ios_web.gyp:ios_web_test_support', |
1435 '../third_party/ocmock/ocmock.gyp:ocmock', | 1432 '../third_party/ocmock/ocmock.gyp:ocmock', |
1436 'components.gyp:autofill_ios_browser', | 1433 'components.gyp:autofill_ios_browser', |
1437 'components.gyp:sessions_ios', | 1434 'components.gyp:sessions_ios', |
1438 'components.gyp:signin_ios_browser', | 1435 'components.gyp:signin_ios_browser', |
1439 'components.gyp:signin_ios_browser_test_support', | 1436 'components.gyp:signin_ios_browser_test_support', |
1440 'components.gyp:translate_ios_browser', | 1437 'components.gyp:translate_ios_browser', |
1441 'components.gyp:webp_transcode', | |
1442 ], | 1438 ], |
1443 'actions': [ | 1439 'actions': [ |
1444 { | 1440 { |
1445 'action_name': 'copy_test_data', | 1441 'action_name': 'copy_test_data', |
1446 'variables': { | 1442 'variables': { |
1447 'test_data_files': [ | 1443 'test_data_files': [ |
1448 '../net/data/ssl/certificates', | 1444 '../net/data/ssl/certificates', |
1449 'test/data', | 1445 'test/data', |
1450 ], | 1446 ], |
1451 'test_data_prefix': 'components', | 1447 'test_data_prefix': 'components', |
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2032 'dependencies': [ | 2028 'dependencies': [ |
2033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2029 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2034 ], | 2030 ], |
2035 }], | 2031 }], |
2036 ], | 2032 ], |
2037 }, | 2033 }, |
2038 ], | 2034 ], |
2039 }], | 2035 }], |
2040 ], | 2036 ], |
2041 } | 2037 } |
OLD | NEW |