| 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 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 'sources!': [ | 1269 'sources!': [ |
| 1270 'password_manager/core/browser/password_store_default_unittest.cc', | 1270 'password_manager/core/browser/password_store_default_unittest.cc', |
| 1271 ], | 1271 ], |
| 1272 }], | 1272 }], |
| 1273 ['OS == "android"', { | 1273 ['OS == "android"', { |
| 1274 'sources': [ | 1274 'sources': [ |
| 1275 '<@(cronet_unittest_sources)', | 1275 '<@(cronet_unittest_sources)', |
| 1276 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo
cking_page_unittest.cc', | 1276 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blo
cking_page_unittest.cc', |
| 1277 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res
ource_throttle_unittest.cc', | 1277 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_res
ource_throttle_unittest.cc', |
| 1278 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_
manager_unittest.cc', | 1278 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_
manager_unittest.cc', |
| 1279 'data_usage/android/traffic_stats_amortizer_unittest.cc', |
| 1279 'invalidation/impl/invalidation_logger_unittest.cc', | 1280 'invalidation/impl/invalidation_logger_unittest.cc', |
| 1280 'invalidation/impl/invalidation_service_android_unittest.cc', | 1281 'invalidation/impl/invalidation_service_android_unittest.cc', |
| 1281 ], | 1282 ], |
| 1282 'sources!': [ | 1283 'sources!': [ |
| 1283 'gcm_driver/gcm_account_mapper_unittest.cc', | 1284 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 1284 'gcm_driver/gcm_channel_status_request_unittest.cc', | 1285 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 1285 'gcm_driver/gcm_client_impl_unittest.cc', | 1286 'gcm_driver/gcm_client_impl_unittest.cc', |
| 1286 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 1287 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 1287 'gcm_driver/gcm_driver_desktop_unittest.cc', | 1288 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 1288 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 1289 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 1289 'gcm_driver/instance_id/instance_id_driver_unittest.cc', | 1290 'gcm_driver/instance_id/instance_id_driver_unittest.cc', |
| 1290 'sessions/core/session_backend_unittest.cc', | 1291 'sessions/core/session_backend_unittest.cc', |
| 1291 'storage_monitor/media_storage_util_unittest.cc', | 1292 'storage_monitor/media_storage_util_unittest.cc', |
| 1292 'storage_monitor/storage_info_unittest.cc', | 1293 'storage_monitor/storage_info_unittest.cc', |
| 1293 'storage_monitor/storage_monitor_unittest.cc', | 1294 'storage_monitor/storage_monitor_unittest.cc', |
| 1294 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 1295 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 1295 ], | 1296 ], |
| 1296 'dependencies': [ | 1297 'dependencies': [ |
| 1297 'components.gyp:cronet_static', | 1298 'components.gyp:cronet_static', |
| 1298 'components.gyp:data_reduction_proxy_content', | 1299 'components.gyp:data_reduction_proxy_content', |
| 1300 'components.gyp:data_usage_android', |
| 1299 'components.gyp:safe_json_java', | 1301 'components.gyp:safe_json_java', |
| 1300 '../content/content.gyp:content_java', | 1302 '../content/content.gyp:content_java', |
| 1301 '../testing/android/native_test.gyp:native_test_native_code', | 1303 '../testing/android/native_test.gyp:native_test_native_code', |
| 1302 ], | 1304 ], |
| 1303 'dependencies!': [ | 1305 'dependencies!': [ |
| 1304 'components.gyp:storage_monitor', | 1306 'components.gyp:storage_monitor', |
| 1305 'components.gyp:storage_monitor_test_support', | 1307 'components.gyp:storage_monitor_test_support', |
| 1306 'components.gyp:web_modal', | 1308 'components.gyp:web_modal', |
| 1307 'components.gyp:web_modal_test_support', | 1309 'components.gyp:web_modal_test_support', |
| 1308 ], | 1310 ], |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'dependencies': [ | 1820 'dependencies': [ |
| 1819 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1820 ], | 1822 ], |
| 1821 }], | 1823 }], |
| 1822 ], | 1824 ], |
| 1823 }, | 1825 }, |
| 1824 ], | 1826 ], |
| 1825 }], | 1827 }], |
| 1826 ], | 1828 ], |
| 1827 } | 1829 } |
| OLD | NEW |