| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 # Dependencies of language_usage_metrics | 345 # Dependencies of language_usage_metrics |
| 346 'components.gyp:language_usage_metrics', | 346 'components.gyp:language_usage_metrics', |
| 347 | 347 |
| 348 # Dependencies of leveldb_proto | 348 # Dependencies of leveldb_proto |
| 349 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 349 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 350 'components.gyp:leveldb_proto', | 350 'components.gyp:leveldb_proto', |
| 351 'components.gyp:leveldb_proto_test_support', | 351 'components.gyp:leveldb_proto_test_support', |
| 352 | 352 |
| 353 # Dependencies of metrics | 353 # Dependencies of metrics |
| 354 'components.gyp:metrics', | 354 'components.gyp:metrics', |
| 355 'components.gyp:metrics_gpu', |
| 355 'components.gyp:metrics_net', | 356 'components.gyp:metrics_net', |
| 356 'components.gyp:metrics_test_support', | 357 'components.gyp:metrics_test_support', |
| 357 | 358 |
| 358 # Dependencies of network_time | 359 # Dependencies of network_time |
| 359 'components.gyp:network_time', | 360 'components.gyp:network_time', |
| 360 | 361 |
| 361 # Dependencies of omaha_query_params | 362 # Dependencies of omaha_query_params |
| 362 'components.gyp:omaha_query_params', | 363 'components.gyp:omaha_query_params', |
| 363 | 364 |
| 364 # Dependencies of omnibox | 365 # Dependencies of omnibox |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 'conditions': [ | 429 'conditions': [ |
| 429 ['toolkit_views == 1', { | 430 ['toolkit_views == 1', { |
| 430 'sources': [ | 431 'sources': [ |
| 431 'bookmarks/browser/bookmark_node_data_unittest.cc', | 432 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 432 ], | 433 ], |
| 433 }], | 434 }], |
| 434 ['OS != "ios"', { | 435 ['OS != "ios"', { |
| 435 'sources': [ | 436 'sources': [ |
| 436 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 437 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 437 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 438 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 439 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 438 'power/origin_power_map_unittest.cc', | 440 'power/origin_power_map_unittest.cc', |
| 439 ], | 441 ], |
| 440 'dependencies': [ | 442 'dependencies': [ |
| 441 # Dependencies of autofill | 443 # Dependencies of autofill |
| 442 'components.gyp:autofill_content_browser', | 444 'components.gyp:autofill_content_browser', |
| 443 'components.gyp:autofill_content_renderer', | 445 'components.gyp:autofill_content_renderer', |
| 444 'components.gyp:autofill_content_test_support', | 446 'components.gyp:autofill_content_test_support', |
| 445 | 447 |
| 446 # Dependencies of component_updater | 448 # Dependencies of component_updater |
| 447 'components.gyp:component_updater', | 449 'components.gyp:component_updater', |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'dependencies': [ | 928 'dependencies': [ |
| 927 '../base/allocator/allocator.gyp:allocator', | 929 '../base/allocator/allocator.gyp:allocator', |
| 928 ], | 930 ], |
| 929 }], | 931 }], |
| 930 ], | 932 ], |
| 931 }, | 933 }, |
| 932 ], | 934 ], |
| 933 }], | 935 }], |
| 934 ], | 936 ], |
| 935 } | 937 } |
| OLD | NEW |