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

Side by Side Diff: chrome/chrome_browser.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/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/chrome_common.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3323 matching lines...) Expand 10 before | Expand all | Expand 10 after
3334 '../components/components.gyp:flags_ui', 3334 '../components/components.gyp:flags_ui',
3335 '../components/components.gyp:guest_view_browser', 3335 '../components/components.gyp:guest_view_browser',
3336 '../components/components.gyp:history_content_browser', 3336 '../components/components.gyp:history_content_browser',
3337 '../components/components.gyp:keyed_service_content', 3337 '../components/components.gyp:keyed_service_content',
3338 '../components/components.gyp:metrics_gpu', 3338 '../components/components.gyp:metrics_gpu',
3339 '../components/components.gyp:metrics_profiler', 3339 '../components/components.gyp:metrics_profiler',
3340 '../components/components.gyp:metrics_profiler_content', 3340 '../components/components.gyp:metrics_profiler_content',
3341 '../components/components.gyp:navigation_interception', 3341 '../components/components.gyp:navigation_interception',
3342 '../components/components.gyp:net_log', 3342 '../components/components.gyp:net_log',
3343 '../components/components.gyp:network_hints_common', 3343 '../components/components.gyp:network_hints_common',
3344 '../components/components.gyp:network_session_configurator',
3344 '../components/components.gyp:ntp_snippets', 3345 '../components/components.gyp:ntp_snippets',
3345 '../components/components.gyp:ntp_tiles', 3346 '../components/components.gyp:ntp_tiles',
3346 '../components/components.gyp:packed_ct_ev_whitelist', 3347 '../components/components.gyp:packed_ct_ev_whitelist',
3347 '../components/components.gyp:password_manager_content_browser', 3348 '../components/components.gyp:password_manager_content_browser',
3348 '../components/components.gyp:password_manager_sync_browser', 3349 '../components/components.gyp:password_manager_sync_browser',
3349 '../components/components.gyp:power', 3350 '../components/components.gyp:power',
3350 '../components/components.gyp:profile_metrics', 3351 '../components/components.gyp:profile_metrics',
3351 '../components/components.gyp:proxy_config', 3352 '../components/components.gyp:proxy_config',
3352 '../components/components.gyp:renderer_context_menu', 3353 '../components/components.gyp:renderer_context_menu',
3353 '../components/components.gyp:safe_browsing_db', 3354 '../components/components.gyp:safe_browsing_db',
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
4257 '../components/components.gyp:rlz', 4258 '../components/components.gyp:rlz',
4258 '../components/components.gyp:search_engines', 4259 '../components/components.gyp:search_engines',
4259 '../rlz/rlz.gyp:rlz_lib', 4260 '../rlz/rlz.gyp:rlz_lib',
4260 'common', 4261 'common',
4261 ], 4262 ],
4262 }, 4263 },
4263 ], 4264 ],
4264 }], 4265 }],
4265 ], 4266 ],
4266 } 4267 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698