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

Unified Diff: Source/WebCore/bindings/dart/gyp/overrides.gypi

Issue 9570007: Split Dart derived cpp sources. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: . Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/bindings/dart/gyp/dartium.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/dart/gyp/overrides.gypi
diff --git a/Source/WebCore/bindings/dart/gyp/overrides.gypi b/Source/WebCore/bindings/dart/gyp/overrides.gypi
index 0f3f01f85a66f4a74d9a37a9d4224a579c80f10d..1cf0720a2be63591d919538320ec11feec1560f3 100644
--- a/Source/WebCore/bindings/dart/gyp/overrides.gypi
+++ b/Source/WebCore/bindings/dart/gyp/overrides.gypi
@@ -134,27 +134,26 @@
],
},{
'additional_derived_sources_aggregate_files': [
- # FIXME: switch to splitted build.
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources01.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources02.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources03.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources04.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources05.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources06.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources07.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources08.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources09.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources10.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources11.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources12.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources13.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources14.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources15.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp',
- # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSourcesAll.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources01.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources02.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources03.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources04.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources05.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources06.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources07.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources08.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources09.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources10.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources11.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources12.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources13.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources14.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources15.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources16.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources17.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources18.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources19.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSources20.cpp',
],
}],
],
« no previous file with comments | « Source/WebCore/bindings/dart/gyp/dartium.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698