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

Side by Side Diff: build/all.gyp

Issue 1995013: Make it possible to build DRT in a chromium checkout. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix comments Created 10 years, 7 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/app/locales/locales.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) 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,
(...skipping 23 matching lines...) Expand all
34 '../third_party/libxml/libxml.gyp:*', 34 '../third_party/libxml/libxml.gyp:*',
35 '../third_party/libxslt/libxslt.gyp:*', 35 '../third_party/libxslt/libxslt.gyp:*',
36 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 36 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
37 '../third_party/modp_b64/modp_b64.gyp:*', 37 '../third_party/modp_b64/modp_b64.gyp:*',
38 '../third_party/npapi/npapi.gyp:*', 38 '../third_party/npapi/npapi.gyp:*',
39 '../third_party/ppapi/ppapi.gyp:*', 39 '../third_party/ppapi/ppapi.gyp:*',
40 '../third_party/ots/ots.gyp:*', 40 '../third_party/ots/ots.gyp:*',
41 '../third_party/sqlite/sqlite.gyp:*', 41 '../third_party/sqlite/sqlite.gyp:*',
42 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', 42 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
43 '../third_party/zlib/zlib.gyp:*', 43 '../third_party/zlib/zlib.gyp:*',
44 '../webkit/support/webkit_support_in_chromium.gyp:*',
44 '../webkit/webkit.gyp:*', 45 '../webkit/webkit.gyp:*',
45 'util/build_util.gyp:*', 46 'util/build_util.gyp:*',
46 'temp_gyp/googleurl.gyp:*', 47 'temp_gyp/googleurl.gyp:*',
47 ], 48 ],
48 'conditions': [ 49 'conditions': [
49 ['javascript_engine=="v8"', { 50 ['javascript_engine=="v8"', {
50 'dependencies': [ 51 'dependencies': [
51 '../v8/tools/gyp/v8.gyp:*', 52 '../v8/tools/gyp/v8.gyp:*',
52 ], 53 ],
53 }], 54 }],
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 ], # targets 315 ], # targets
315 }], # "chromeos==1" 316 }], # "chromeos==1"
316 ], # conditions 317 ], # conditions
317 } 318 }
318 319
319 # Local Variables: 320 # Local Variables:
320 # tab-width:2 321 # tab-width:2
321 # indent-tabs-mode:nil 322 # indent-tabs-mode:nil
322 # End: 323 # End:
323 # vim: set expandtab tabstop=2 shiftwidth=2: 324 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/app/locales/locales.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698