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

Side by Side Diff: build/all.gyp

Issue 100037: Update V8 in chromium to version 1.2.1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « DEPS ('k') | build/temp_gyp/v8.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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS!="win"', { 8 ['OS!="win"', {
9 'all_gyps%': 1, 9 'all_gyps%': 1,
10 },{ # else OS=="win" 10 },{ # else OS=="win"
(...skipping 26 matching lines...) Expand all
37 '../third_party/libxslt/libxslt.gyp:*', 37 '../third_party/libxslt/libxslt.gyp:*',
38 '../third_party/modp_b64/modp_b64.gyp:*', 38 '../third_party/modp_b64/modp_b64.gyp:*',
39 '../third_party/npapi/npapi.gyp:*', 39 '../third_party/npapi/npapi.gyp:*',
40 '../third_party/sqlite/sqlite.gyp:*', 40 '../third_party/sqlite/sqlite.gyp:*',
41 '../third_party/zlib/zlib.gyp:*', 41 '../third_party/zlib/zlib.gyp:*',
42 'temp_gyp/googleurl.gyp:*', 42 'temp_gyp/googleurl.gyp:*',
43 ], 43 ],
44 'conditions': [ 44 'conditions': [
45 ['javascript_engine=="v8"', { 45 ['javascript_engine=="v8"', {
46 'dependencies': [ 46 'dependencies': [
47 'temp_gyp/v8.gyp:*', 47 '../v8/tools/gyp/v8.gyp:*',
48 ], 48 ],
49 }], 49 }],
50 ['OS=="linux"', { 50 ['OS=="linux"', {
51 'dependencies': [ 51 'dependencies': [
52 '../third_party/harfbuzz/harfbuzz.gyp:*', 52 '../third_party/harfbuzz/harfbuzz.gyp:*',
53 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 53 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
54 ], 54 ],
55 }], 55 }],
56 ['OS=="win"', { 56 ['OS=="win"', {
57 'dependencies': [ 57 'dependencies': [
(...skipping 12 matching lines...) Expand all
70 '../chrome/chrome.gyp:*', 70 '../chrome/chrome.gyp:*',
71 '../webkit/tools/test_shell/test_shell.gyp:*', 71 '../webkit/tools/test_shell/test_shell.gyp:*',
72 '../webkit/webkit.gyp:*', 72 '../webkit/webkit.gyp:*',
73 ], 73 ],
74 }], 74 }],
75 ], 75 ],
76 }, 76 },
77 ], 77 ],
78 } 78 }
79 79
OLDNEW
« no previous file with comments | « DEPS ('k') | build/temp_gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698