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

Side by Side Diff: build/all.gyp

Issue 118192: Fetch last change (revision) info in a separate action that can run... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | build/util/build_util.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 'includes': [ 6 'includes': [
7 'common.gypi', 7 'common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 '../third_party/libpng/libpng.gyp:*', 30 '../third_party/libpng/libpng.gyp:*',
31 '../third_party/libxml/libxml.gyp:*', 31 '../third_party/libxml/libxml.gyp:*',
32 '../third_party/libxslt/libxslt.gyp:*', 32 '../third_party/libxslt/libxslt.gyp:*',
33 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 33 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
34 '../third_party/modp_b64/modp_b64.gyp:*', 34 '../third_party/modp_b64/modp_b64.gyp:*',
35 '../third_party/npapi/npapi.gyp:*', 35 '../third_party/npapi/npapi.gyp:*',
36 '../third_party/sqlite/sqlite.gyp:*', 36 '../third_party/sqlite/sqlite.gyp:*',
37 '../third_party/zlib/zlib.gyp:*', 37 '../third_party/zlib/zlib.gyp:*',
38 '../webkit/tools/test_shell/test_shell.gyp:*', 38 '../webkit/tools/test_shell/test_shell.gyp:*',
39 '../webkit/webkit.gyp:*', 39 '../webkit/webkit.gyp:*',
40 'util/build_util.gyp:*',
40 'temp_gyp/googleurl.gyp:*', 41 'temp_gyp/googleurl.gyp:*',
41 ], 42 ],
42 'conditions': [ 43 'conditions': [
43 ['javascript_engine=="v8"', { 44 ['javascript_engine=="v8"', {
44 'dependencies': [ 45 'dependencies': [
45 '../v8/tools/gyp/v8.gyp:*', 46 '../v8/tools/gyp/v8.gyp:*',
46 ], 47 ],
47 }], 48 }],
48 ['OS=="linux"', { 49 ['OS=="linux"', {
49 'dependencies': [ 50 'dependencies': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'type': 'none', 101 'type': 'none',
101 'dependencies': [ 102 'dependencies': [
102 'All', 103 'All',
103 '../chrome/chrome.gyp:build_app_dmg', 104 '../chrome/chrome.gyp:build_app_dmg',
104 ], 105 ],
105 }, 106 },
106 ], 107 ],
107 }], 108 }],
108 ], 109 ],
109 } 110 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | build/util/build_util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698