| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'domain_reliability/scheduler_unittest.cc', | 126 'domain_reliability/scheduler_unittest.cc', |
| 127 'domain_reliability/test_util.cc', | 127 'domain_reliability/test_util.cc', |
| 128 'domain_reliability/test_util.h', | 128 'domain_reliability/test_util.h', |
| 129 'domain_reliability/uploader_unittest.cc', | 129 'domain_reliability/uploader_unittest.cc', |
| 130 'domain_reliability/util_unittest.cc', | 130 'domain_reliability/util_unittest.cc', |
| 131 # Note: GN tests converted to here, need to do the rest. | 131 # Note: GN tests converted to here, need to do the rest. |
| 132 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', | 132 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc', |
| 133 'enhanced_bookmarks/image_store_ios_unittest.mm', | 133 'enhanced_bookmarks/image_store_ios_unittest.mm', |
| 134 'enhanced_bookmarks/image_store_unittest.cc', | 134 'enhanced_bookmarks/image_store_unittest.cc', |
| 135 'enhanced_bookmarks/item_position_unittest.cc', | 135 'enhanced_bookmarks/item_position_unittest.cc', |
| 136 'favicon_base/fallback_icon_specs_builder_unittest.cc', |
| 136 'feedback/feedback_common_unittest.cc', | 137 'feedback/feedback_common_unittest.cc', |
| 137 'feedback/feedback_data_unittest.cc', | 138 'feedback/feedback_data_unittest.cc', |
| 138 'feedback/feedback_uploader_unittest.cc', | 139 'feedback/feedback_uploader_unittest.cc', |
| 139 'gcm_driver/gcm_account_mapper_unittest.cc', | 140 'gcm_driver/gcm_account_mapper_unittest.cc', |
| 140 'gcm_driver/gcm_channel_status_request_unittest.cc', | 141 'gcm_driver/gcm_channel_status_request_unittest.cc', |
| 141 'gcm_driver/gcm_client_impl_unittest.cc', | 142 'gcm_driver/gcm_client_impl_unittest.cc', |
| 142 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 143 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
| 143 'gcm_driver/gcm_driver_desktop_unittest.cc', | 144 'gcm_driver/gcm_driver_desktop_unittest.cc', |
| 144 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 145 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
| 145 'google/core/browser/google_url_tracker_unittest.cc', | 146 'google/core/browser/google_url_tracker_unittest.cc', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 | 347 |
| 347 # Dependencies of component_updater | 348 # Dependencies of component_updater |
| 348 'components.gyp:component_updater', | 349 'components.gyp:component_updater', |
| 349 'components.gyp:component_updater_test_support', | 350 'components.gyp:component_updater_test_support', |
| 350 '../third_party/libxml/libxml.gyp:libxml', | 351 '../third_party/libxml/libxml.gyp:libxml', |
| 351 | 352 |
| 352 # Dependencies of content_settings | 353 # Dependencies of content_settings |
| 353 'components.gyp:content_settings_core_browser', | 354 'components.gyp:content_settings_core_browser', |
| 354 'components.gyp:content_settings_core_common', | 355 'components.gyp:content_settings_core_common', |
| 355 'components.gyp:content_settings_core_test_support', | 356 'components.gyp:content_settings_core_test_support', |
| 356 | 357 |
| 357 # Dependencies of packed CT EV white list | 358 # Dependencies of packed CT EV white list |
| 358 'components.gyp:packed_ct_ev_whitelist', | 359 'components.gyp:packed_ct_ev_whitelist', |
| 359 | 360 |
| 360 # Dependencies of crash | 361 # Dependencies of crash |
| 361 'components.gyp:crash_test_support', | 362 'components.gyp:crash_test_support', |
| 362 | 363 |
| 363 # Dependencies of crx_file | 364 # Dependencies of crx_file |
| 364 'components.gyp:crx_file', | 365 'components.gyp:crx_file', |
| 365 | 366 |
| 366 # Dependencies of data_reduction_proxy | 367 # Dependencies of data_reduction_proxy |
| 367 'components.gyp:data_reduction_proxy_core_browser', | 368 'components.gyp:data_reduction_proxy_core_browser', |
| 368 'components.gyp:data_reduction_proxy_core_common', | 369 'components.gyp:data_reduction_proxy_core_common', |
| 369 'components.gyp:data_reduction_proxy_test_support', | 370 'components.gyp:data_reduction_proxy_test_support', |
| 370 | 371 |
| 371 # Dependencies of dom_distiller | 372 # Dependencies of dom_distiller |
| 372 'components.gyp:distilled_page_proto', | 373 'components.gyp:distilled_page_proto', |
| 373 'components.gyp:dom_distiller_core', | 374 'components.gyp:dom_distiller_core', |
| 374 'components.gyp:dom_distiller_test_support', | 375 'components.gyp:dom_distiller_test_support', |
| 375 | 376 |
| 376 # Dependencies of domain_reliability | 377 # Dependencies of domain_reliability |
| 377 'components.gyp:domain_reliability', | 378 'components.gyp:domain_reliability', |
| 378 | 379 |
| 379 # Dependencies of enhanced_bookmarks | 380 # Dependencies of enhanced_bookmarks |
| 380 'components.gyp:enhanced_bookmarks', | 381 'components.gyp:enhanced_bookmarks', |
| 381 'components.gyp:enhanced_bookmarks_test_support', | 382 'components.gyp:enhanced_bookmarks_test_support', |
| 382 | 383 |
| 384 # Dependencies of favicon_base |
| 385 'components.gyp:favicon_base', |
| 386 |
| 383 # Dependencies of feedback | 387 # Dependencies of feedback |
| 384 'components.gyp:feedback_component', | 388 'components.gyp:feedback_component', |
| 385 | 389 |
| 386 # Dependencies of gcm | 390 # Dependencies of gcm |
| 387 'components.gyp:gcm_driver', | 391 'components.gyp:gcm_driver', |
| 388 'components.gyp:gcm_driver_test_support', | 392 'components.gyp:gcm_driver_test_support', |
| 389 | 393 |
| 390 # Dependencies of google | 394 # Dependencies of google |
| 391 'components.gyp:google_core_browser', | 395 'components.gyp:google_core_browser', |
| 392 | 396 |
| (...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 'dependencies': [ | 1119 'dependencies': [ |
| 1116 '../base/allocator/allocator.gyp:allocator', | 1120 '../base/allocator/allocator.gyp:allocator', |
| 1117 ], | 1121 ], |
| 1118 }], | 1122 }], |
| 1119 ], | 1123 ], |
| 1120 }, | 1124 }, |
| 1121 ], | 1125 ], |
| 1122 }], | 1126 }], |
| 1123 ], | 1127 ], |
| 1124 } | 1128 } |
| OLD | NEW |