OLD | NEW |
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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 '$DERIVED_DIR/V8XPathExpression.cpp', | 323 '$DERIVED_DIR/V8XPathExpression.cpp', |
324 '$DERIVED_DIR/V8XPathNSResolver.cpp', | 324 '$DERIVED_DIR/V8XPathNSResolver.cpp', |
325 '$DERIVED_DIR/V8XPathResult.cpp', | 325 '$DERIVED_DIR/V8XPathResult.cpp', |
326 '$DERIVED_DIR/V8XSLTProcessor.cpp', | 326 '$DERIVED_DIR/V8XSLTProcessor.cpp', |
327 | 327 |
328 '$PORT_DIR/bindings/v8/JSDOMBinding.cpp', | 328 '$PORT_DIR/bindings/v8/JSDOMBinding.cpp', |
329 '$PORT_DIR/bindings/v8/JSXPathNSResolver.cpp', | 329 '$PORT_DIR/bindings/v8/JSXPathNSResolver.cpp', |
330 '$PORT_DIR/bindings/v8/np_v8object.cpp', | 330 '$PORT_DIR/bindings/v8/np_v8object.cpp', |
331 '$PORT_DIR/bindings/v8/npruntime.cpp', | 331 '$PORT_DIR/bindings/v8/npruntime.cpp', |
332 '$PORT_DIR/bindings/v8/RGBColor.cpp', | 332 '$PORT_DIR/bindings/v8/RGBColor.cpp', |
333 '$PORT_DIR/bindings/v8/ScriptCallFrame.cpp', | 333 '$WEBCORE_DIR/bindings/v8/ScriptCallFrame.cpp', |
334 '$PORT_DIR/bindings/v8/ScriptCallStack.cpp', | 334 '$WEBCORE_DIR/bindings/v8/ScriptCallStack.cpp', |
335 '$PORT_DIR/bindings/v8/ScriptInstance.cpp', | 335 '$WEBCORE_DIR/bindings/v8/ScriptInstance.cpp', |
336 '$PORT_DIR/bindings/v8/ScriptValue.cpp', | 336 '$WEBCORE_DIR/bindings/v8/ScriptValue.cpp', |
337 '$PORT_DIR/bindings/v8/v8_custom.cpp', | 337 '$PORT_DIR/bindings/v8/v8_custom.cpp', |
338 '$PORT_DIR/bindings/v8/v8_events.cpp', | 338 '$PORT_DIR/bindings/v8/v8_events.cpp', |
339 '$PORT_DIR/bindings/v8/v8_helpers.cpp', | 339 '$PORT_DIR/bindings/v8/v8_helpers.cpp', |
340 '$PORT_DIR/bindings/v8/v8_index.cpp', | 340 '$PORT_DIR/bindings/v8/v8_index.cpp', |
341 '$PORT_DIR/bindings/v8/v8_nodefilter.cpp', | 341 '$PORT_DIR/bindings/v8/v8_nodefilter.cpp', |
342 '$PORT_DIR/bindings/v8/v8_np_utils.cpp', | 342 '$PORT_DIR/bindings/v8/v8_np_utils.cpp', |
343 '$PORT_DIR/bindings/v8/v8_npobject.cpp', | 343 '$PORT_DIR/bindings/v8/v8_npobject.cpp', |
344 '$PORT_DIR/bindings/v8/v8_proxy.cpp', | 344 '$PORT_DIR/bindings/v8/v8_proxy.cpp', |
345 '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp', | 345 '$PORT_DIR/bindings/v8/V8CanvasPixelArrayCustom.cpp', |
346 '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp', | 346 '$PORT_DIR/bindings/v8/V8MessagePortCustom.cpp', |
347 '$PORT_DIR/bindings/v8/V8WorkerContextCustom.cpp', | 347 '$PORT_DIR/bindings/v8/V8WorkerContextCustom.cpp', |
348 '$PORT_DIR/bindings/v8/V8WorkerCustom.cpp', | 348 '$PORT_DIR/bindings/v8/V8WorkerCustom.cpp', |
349 '$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp', | 349 '$PORT_DIR/bindings/v8/V8XMLHttpRequestCustom.cpp', |
350 '$PORT_DIR/bindings/v8/WorkerContextExecutionProxy.cpp', | 350 '$PORT_DIR/bindings/v8/WorkerContextExecutionProxy.cpp', |
351 '$PORT_DIR/bindings/v8/WorkerScriptController.cpp', | 351 '$PORT_DIR/bindings/v8/WorkerScriptController.cpp', |
352 '$PORT_DIR/bindings/v8/extensions/GCController.cpp', | 352 '$PORT_DIR/bindings/v8/extensions/GCController.cpp', |
353 '$PORT_DIR/bindings/v8/extensions/Gears.cpp', | 353 '$PORT_DIR/bindings/v8/extensions/Gears.cpp', |
354 '$PORT_DIR/bindings/v8/extensions/Interval.cpp', | 354 '$PORT_DIR/bindings/v8/extensions/Interval.cpp', |
355 '$PORT_DIR/bindings/v8/extensions/Playback.cpp', | 355 '$PORT_DIR/bindings/v8/extensions/Playback.cpp', |
356 | 356 |
| 357 '$WEBCORE_DIR/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp', |
| 358 '$WEBCORE_DIR/bindings/v8/custom/V8ClipboardCustom.cpp', |
| 359 '$WEBCORE_DIR/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp', |
| 360 '$WEBCORE_DIR/bindings/v8/custom/V8DOMParserConstructor.cpp', |
| 361 '$WEBCORE_DIR/bindings/v8/custom/V8DOMStringListCustom.cpp', |
357 '$WEBCORE_DIR/bindings/v8/custom/V8DOMWindowCustom.cpp', | 362 '$WEBCORE_DIR/bindings/v8/custom/V8DOMWindowCustom.cpp', |
| 363 '$WEBCORE_DIR/bindings/v8/custom/V8EventCustom.cpp', |
358 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCollectionCustom.cpp', | 364 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLCollectionCustom.cpp', |
| 365 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLDocumentCustom.cpp', |
359 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp', | 366 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFormElementCustom.cpp', |
| 367 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLFrameSetElementCustom.cpp', |
360 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp', | 368 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLInputElementCustom.cpp', |
361 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', | 369 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp', |
362 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', | 370 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', |
363 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', | 371 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.cpp', |
364 '$WEBCORE_DIR/bindings/v8/custom/V8HTMLSelectElementCustom.h', | |
365 '$WEBCORE_DIR/bindings/v8/custom/V8LocationCustom.cpp', | 372 '$WEBCORE_DIR/bindings/v8/custom/V8LocationCustom.cpp', |
| 373 '$WEBCORE_DIR/bindings/v8/custom/V8MessageChannelConstructor.cpp', |
| 374 '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodeMapCustom.cpp', |
366 '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.cpp', | 375 '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.cpp', |
367 '$WEBCORE_DIR/bindings/v8/custom/V8NamedNodesCollection.h', | 376 '$WEBCORE_DIR/bindings/v8/custom/V8NavigatorCustom.cpp', |
| 377 '$WEBCORE_DIR/bindings/v8/custom/V8NodeCustom.cpp', |
| 378 '$WEBCORE_DIR/bindings/v8/custom/V8NodeFilterCustom.cpp', |
| 379 '$WEBCORE_DIR/bindings/v8/custom/V8NodeIteratorCustom.cpp', |
| 380 '$WEBCORE_DIR/bindings/v8/custom/V8NodeListCustom.cpp', |
| 381 '$WEBCORE_DIR/bindings/v8/custom/V8StyleSheetListCustom.cpp', |
368 '$WEBCORE_DIR/bindings/v8/custom/V8SVGElementInstanceCustom.cpp', | 382 '$WEBCORE_DIR/bindings/v8/custom/V8SVGElementInstanceCustom.cpp', |
369 '$WEBCORE_DIR/bindings/v8/custom/V8SVGLengthCustom.cpp', | 383 '$WEBCORE_DIR/bindings/v8/custom/V8SVGLengthCustom.cpp', |
370 '$WEBCORE_DIR/bindings/v8/custom/V8SVGMatrixCustom.cpp', | 384 '$WEBCORE_DIR/bindings/v8/custom/V8SVGMatrixCustom.cpp', |
| 385 '$WEBCORE_DIR/bindings/v8/custom/V8TreeWalkerCustom.cpp', |
| 386 '$WEBCORE_DIR/bindings/v8/custom/V8XMLSerializerConstructor.cpp', |
| 387 '$WEBCORE_DIR/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp', |
| 388 '$WEBCORE_DIR/bindings/v8/custom/V8XSLTProcessorCustom.cpp', |
371 ] | 389 ] |
372 | 390 |
373 if env.Bit('windows'): | 391 if env.Bit('windows'): |
374 inputs.append('precompiled_v8bindings.cpp') | 392 inputs.append('precompiled_v8bindings.cpp') |
375 | 393 |
376 env.ChromeLibrary('V8Bindings', inputs) | 394 env.ChromeLibrary('V8Bindings', inputs) |
377 | 395 |
378 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', | 396 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings.vcproj', |
379 dependencies = [ | 397 dependencies = [ |
380 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', | 398 '$WEBKIT_DIR/build/JSConfig/V8Config.vcproj', |
381 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', | 399 '$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', |
382 ], | 400 ], |
383 guid='{625A8F11-2B4E-45B4-BD99-C6D629C606C0}') | 401 guid='{625A8F11-2B4E-45B4-BD99-C6D629C606C0}') |
384 | 402 |
385 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', | 403 env.ChromeMSVSProject('$WEBKIT_DIR/build/V8Bindings/V8Bindings_prebuild.vcproj', |
386 guid='{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}') | 404 guid='{2F7EDFA2-EE27-4D83-8454-9EFBD5779203}') |
OLD | NEW |