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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 '<(DEPTH)/components/components.gyp:component_updater', | 324 '<(DEPTH)/components/components.gyp:component_updater', |
325 '<(DEPTH)/components/components.gyp:content_settings_core_common', | 325 '<(DEPTH)/components/components.gyp:content_settings_core_common', |
326 '<(DEPTH)/components/components.gyp:crash_core_common', | 326 '<(DEPTH)/components/components.gyp:crash_core_common', |
327 '<(DEPTH)/components/components.gyp:error_page_common', | 327 '<(DEPTH)/components/components.gyp:error_page_common', |
328 '<(DEPTH)/components/components.gyp:favicon_base', | 328 '<(DEPTH)/components/components.gyp:favicon_base', |
329 '<(DEPTH)/components/components.gyp:flags_ui_switches', | 329 '<(DEPTH)/components/components.gyp:flags_ui_switches', |
330 '<(DEPTH)/components/components.gyp:gcm_driver_common', | 330 '<(DEPTH)/components/components.gyp:gcm_driver_common', |
331 '<(DEPTH)/components/components.gyp:json_schema', | 331 '<(DEPTH)/components/components.gyp:json_schema', |
332 '<(DEPTH)/components/components.gyp:metrics', | 332 '<(DEPTH)/components/components.gyp:metrics', |
333 '<(DEPTH)/components/components.gyp:metrics_net', | 333 '<(DEPTH)/components/components.gyp:metrics_net', |
| 334 '<(DEPTH)/components/components.gyp:network_session_configurator_switche
s', |
334 '<(DEPTH)/components/components.gyp:omnibox_common', | 335 '<(DEPTH)/components/components.gyp:omnibox_common', |
335 '<(DEPTH)/components/components.gyp:policy', | 336 '<(DEPTH)/components/components.gyp:policy', |
336 '<(DEPTH)/components/components.gyp:policy_component_common', | 337 '<(DEPTH)/components/components.gyp:policy_component_common', |
337 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 338 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
338 # crbug.com/577698 | 339 # crbug.com/577698 |
339 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', | 340 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', |
340 '<(DEPTH)/components/components.gyp:translate_core_common', | 341 '<(DEPTH)/components/components.gyp:translate_core_common', |
341 '<(DEPTH)/components/components.gyp:variations', | 342 '<(DEPTH)/components/components.gyp:variations', |
342 '<(DEPTH)/components/components.gyp:version_info', | 343 '<(DEPTH)/components/components.gyp:version_info', |
343 '<(DEPTH)/components/components_strings.gyp:components_strings', | 344 '<(DEPTH)/components/components_strings.gyp:components_strings', |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 ], | 671 ], |
671 'dependencies': [ | 672 'dependencies': [ |
672 'installer_util', | 673 'installer_util', |
673 '../base/base.gyp:base', | 674 '../base/base.gyp:base', |
674 ], | 675 ], |
675 }, | 676 }, |
676 ], | 677 ], |
677 }], | 678 }], |
678 ], | 679 ], |
679 } | 680 } |
OLD | NEW |