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

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: rebase + prefetch argument for crashpad 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
« no previous file with comments | « chrome/chrome.gyp ('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 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 '../components/components.gyp:search', 3173 '../components/components.gyp:search',
3174 '../components/components.gyp:search_engines', 3174 '../components/components.gyp:search_engines',
3175 '../components/components.gyp:search_provider_logos', 3175 '../components/components.gyp:search_provider_logos',
3176 '../components/components.gyp:security_interstitials_core', 3176 '../components/components.gyp:security_interstitials_core',
3177 '../components/components.gyp:security_state', 3177 '../components/components.gyp:security_state',
3178 '../components/components.gyp:ssl_errors', 3178 '../components/components.gyp:ssl_errors',
3179 '../components/components.gyp:suggestions', 3179 '../components/components.gyp:suggestions',
3180 '../components/components.gyp:signin_core_browser', 3180 '../components/components.gyp:signin_core_browser',
3181 '../components/components.gyp:startup_metric_utils_browser', 3181 '../components/components.gyp:startup_metric_utils_browser',
3182 '../components/components.gyp:startup_metric_utils_browser_message_filte r', 3182 '../components/components.gyp:startup_metric_utils_browser_message_filte r',
3183 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3184 # crbug.com/577698
3185 '../components/components.gyp:startup_metric_utils_common',
3183 '../components/components.gyp:sync_bookmarks', 3186 '../components/components.gyp:sync_bookmarks',
3184 '../components/components.gyp:sync_driver', 3187 '../components/components.gyp:sync_driver',
3185 '../components/components.gyp:sync_sessions', 3188 '../components/components.gyp:sync_sessions',
3186 '../components/components.gyp:translate_core_browser', 3189 '../components/components.gyp:translate_core_browser',
3187 '../components/components.gyp:translate_core_common', 3190 '../components/components.gyp:translate_core_common',
3188 '../components/components.gyp:update_client', 3191 '../components/components.gyp:update_client',
3189 '../components/components.gyp:undo_component', 3192 '../components/components.gyp:undo_component',
3190 '../components/components.gyp:user_prefs', 3193 '../components/components.gyp:user_prefs',
3191 '../components/components_strings.gyp:components_strings', 3194 '../components/components_strings.gyp:components_strings',
3192 # This depends directly on the variations target, rather than just 3195 # This depends directly on the variations target, rather than just
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
4187 '../components/components.gyp:omnibox_browser', 4190 '../components/components.gyp:omnibox_browser',
4188 '../components/components.gyp:rlz', 4191 '../components/components.gyp:rlz',
4189 '../components/components.gyp:search_engines', 4192 '../components/components.gyp:search_engines',
4190 '../rlz/rlz.gyp:rlz_lib', 4193 '../rlz/rlz.gyp:rlz_lib',
4191 ], 4194 ],
4192 }, 4195 },
4193 ], 4196 ],
4194 }], 4197 }],
4195 ], 4198 ],
4196 } 4199 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698