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

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: Re: #22. 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
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 3308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3319 '../components/components.gyp:flags_ui', 3319 '../components/components.gyp:flags_ui',
3320 '../components/components.gyp:guest_view_browser', 3320 '../components/components.gyp:guest_view_browser',
3321 '../components/components.gyp:history_content_browser', 3321 '../components/components.gyp:history_content_browser',
3322 '../components/components.gyp:keyed_service_content', 3322 '../components/components.gyp:keyed_service_content',
3323 '../components/components.gyp:metrics_gpu', 3323 '../components/components.gyp:metrics_gpu',
3324 '../components/components.gyp:metrics_profiler', 3324 '../components/components.gyp:metrics_profiler',
3325 '../components/components.gyp:metrics_profiler_content', 3325 '../components/components.gyp:metrics_profiler_content',
3326 '../components/components.gyp:navigation_interception', 3326 '../components/components.gyp:navigation_interception',
3327 '../components/components.gyp:net_log', 3327 '../components/components.gyp:net_log',
3328 '../components/components.gyp:network_hints_common', 3328 '../components/components.gyp:network_hints_common',
3329 '../components/components.gyp:network_session_configurator',
3329 '../components/components.gyp:ntp_snippets', 3330 '../components/components.gyp:ntp_snippets',
3330 '../components/components.gyp:ntp_tiles', 3331 '../components/components.gyp:ntp_tiles',
3331 '../components/components.gyp:packed_ct_ev_whitelist', 3332 '../components/components.gyp:packed_ct_ev_whitelist',
3332 '../components/components.gyp:password_manager_content_browser', 3333 '../components/components.gyp:password_manager_content_browser',
3333 '../components/components.gyp:password_manager_sync_browser', 3334 '../components/components.gyp:password_manager_sync_browser',
3334 '../components/components.gyp:power', 3335 '../components/components.gyp:power',
3335 '../components/components.gyp:profile_metrics', 3336 '../components/components.gyp:profile_metrics',
3336 '../components/components.gyp:proxy_config', 3337 '../components/components.gyp:proxy_config',
3337 '../components/components.gyp:renderer_context_menu', 3338 '../components/components.gyp:renderer_context_menu',
3338 '../components/components.gyp:safe_browsing_db', 3339 '../components/components.gyp:safe_browsing_db',
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
4237 '../components/components.gyp:rlz', 4238 '../components/components.gyp:rlz',
4238 '../components/components.gyp:search_engines', 4239 '../components/components.gyp:search_engines',
4239 '../rlz/rlz.gyp:rlz_lib', 4240 '../rlz/rlz.gyp:rlz_lib',
4240 'common', 4241 'common',
4241 ], 4242 ],
4242 }, 4243 },
4243 ], 4244 ],
4244 }], 4245 }],
4245 ], 4246 ],
4246 } 4247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698