| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 # Dependencies of language_usage_metrics | 359 # Dependencies of language_usage_metrics |
| 360 'components.gyp:language_usage_metrics', | 360 'components.gyp:language_usage_metrics', |
| 361 | 361 |
| 362 # Dependencies of leveldb_proto | 362 # Dependencies of leveldb_proto |
| 363 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 363 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 364 'components.gyp:leveldb_proto', | 364 'components.gyp:leveldb_proto', |
| 365 'components.gyp:leveldb_proto_test_support', | 365 'components.gyp:leveldb_proto_test_support', |
| 366 | 366 |
| 367 # Dependencies of metrics | 367 # Dependencies of metrics |
| 368 'components.gyp:metrics', | 368 'components.gyp:metrics', |
| 369 'components.gyp:metrics_gpu', |
| 369 'components.gyp:metrics_net', | 370 'components.gyp:metrics_net', |
| 370 'components.gyp:metrics_test_support', | 371 'components.gyp:metrics_test_support', |
| 371 | 372 |
| 372 # Dependencies of network_time | 373 # Dependencies of network_time |
| 373 'components.gyp:network_time', | 374 'components.gyp:network_time', |
| 374 | 375 |
| 375 # Dependencies of omaha_query_params | 376 # Dependencies of omaha_query_params |
| 376 'components.gyp:omaha_query_params', | 377 'components.gyp:omaha_query_params', |
| 377 | 378 |
| 378 # Dependencies of omnibox | 379 # Dependencies of omnibox |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 'conditions': [ | 443 'conditions': [ |
| 443 ['toolkit_views == 1', { | 444 ['toolkit_views == 1', { |
| 444 'sources': [ | 445 'sources': [ |
| 445 'bookmarks/browser/bookmark_node_data_unittest.cc', | 446 'bookmarks/browser/bookmark_node_data_unittest.cc', |
| 446 ], | 447 ], |
| 447 }], | 448 }], |
| 448 ['OS != "ios"', { | 449 ['OS != "ios"', { |
| 449 'sources': [ | 450 'sources': [ |
| 450 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', | 451 'autofill/content/renderer/renderer_save_password_progress_logge
r_unittest.cc', |
| 451 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 452 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
| 453 'metrics/gpu/gpu_metrics_provider_unittest.cc', |
| 452 'power/origin_power_map_unittest.cc', | 454 'power/origin_power_map_unittest.cc', |
| 453 ], | 455 ], |
| 454 'dependencies': [ | 456 'dependencies': [ |
| 455 # Dependencies of autofill | 457 # Dependencies of autofill |
| 456 'components.gyp:autofill_content_browser', | 458 'components.gyp:autofill_content_browser', |
| 457 'components.gyp:autofill_content_renderer', | 459 'components.gyp:autofill_content_renderer', |
| 458 'components.gyp:autofill_content_test_support', | 460 'components.gyp:autofill_content_test_support', |
| 459 | 461 |
| 460 # Dependencies of dom_distiller | 462 # Dependencies of dom_distiller |
| 461 'components.gyp:dom_distiller_content', | 463 'components.gyp:dom_distiller_content', |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 'dependencies': [ | 943 'dependencies': [ |
| 942 '../base/allocator/allocator.gyp:allocator', | 944 '../base/allocator/allocator.gyp:allocator', |
| 943 ], | 945 ], |
| 944 }], | 946 }], |
| 945 ], | 947 ], |
| 946 }, | 948 }, |
| 947 ], | 949 ], |
| 948 }], | 950 }], |
| 949 ], | 951 ], |
| 950 } | 952 } |
| OLD | NEW |