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

Side by Side Diff: webkit/build/V8Bindings/SConscript

Issue 42533: Forgot to add v8_binding to linux build. (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) 2006-2008 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2006-2008 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 Import('env') 5 Import('env')
6 6
7 env = env.Clone() 7 env = env.Clone()
8 8
9 if env.Bit('windows'): 9 if env.Bit('windows'):
10 env.Prepend( 10 env.Prepend(
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '$PORT_DIR/bindings/v8/RGBColor.cpp', 337 '$PORT_DIR/bindings/v8/RGBColor.cpp',
338 '$WEBCORE_DIR/bindings/v8/ScheduledAction.cpp', 338 '$WEBCORE_DIR/bindings/v8/ScheduledAction.cpp',
339 '$WEBCORE_DIR/bindings/v8/ScriptCallFrame.cpp', 339 '$WEBCORE_DIR/bindings/v8/ScriptCallFrame.cpp',
340 '$WEBCORE_DIR/bindings/v8/ScriptCallStack.cpp', 340 '$WEBCORE_DIR/bindings/v8/ScriptCallStack.cpp',
341 '$WEBCORE_DIR/bindings/v8/ScriptInstance.cpp', 341 '$WEBCORE_DIR/bindings/v8/ScriptInstance.cpp',
342 '$WEBCORE_DIR/bindings/v8/ScriptValue.cpp', 342 '$WEBCORE_DIR/bindings/v8/ScriptValue.cpp',
343 '$WEBCORE_DIR/bindings/v8/V8AbstractEventListener.cpp', 343 '$WEBCORE_DIR/bindings/v8/V8AbstractEventListener.cpp',
344 '$WEBCORE_DIR/bindings/v8/V8LazyEventListener.cpp', 344 '$WEBCORE_DIR/bindings/v8/V8LazyEventListener.cpp',
345 '$WEBCORE_DIR/bindings/v8/V8ObjectEventListener.cpp', 345 '$WEBCORE_DIR/bindings/v8/V8ObjectEventListener.cpp',
346 '$WEBCORE_DIR/bindings/v8/V8WorkerContextEventListener.cpp', 346 '$WEBCORE_DIR/bindings/v8/V8WorkerContextEventListener.cpp',
347 '$PORT_DIR/bindings/v8/v8_binding.cpp',
347 '$PORT_DIR/bindings/v8/v8_custom.cpp', 348 '$PORT_DIR/bindings/v8/v8_custom.cpp',
348 '$PORT_DIR/bindings/v8/v8_helpers.cpp', 349 '$PORT_DIR/bindings/v8/v8_helpers.cpp',
349 '$PORT_DIR/bindings/v8/v8_index.cpp', 350 '$PORT_DIR/bindings/v8/v8_index.cpp',
350 '$PORT_DIR/bindings/v8/v8_nodefilter.cpp', 351 '$PORT_DIR/bindings/v8/v8_nodefilter.cpp',
351 '$PORT_DIR/bindings/v8/V8NPUtils.cpp', 352 '$PORT_DIR/bindings/v8/V8NPUtils.cpp',
352 '$PORT_DIR/bindings/v8/V8NPObject.cpp', 353 '$PORT_DIR/bindings/v8/V8NPObject.cpp',
353 '$PORT_DIR/bindings/v8/v8_proxy.cpp', 354 '$PORT_DIR/bindings/v8/v8_proxy.cpp',
354 '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp', 355 '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp',
355 '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp', 356 '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp',
356 '$PORT_DIR/bindings/v8/V8WorkerContextCustom.cpp', 357 '$PORT_DIR/bindings/v8/V8WorkerContextCustom.cpp',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 423
423 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', 424 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj',
424 dependencies = [ 425 dependencies = [
425 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', 426 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj',
426 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', 427 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
427 ], 428 ],
428 guid='{625A8F11-2B4E-45B4-BD99-C6D629C606C0}') 429 guid='{625A8F11-2B4E-45B4-BD99-C6D629C606C0}')
429 430
430 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', 431 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj',
431 guid='{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}') 432 guid='{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}')
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