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

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: self-review 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 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 '../components/components.gyp:search', 3177 '../components/components.gyp:search',
3178 '../components/components.gyp:search_engines', 3178 '../components/components.gyp:search_engines',
3179 '../components/components.gyp:search_provider_logos', 3179 '../components/components.gyp:search_provider_logos',
3180 '../components/components.gyp:security_interstitials_core', 3180 '../components/components.gyp:security_interstitials_core',
3181 '../components/components.gyp:security_state', 3181 '../components/components.gyp:security_state',
3182 '../components/components.gyp:ssl_errors', 3182 '../components/components.gyp:ssl_errors',
3183 '../components/components.gyp:suggestions', 3183 '../components/components.gyp:suggestions',
3184 '../components/components.gyp:signin_core_browser', 3184 '../components/components.gyp:signin_core_browser',
3185 '../components/components.gyp:startup_metric_utils_browser', 3185 '../components/components.gyp:startup_metric_utils_browser',
3186 '../components/components.gyp:startup_metric_utils_browser_message_filte r', 3186 '../components/components.gyp:startup_metric_utils_browser_message_filte r',
3187 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3188 # crbug.com/577698
3189 '../components/components.gyp:startup_metric_utils_common',
3187 '../components/components.gyp:sync_bookmarks', 3190 '../components/components.gyp:sync_bookmarks',
3188 '../components/components.gyp:sync_driver', 3191 '../components/components.gyp:sync_driver',
3189 '../components/components.gyp:sync_sessions', 3192 '../components/components.gyp:sync_sessions',
3190 '../components/components.gyp:translate_core_browser', 3193 '../components/components.gyp:translate_core_browser',
3191 '../components/components.gyp:translate_core_common', 3194 '../components/components.gyp:translate_core_common',
3192 '../components/components.gyp:update_client', 3195 '../components/components.gyp:update_client',
3193 '../components/components.gyp:undo_component', 3196 '../components/components.gyp:undo_component',
3194 '../components/components.gyp:user_prefs', 3197 '../components/components.gyp:user_prefs',
3195 '../components/components_strings.gyp:components_strings', 3198 '../components/components_strings.gyp:components_strings',
3196 # This depends directly on the variations target, rather than just 3199 # This depends directly on the variations target, rather than just
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
4192 '../components/components.gyp:omnibox_browser', 4195 '../components/components.gyp:omnibox_browser',
4193 '../components/components.gyp:rlz', 4196 '../components/components.gyp:rlz',
4194 '../components/components.gyp:search_engines', 4197 '../components/components.gyp:search_engines',
4195 '../rlz/rlz.gyp:rlz_lib', 4198 '../rlz/rlz.gyp:rlz_lib',
4196 ], 4199 ],
4197 }, 4200 },
4198 ], 4201 ],
4199 }], 4202 }],
4200 ], 4203 ],
4201 } 4204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698