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

Side by Side Diff: build/all.gyp

Issue 2031006: Remove DRT.gyp from chromium build. The target is moving to WebKit.gyp. (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 | 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,
(...skipping 22 matching lines...) Expand all
33 '../third_party/libpng/libpng.gyp:*', 33 '../third_party/libpng/libpng.gyp:*',
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/WebKit/WebKitTools/DumpRenderTree/DumpRenderTree.gyp/Dum pRenderTree.gyp:*',
44 '../third_party/zlib/zlib.gyp:*', 43 '../third_party/zlib/zlib.gyp:*',
45 '../webkit/webkit.gyp:*', 44 '../webkit/webkit.gyp:*',
46 'util/build_util.gyp:*', 45 'util/build_util.gyp:*',
47 'temp_gyp/googleurl.gyp:*', 46 'temp_gyp/googleurl.gyp:*',
48 ], 47 ],
49 'conditions': [ 48 'conditions': [
50 ['javascript_engine=="v8"', { 49 ['javascript_engine=="v8"', {
51 'dependencies': [ 50 'dependencies': [
52 '../v8/tools/gyp/v8.gyp:*', 51 '../v8/tools/gyp/v8.gyp:*',
53 ], 52 ],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], # targets 314 ], # targets
316 }], # "chromeos==1" 315 }], # "chromeos==1"
317 ], # conditions 316 ], # conditions
318 } 317 }
319 318
320 # Local Variables: 319 # Local Variables:
321 # tab-width:2 320 # tab-width:2
322 # indent-tabs-mode:nil 321 # indent-tabs-mode:nil
323 # End: 322 # End:
324 # vim: set expandtab tabstop=2 shiftwidth=2: 323 # 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