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

Side by Side Diff: build/all.gyp

Issue 2193823002: A tool to disable the outdated build detector for organic installs of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromium.fyi.json 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
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '../chromecast/chromecast.gyp:*', 219 '../chromecast/chromecast.gyp:*',
220 ], 220 ],
221 }], 221 }],
222 ['use_x11==1', { 222 ['use_x11==1', {
223 'dependencies': [ 223 'dependencies': [
224 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 224 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
225 ], 225 ],
226 }], 226 }],
227 ['OS=="win"', { 227 ['OS=="win"', {
228 'dependencies': [ 228 'dependencies': [
229 '../chrome/tools/disable_outdated_build_detector/disable_outdated_bu ild_detector.gyp:*',
229 '../chrome_elf/chrome_elf.gyp:*', 230 '../chrome_elf/chrome_elf.gyp:*',
230 '../courgette/courgette.gyp:*', 231 '../courgette/courgette.gyp:*',
231 '../rlz/rlz.gyp:*', 232 '../rlz/rlz.gyp:*',
232 '../sandbox/sandbox.gyp:*', 233 '../sandbox/sandbox.gyp:*',
233 '<(angle_path)/src/angle.gyp:*', 234 '<(angle_path)/src/angle.gyp:*',
234 '../third_party/bspatch/bspatch.gyp:*', 235 '../third_party/bspatch/bspatch.gyp:*',
235 '../tools/win/static_initializers/static_initializers.gyp:*', 236 '../tools/win/static_initializers/static_initializers.gyp:*',
236 ], 237 ],
237 }], 238 }],
238 ['toolkit_views==1', { 239 ['toolkit_views==1', {
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 'dependencies': [ 1334 'dependencies': [
1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1335 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1335 '../ui/views/views.gyp:views', 1336 '../ui/views/views.gyp:views',
1336 '../ui/views/views.gyp:views_unittests', 1337 '../ui/views/views.gyp:views_unittests',
1337 ], 1338 ],
1338 }, # target_name: macviews_builder 1339 }, # target_name: macviews_builder
1339 ], # targets 1340 ], # targets
1340 }], # os=='mac' and toolkit_views==1 1341 }], # os=='mac' and toolkit_views==1
1341 ], # conditions 1342 ], # conditions
1342 } 1343 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698