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

Side by Side Diff: build/temp_gyp/v8.gyp

Issue 53043: Add new platform file to V8 gyp file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « 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 # TODO(mark): Upstream this file to v8. 5 # TODO(mark): Upstream this file to v8.
6 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 'base_source_files': [ 9 'base_source_files': [
10 '../../v8/src/third_party/dtoa/dtoa.c', 10 '../../v8/src/third_party/dtoa/dtoa.c',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../../v8/src/objects.cc', 135 '../../v8/src/objects.cc',
136 '../../v8/src/objects.h', 136 '../../v8/src/objects.h',
137 '../../v8/src/oprofile-agent.h', 137 '../../v8/src/oprofile-agent.h',
138 '../../v8/src/oprofile-agent.cc', 138 '../../v8/src/oprofile-agent.cc',
139 '../../v8/src/parser.cc', 139 '../../v8/src/parser.cc',
140 '../../v8/src/parser.h', 140 '../../v8/src/parser.h',
141 '../../v8/src/platform-freebsd.cc', 141 '../../v8/src/platform-freebsd.cc',
142 '../../v8/src/platform-linux.cc', 142 '../../v8/src/platform-linux.cc',
143 '../../v8/src/platform-macos.cc', 143 '../../v8/src/platform-macos.cc',
144 '../../v8/src/platform-nullos.cc', 144 '../../v8/src/platform-nullos.cc',
145 '../../v8/src/platform-posix.cc',
145 '../../v8/src/platform-win32.cc', 146 '../../v8/src/platform-win32.cc',
146 '../../v8/src/platform.h', 147 '../../v8/src/platform.h',
147 '../../v8/src/prettyprinter.cc', 148 '../../v8/src/prettyprinter.cc',
148 '../../v8/src/prettyprinter.h', 149 '../../v8/src/prettyprinter.h',
149 '../../v8/src/property.cc', 150 '../../v8/src/property.cc',
150 '../../v8/src/property.h', 151 '../../v8/src/property.h',
151 '../../v8/src/regexp-macro-assembler-arm.cc', 152 '../../v8/src/regexp-macro-assembler-arm.cc',
152 '../../v8/src/regexp-macro-assembler-arm.h', 153 '../../v8/src/regexp-macro-assembler-arm.h',
153 '../../v8/src/regexp-macro-assembler-ia32.cc', 154 '../../v8/src/regexp-macro-assembler-ia32.cc',
154 '../../v8/src/regexp-macro-assembler-ia32.h', 155 '../../v8/src/regexp-macro-assembler-ia32.h',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ]}, 551 ]},
551 }], 552 }],
552 [ 'OS=="win"', { 553 [ 'OS=="win"', {
553 'sources!': [ '../../v8/src/d8-readline.cc' ], 554 'sources!': [ '../../v8/src/d8-readline.cc' ],
554 }], 555 }],
555 ], 556 ],
556 }, 557 },
557 ]}], # OS != "linux" (temporary, TODO(sgk)) 558 ]}], # OS != "linux" (temporary, TODO(sgk))
558 ], 559 ],
559 } 560 }
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