Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: chrome/chrome_common.gypi

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 '<(DEPTH)/components/components.gyp:component_updater', 332 '<(DEPTH)/components/components.gyp:component_updater',
333 '<(DEPTH)/components/components.gyp:content_settings_core_common', 333 '<(DEPTH)/components/components.gyp:content_settings_core_common',
334 '<(DEPTH)/components/components.gyp:crash_core_common', 334 '<(DEPTH)/components/components.gyp:crash_core_common',
335 '<(DEPTH)/components/components.gyp:error_page_common', 335 '<(DEPTH)/components/components.gyp:error_page_common',
336 '<(DEPTH)/components/components.gyp:favicon_base', 336 '<(DEPTH)/components/components.gyp:favicon_base',
337 '<(DEPTH)/components/components.gyp:flags_ui_switches', 337 '<(DEPTH)/components/components.gyp:flags_ui_switches',
338 '<(DEPTH)/components/components.gyp:gcm_driver_common', 338 '<(DEPTH)/components/components.gyp:gcm_driver_common',
339 '<(DEPTH)/components/components.gyp:json_schema', 339 '<(DEPTH)/components/components.gyp:json_schema',
340 '<(DEPTH)/components/components.gyp:metrics', 340 '<(DEPTH)/components/components.gyp:metrics',
341 '<(DEPTH)/components/components.gyp:metrics_net', 341 '<(DEPTH)/components/components.gyp:metrics_net',
342 '<(DEPTH)/components/components.gyp:network_session_configurator_switche s',
342 '<(DEPTH)/components/components.gyp:omnibox_common', 343 '<(DEPTH)/components/components.gyp:omnibox_common',
343 '<(DEPTH)/components/components.gyp:policy', 344 '<(DEPTH)/components/components.gyp:policy',
344 '<(DEPTH)/components/components.gyp:policy_component_common', 345 '<(DEPTH)/components/components.gyp:policy_component_common',
345 # TODO(fdoray): Remove this once the PreRead field trial has expired. 346 # TODO(fdoray): Remove this once the PreRead field trial has expired.
346 # crbug.com/577698 347 # crbug.com/577698
347 '<(DEPTH)/components/components.gyp:startup_metric_utils_common', 348 '<(DEPTH)/components/components.gyp:startup_metric_utils_common',
348 '<(DEPTH)/components/components.gyp:translate_core_common', 349 '<(DEPTH)/components/components.gyp:translate_core_common',
349 '<(DEPTH)/components/components.gyp:variations', 350 '<(DEPTH)/components/components.gyp:variations',
350 '<(DEPTH)/components/components.gyp:version_info', 351 '<(DEPTH)/components/components.gyp:version_info',
351 '<(DEPTH)/components/components_strings.gyp:components_strings', 352 '<(DEPTH)/components/components_strings.gyp:components_strings',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 ], 678 ],
678 'dependencies': [ 679 'dependencies': [
679 'installer_util', 680 'installer_util',
680 '../base/base.gyp:base', 681 '../base/base.gyp:base',
681 ], 682 ],
682 }, 683 },
683 ], 684 ],
684 }], 685 }],
685 ], 686 ],
686 } 687 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698