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

Side by Side Diff: build/all.gyp

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 | « base/third_party/libevent/whatsnew-14.txt ('k') | build/linux/unbundle/libevent.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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 '../chrome/tools/crash_service/caps/caps.gyp:*', 228 '../chrome/tools/crash_service/caps/caps.gyp:*',
229 '../chrome_elf/chrome_elf.gyp:*', 229 '../chrome_elf/chrome_elf.gyp:*',
230 '../cloud_print/cloud_print.gyp:*', 230 '../cloud_print/cloud_print.gyp:*',
231 '../courgette/courgette.gyp:*', 231 '../courgette/courgette.gyp:*',
232 '../rlz/rlz.gyp:*', 232 '../rlz/rlz.gyp:*',
233 '../sandbox/sandbox.gyp:*', 233 '../sandbox/sandbox.gyp:*',
234 '<(angle_path)/src/angle.gyp:*', 234 '<(angle_path)/src/angle.gyp:*',
235 '../third_party/bspatch/bspatch.gyp:*', 235 '../third_party/bspatch/bspatch.gyp:*',
236 '../tools/win/static_initializers/static_initializers.gyp:*', 236 '../tools/win/static_initializers/static_initializers.gyp:*',
237 ], 237 ],
238 }, {
239 'dependencies': [
240 '../third_party/libevent/libevent.gyp:*',
241 ],
242 }], 238 }],
243 ['toolkit_views==1', { 239 ['toolkit_views==1', {
244 'dependencies': [ 240 'dependencies': [
245 '../ui/views/controls/webview/webview.gyp:*', 241 '../ui/views/controls/webview/webview.gyp:*',
246 '../ui/views/views.gyp:*', 242 '../ui/views/views.gyp:*',
247 ], 243 ],
248 }], 244 }],
249 ['use_aura==1', { 245 ['use_aura==1', {
250 'dependencies': [ 246 'dependencies': [
251 '../ui/aura/aura.gyp:*', 247 '../ui/aura/aura.gyp:*',
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 'dependencies': [ 1438 'dependencies': [
1443 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1444 '../ui/views/views.gyp:views', 1440 '../ui/views/views.gyp:views',
1445 '../ui/views/views.gyp:views_unittests', 1441 '../ui/views/views.gyp:views_unittests',
1446 ], 1442 ],
1447 }, # target_name: macviews_builder 1443 }, # target_name: macviews_builder
1448 ], # targets 1444 ], # targets
1449 }], # os=='mac' and toolkit_views==1 1445 }], # os=='mac' and toolkit_views==1
1450 ], # conditions 1446 ], # conditions
1451 } 1447 }
OLDNEW
« no previous file with comments | « base/third_party/libevent/whatsnew-14.txt ('k') | build/linux/unbundle/libevent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698