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

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: 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
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 ], 218 ],
219 'dependencies': [ 219 'dependencies': [
220 '../chrome_elf/chrome_elf.gyp:*', 220 '../chrome_elf/chrome_elf.gyp:*',
221 '../cloud_print/cloud_print.gyp:*', 221 '../cloud_print/cloud_print.gyp:*',
222 '../courgette/courgette.gyp:*', 222 '../courgette/courgette.gyp:*',
223 '../rlz/rlz.gyp:*', 223 '../rlz/rlz.gyp:*',
224 '../sandbox/sandbox.gyp:*', 224 '../sandbox/sandbox.gyp:*',
225 '<(angle_path)/src/angle.gyp:*', 225 '<(angle_path)/src/angle.gyp:*',
226 '../third_party/bspatch/bspatch.gyp:*', 226 '../third_party/bspatch/bspatch.gyp:*',
227 '../tools/win/static_initializers/static_initializers.gyp:*', 227 '../tools/win/static_initializers/static_initializers.gyp:*',
228 '../chrome/tools/crash_service/caps/caps.gyp:*',
scottmg 2015/01/22 00:30:47 sort to top of this list
228 ], 229 ],
cpu_(ooo_6.6-7.5) 2015/01/22 00:25:18 I don't know what I am doing.
229 }, { 230 }, {
230 'dependencies': [ 231 'dependencies': [
231 '../third_party/libevent/libevent.gyp:*', 232 '../third_party/libevent/libevent.gyp:*',
232 ], 233 ],
233 }], 234 }],
234 ['toolkit_views==1', { 235 ['toolkit_views==1', {
235 'dependencies': [ 236 'dependencies': [
236 '../ui/views/controls/webview/webview.gyp:*', 237 '../ui/views/controls/webview/webview.gyp:*',
237 '../ui/views/views.gyp:*', 238 '../ui/views/views.gyp:*',
238 ], 239 ],
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 'dependencies': [ 1406 'dependencies': [
1406 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1407 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1407 '../ui/views/views.gyp:views', 1408 '../ui/views/views.gyp:views',
1408 '../ui/views/views.gyp:views_unittests', 1409 '../ui/views/views.gyp:views_unittests',
1409 ], 1410 ],
1410 }, # target_name: macviews_builder 1411 }, # target_name: macviews_builder
1411 ], # targets 1412 ], # targets
1412 }], # os=='mac' and toolkit_views==1 1413 }], # os=='mac' and toolkit_views==1
1413 ], # conditions 1414 ], # conditions
1414 } 1415 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/crash_service/caps/caps.gyp » ('j') | chrome/tools/crash_service/caps/main_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698