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

Side by Side Diff: build/all.gyp

Issue 614053003: Replace build_angle.gyp with angle.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | build/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 (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'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 '../base/allocator/allocator.gyp:*', 195 '../base/allocator/allocator.gyp:*',
196 ], 196 ],
197 }], 197 }],
198 ], 198 ],
199 'dependencies': [ 199 'dependencies': [
200 '../chrome_elf/chrome_elf.gyp:*', 200 '../chrome_elf/chrome_elf.gyp:*',
201 '../cloud_print/cloud_print.gyp:*', 201 '../cloud_print/cloud_print.gyp:*',
202 '../courgette/courgette.gyp:*', 202 '../courgette/courgette.gyp:*',
203 '../rlz/rlz.gyp:*', 203 '../rlz/rlz.gyp:*',
204 '../sandbox/sandbox.gyp:*', 204 '../sandbox/sandbox.gyp:*',
205 '<(angle_path)/src/build_angle.gyp:*', 205 '<(angle_path)/src/angle.gyp:*',
206 '../third_party/bspatch/bspatch.gyp:*', 206 '../third_party/bspatch/bspatch.gyp:*',
207 '../tools/win/static_initializers/static_initializers.gyp:*', 207 '../tools/win/static_initializers/static_initializers.gyp:*',
208 ], 208 ],
209 }, { 209 }, {
210 'dependencies': [ 210 'dependencies': [
211 '../third_party/libevent/libevent.gyp:*', 211 '../third_party/libevent/libevent.gyp:*',
212 ], 212 ],
213 }], 213 }],
214 ['toolkit_views==1', { 214 ['toolkit_views==1', {
215 'dependencies': [ 215 'dependencies': [
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'dependencies': [ 1311 'dependencies': [
1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1312 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1313 '../ui/views/views.gyp:views', 1313 '../ui/views/views.gyp:views',
1314 '../ui/views/views.gyp:views_unittests', 1314 '../ui/views/views.gyp:views_unittests',
1315 ], 1315 ],
1316 }, # target_name: macviews_builder 1316 }, # target_name: macviews_builder
1317 ], # targets 1317 ], # targets
1318 }], # os=='mac' and toolkit_views==1 1318 }], # os=='mac' and toolkit_views==1
1319 ], # conditions 1319 ], # conditions
1320 } 1320 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698