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

Side by Side Diff: build/all.gyp

Issue 861413003: skeleton GYP for CAPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 11 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 | chrome/tools/crash_service/caps/caps.gyp » ('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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 }], 196 }],
197 ['OS=="win"', { 197 ['OS=="win"', {
198 'conditions': [ 198 'conditions': [
199 ['win_use_allocator_shim==1', { 199 ['win_use_allocator_shim==1', {
200 'dependencies': [ 200 'dependencies': [
201 '../base/allocator/allocator.gyp:*', 201 '../base/allocator/allocator.gyp:*',
202 ], 202 ],
203 }], 203 }],
204 ], 204 ],
205 'dependencies': [ 205 'dependencies': [
206 '../chrome/tools/crash_service/caps/caps.gyp:*',
206 '../chrome_elf/chrome_elf.gyp:*', 207 '../chrome_elf/chrome_elf.gyp:*',
207 '../cloud_print/cloud_print.gyp:*', 208 '../cloud_print/cloud_print.gyp:*',
208 '../courgette/courgette.gyp:*', 209 '../courgette/courgette.gyp:*',
209 '../rlz/rlz.gyp:*', 210 '../rlz/rlz.gyp:*',
210 '../sandbox/sandbox.gyp:*', 211 '../sandbox/sandbox.gyp:*',
211 '<(angle_path)/src/angle.gyp:*', 212 '<(angle_path)/src/angle.gyp:*',
212 '../third_party/bspatch/bspatch.gyp:*', 213 '../third_party/bspatch/bspatch.gyp:*',
213 '../tools/win/static_initializers/static_initializers.gyp:*', 214 '../tools/win/static_initializers/static_initializers.gyp:*',
214 ], 215 ],
215 }, { 216 }, {
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'dependencies': [ 1376 'dependencies': [
1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1377 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1377 '../ui/views/views.gyp:views', 1378 '../ui/views/views.gyp:views',
1378 '../ui/views/views.gyp:views_unittests', 1379 '../ui/views/views.gyp:views_unittests',
1379 ], 1380 ],
1380 }, # target_name: macviews_builder 1381 }, # target_name: macviews_builder
1381 ], # targets 1382 ], # targets
1382 }], # os=='mac' and toolkit_views==1 1383 }], # os=='mac' and toolkit_views==1
1383 ], # conditions 1384 ], # conditions
1384 } 1385 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/crash_service/caps/caps.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698