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

Side by Side Diff: build/all.gyp

Issue 2729001: Build fix (Closed)
Patch Set: Created 10 years, 6 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
16 '../gfx/gfx.gyp:*', 16 '../gfx/gfx.gyp:*',
17 '../gpu/gpu.gyp:*', 17 '../gpu/gpu.gyp:*',
18 '../gpu/demos/demos.gyp:*', 18 '../gpu/demos/demos.gyp:*',
19 '../ipc/ipc.gyp:*', 19 '../ipc/ipc.gyp:*',
20 '../media/media.gyp:*', 20 '../media/media.gyp:*',
21 '../net/net.gyp:*', 21 '../net/net.gyp:*',
22 '../net/third_party/nss/ssl.gyp:*', 22 '../net/third_party/nss/ssl.gyp:*',
23 '../printing/printing.gyp:*', 23 '../printing/printing.gyp:*',
24 '../remoting/chromoting.gyp:*',
25 '../sdch/sdch.gyp:*', 24 '../sdch/sdch.gyp:*',
26 '../skia/skia.gyp:*', 25 '../skia/skia.gyp:*',
27 '../testing/gmock.gyp:*', 26 '../testing/gmock.gyp:*',
28 '../testing/gtest.gyp:*', 27 '../testing/gtest.gyp:*',
29 '../third_party/bzip2/bzip2.gyp:*', 28 '../third_party/bzip2/bzip2.gyp:*',
30 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 29 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
31 '../third_party/cld/cld.gyp:*', 30 '../third_party/cld/cld.gyp:*',
32 '../third_party/codesighs/codesighs.gyp:*', 31 '../third_party/codesighs/codesighs.gyp:*',
33 '../third_party/ffmpeg/ffmpeg.gyp:*', 32 '../third_party/ffmpeg/ffmpeg.gyp:*',
34 '../third_party/icu/icu.gyp:*', 33 '../third_party/icu/icu.gyp:*',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], # targets 322 ], # targets
324 }], # "chromeos==1" 323 }], # "chromeos==1"
325 ], # conditions 324 ], # conditions
326 } 325 }
327 326
328 # Local Variables: 327 # Local Variables:
329 # tab-width:2 328 # tab-width:2
330 # indent-tabs-mode:nil 329 # indent-tabs-mode:nil
331 # End: 330 # End:
332 # vim: set expandtab tabstop=2 shiftwidth=2: 331 # vim: set expandtab tabstop=2 shiftwidth=2:
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