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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2166363003: Offline pages using NQE 2G Slow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing, renaming method to match rebase Created 4 years, 4 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 3420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3431 '../components/components.gyp:network_hints_common', 3431 '../components/components.gyp:network_hints_common',
3432 '../components/components.gyp:network_session_configurator', 3432 '../components/components.gyp:network_session_configurator',
3433 '../components/components.gyp:ntp_snippets', 3433 '../components/components.gyp:ntp_snippets',
3434 '../components/components.gyp:ntp_tiles', 3434 '../components/components.gyp:ntp_tiles',
3435 '../components/components.gyp:packed_ct_ev_whitelist', 3435 '../components/components.gyp:packed_ct_ev_whitelist',
3436 '../components/components.gyp:password_manager_content_browser', 3436 '../components/components.gyp:password_manager_content_browser',
3437 '../components/components.gyp:password_manager_sync_browser', 3437 '../components/components.gyp:password_manager_sync_browser',
3438 '../components/components.gyp:power', 3438 '../components/components.gyp:power',
3439 '../components/components.gyp:profile_metrics', 3439 '../components/components.gyp:profile_metrics',
3440 '../components/components.gyp:proxy_config', 3440 '../components/components.gyp:proxy_config',
3441 '../components/components.gyp:previews',
Lei Zhang 2016/07/28 20:41:52 alphabetical order please
RyanSturm 2016/07/28 22:07:18 Done.
3441 '../components/components.gyp:renderer_context_menu', 3442 '../components/components.gyp:renderer_context_menu',
3442 '../components/components.gyp:safe_browsing_db', 3443 '../components/components.gyp:safe_browsing_db',
3443 '../components/components.gyp:safe_json', 3444 '../components/components.gyp:safe_json',
3444 '../components/components.gyp:security_state', 3445 '../components/components.gyp:security_state',
3445 '../components/components.gyp:sessions_content', 3446 '../components/components.gyp:sessions_content',
3446 '../components/components.gyp:ssl_config', 3447 '../components/components.gyp:ssl_config',
3447 '../components/components.gyp:storage_monitor', 3448 '../components/components.gyp:storage_monitor',
3448 '../components/components.gyp:subresource_filter_content_browser', 3449 '../components/components.gyp:subresource_filter_content_browser',
3449 '../components/components.gyp:syncable_prefs', 3450 '../components/components.gyp:syncable_prefs',
3450 '../components/components.gyp:translate_content_browser', 3451 '../components/components.gyp:translate_content_browser',
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 '../components/components.gyp:rlz', 4345 '../components/components.gyp:rlz',
4345 '../components/components.gyp:search_engines', 4346 '../components/components.gyp:search_engines',
4346 '../rlz/rlz.gyp:rlz_lib', 4347 '../rlz/rlz.gyp:rlz_lib',
4347 'common', 4348 'common',
4348 ], 4349 ],
4349 }, 4350 },
4350 ], 4351 ],
4351 }], 4352 }],
4352 ], 4353 ],
4353 } 4354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698