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

Side by Side Diff: build/all.gyp

Issue 1053563004: Add src/extensions to All target in gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ], 106 ],
107 }], 107 }],
108 ['OS!="ios" and OS!="android" and chromecast==0', { 108 ['OS!="ios" and OS!="android" and chromecast==0', {
109 'dependencies': [ 109 'dependencies': [
110 '../third_party/re2/re2.gyp:re2', 110 '../third_party/re2/re2.gyp:re2',
111 '../chrome/chrome.gyp:*', 111 '../chrome/chrome.gyp:*',
112 '../chrome/tools/profile_reset/jtl_compiler.gyp:*', 112 '../chrome/tools/profile_reset/jtl_compiler.gyp:*',
113 '../cc/blink/cc_blink_tests.gyp:*', 113 '../cc/blink/cc_blink_tests.gyp:*',
114 '../cc/cc_tests.gyp:*', 114 '../cc/cc_tests.gyp:*',
115 '../device/usb/usb.gyp:*', 115 '../device/usb/usb.gyp:*',
116 '../extensions/extensions.gyp:*',
117 '../extensions/extensions_tests.gyp:*',
116 '../gin/gin.gyp:*', 118 '../gin/gin.gyp:*',
117 '../gpu/gpu.gyp:*', 119 '../gpu/gpu.gyp:*',
118 '../gpu/tools/tools.gyp:*', 120 '../gpu/tools/tools.gyp:*',
119 '../ipc/ipc.gyp:*', 121 '../ipc/ipc.gyp:*',
120 '../ipc/mojo/ipc_mojo.gyp:*', 122 '../ipc/mojo/ipc_mojo.gyp:*',
121 '../jingle/jingle.gyp:*', 123 '../jingle/jingle.gyp:*',
122 '../media/cast/cast.gyp:*', 124 '../media/cast/cast.gyp:*',
123 '../media/media.gyp:*', 125 '../media/media.gyp:*',
124 '../mojo/mojo.gyp:*', 126 '../mojo/mojo.gyp:*',
125 '../mojo/mojo_base.gyp:*', 127 '../mojo/mojo_base.gyp:*',
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 'dependencies': [ 1374 'dependencies': [
1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1374 '../ui/views/views.gyp:views', 1376 '../ui/views/views.gyp:views',
1375 '../ui/views/views.gyp:views_unittests', 1377 '../ui/views/views.gyp:views_unittests',
1376 ], 1378 ],
1377 }, # target_name: macviews_builder 1379 }, # target_name: macviews_builder
1378 ], # targets 1380 ], # targets
1379 }], # os=='mac' and toolkit_views==1 1381 }], # os=='mac' and toolkit_views==1
1380 ], # conditions 1382 ], # conditions
1381 } 1383 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698