| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 '<(DEPTH)/base/base.gyp:base_prefs', | 329 '<(DEPTH)/base/base.gyp:base_prefs', |
| 330 '<(DEPTH)/base/base.gyp:base_static', | 330 '<(DEPTH)/base/base.gyp:base_static', |
| 331 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 331 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 332 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 332 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 333 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 333 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
| 334 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 334 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 335 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr
ial_testing_config', | 335 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr
ial_testing_config', |
| 336 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 336 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
| 337 '<(DEPTH)/components/components.gyp:component_updater', | 337 '<(DEPTH)/components/components.gyp:component_updater', |
| 338 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 338 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
| 339 '<(DEPTH)/components/components.gyp:crash_keys', |
| 339 '<(DEPTH)/components/components.gyp:favicon_base', | 340 '<(DEPTH)/components/components.gyp:favicon_base', |
| 340 '<(DEPTH)/components/components.gyp:gcm_driver_common', | 341 '<(DEPTH)/components/components.gyp:gcm_driver_common', |
| 341 '<(DEPTH)/components/components.gyp:json_schema', | 342 '<(DEPTH)/components/components.gyp:json_schema', |
| 342 '<(DEPTH)/components/components.gyp:metrics', | 343 '<(DEPTH)/components/components.gyp:metrics', |
| 343 '<(DEPTH)/components/components.gyp:omnibox_common', | 344 '<(DEPTH)/components/components.gyp:omnibox_common', |
| 344 '<(DEPTH)/components/components.gyp:policy_component_common', | 345 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 345 '<(DEPTH)/components/components.gyp:translate_core_common', | 346 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 346 '<(DEPTH)/components/components.gyp:variations', | 347 '<(DEPTH)/components/components.gyp:variations', |
| 347 '<(DEPTH)/components/components.gyp:version_info', | 348 '<(DEPTH)/components/components.gyp:version_info', |
| 348 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', | 349 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'sources': [ | 660 'sources': [ |
| 660 'common/resource_usage_reporter.mojom', | 661 'common/resource_usage_reporter.mojom', |
| 661 ], | 662 ], |
| 662 'dependencies': [ | 663 'dependencies': [ |
| 663 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 664 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 664 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 665 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 665 ], | 666 ], |
| 666 }, | 667 }, |
| 667 ], | 668 ], |
| 668 } | 669 } |
| OLD | NEW |