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

Side by Side Diff: build/all.gyp

Issue 1711014: Build DRT in chromium. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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 | webkit/support/webkit_support_glue.cc » ('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 19 matching lines...) Expand all
30 '../third_party/libjpeg/libjpeg.gyp:*', 30 '../third_party/libjpeg/libjpeg.gyp:*',
31 '../third_party/libpng/libpng.gyp:*', 31 '../third_party/libpng/libpng.gyp:*',
32 '../third_party/libxml/libxml.gyp:*', 32 '../third_party/libxml/libxml.gyp:*',
33 '../third_party/libxslt/libxslt.gyp:*', 33 '../third_party/libxslt/libxslt.gyp:*',
34 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 34 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
35 '../third_party/modp_b64/modp_b64.gyp:*', 35 '../third_party/modp_b64/modp_b64.gyp:*',
36 '../third_party/npapi/npapi.gyp:*', 36 '../third_party/npapi/npapi.gyp:*',
37 '../third_party/ots/ots.gyp:*', 37 '../third_party/ots/ots.gyp:*',
38 '../third_party/sqlite/sqlite.gyp:*', 38 '../third_party/sqlite/sqlite.gyp:*',
39 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', 39 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*',
40 '../third_party/WebKit/WebKitTools/DumpRenderTree/DumpRenderTree.gyp/Dum pRenderTree.gyp:*',
40 '../third_party/zlib/zlib.gyp:*', 41 '../third_party/zlib/zlib.gyp:*',
41 '../webkit/webkit.gyp:*', 42 '../webkit/webkit.gyp:*',
42 'util/build_util.gyp:*', 43 'util/build_util.gyp:*',
43 'temp_gyp/googleurl.gyp:*', 44 'temp_gyp/googleurl.gyp:*',
44 ], 45 ],
45 'conditions': [ 46 'conditions': [
46 ['javascript_engine=="v8"', { 47 ['javascript_engine=="v8"', {
47 'dependencies': [ 48 'dependencies': [
48 '../v8/tools/gyp/v8.gyp:*', 49 '../v8/tools/gyp/v8.gyp:*',
49 ], 50 ],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ], # targets 295 ], # targets
295 }], # "chromeos==1" 296 }], # "chromeos==1"
296 ], # conditions 297 ], # conditions
297 } 298 }
298 299
299 # Local Variables: 300 # Local Variables:
300 # tab-width:2 301 # tab-width:2
301 # indent-tabs-mode:nil 302 # indent-tabs-mode:nil
302 # End: 303 # End:
303 # vim: set expandtab tabstop=2 shiftwidth=2: 304 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | webkit/support/webkit_support_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698