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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1612663002: Use a valid /prefetch argument when launching a process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bit
Patch Set: address comments from gab #13 Created 4 years, 10 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 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3176 '../components/components.gyp:search', 3176 '../components/components.gyp:search',
3177 '../components/components.gyp:search_engines', 3177 '../components/components.gyp:search_engines',
3178 '../components/components.gyp:search_provider_logos', 3178 '../components/components.gyp:search_provider_logos',
3179 '../components/components.gyp:security_interstitials_core', 3179 '../components/components.gyp:security_interstitials_core',
3180 '../components/components.gyp:security_state', 3180 '../components/components.gyp:security_state',
3181 '../components/components.gyp:ssl_errors', 3181 '../components/components.gyp:ssl_errors',
3182 '../components/components.gyp:suggestions', 3182 '../components/components.gyp:suggestions',
3183 '../components/components.gyp:signin_core_browser', 3183 '../components/components.gyp:signin_core_browser',
3184 '../components/components.gyp:startup_metric_utils_browser', 3184 '../components/components.gyp:startup_metric_utils_browser',
3185 '../components/components.gyp:startup_metric_utils_browser_message_filte r', 3185 '../components/components.gyp:startup_metric_utils_browser_message_filte r',
3186 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3187 # crbug.com/577698
3188 '../components/components.gyp:startup_metric_utils_common',
3186 '../components/components.gyp:sync_bookmarks', 3189 '../components/components.gyp:sync_bookmarks',
3187 '../components/components.gyp:sync_driver', 3190 '../components/components.gyp:sync_driver',
3188 '../components/components.gyp:sync_sessions', 3191 '../components/components.gyp:sync_sessions',
3189 '../components/components.gyp:translate_core_browser', 3192 '../components/components.gyp:translate_core_browser',
3190 '../components/components.gyp:translate_core_common', 3193 '../components/components.gyp:translate_core_common',
3191 '../components/components.gyp:update_client', 3194 '../components/components.gyp:update_client',
3192 '../components/components.gyp:undo_component', 3195 '../components/components.gyp:undo_component',
3193 '../components/components.gyp:user_prefs', 3196 '../components/components.gyp:user_prefs',
3194 '../components/components_strings.gyp:components_strings', 3197 '../components/components_strings.gyp:components_strings',
3195 # This depends directly on the variations target, rather than just 3198 # This depends directly on the variations target, rather than just
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 '../components/components.gyp:omnibox_browser', 4194 '../components/components.gyp:omnibox_browser',
4192 '../components/components.gyp:rlz', 4195 '../components/components.gyp:rlz',
4193 '../components/components.gyp:search_engines', 4196 '../components/components.gyp:search_engines',
4194 '../rlz/rlz.gyp:rlz_lib', 4197 '../rlz/rlz.gyp:rlz_lib',
4195 ], 4198 ],
4196 }, 4199 },
4197 ], 4200 ],
4198 }], 4201 }],
4199 ], 4202 ],
4200 } 4203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698