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

Side by Side Diff: Source/bindings/dart/gyp/overrides.gypi

Issue 289083003: [dartium] Dart half of ScriptValue refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1916
Patch Set: Created 6 years, 7 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 | « Source/bindings/dart/DartUtilities.cpp ('k') | Source/bindings/dart/scripts/dart_types.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'additional_target_deps': [ 3 'additional_target_deps': [
4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source', 4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source',
5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host', 5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host',
6 '../../../../dart/runtime/dart-runtime.gyp:libdart', 6 '../../../../dart/runtime/dart-runtime.gyp:libdart',
7 ], 7 ],
8 'additional_webcore_include_dirs': [ 8 'additional_webcore_include_dirs': [
9 '..', 9 '..',
10 '../custom', 10 '../custom',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 '../DartMutationCallback.cpp', 114 '../DartMutationCallback.cpp',
115 '../DartMutationCallback.h', 115 '../DartMutationCallback.h',
116 '../DartNativeUtilities.cpp', 116 '../DartNativeUtilities.cpp',
117 '../DartNativeUtilities.h', 117 '../DartNativeUtilities.h',
118 '../DartScheduledAction.cpp', 118 '../DartScheduledAction.cpp',
119 '../DartScheduledAction.h', 119 '../DartScheduledAction.h',
120 '../DartScriptState.cpp', 120 '../DartScriptState.cpp',
121 '../DartScriptState.h', 121 '../DartScriptState.h',
122 '../DartScriptValue.cpp', 122 '../DartScriptValue.cpp',
123 '../DartScriptValue.h', 123 '../DartScriptValue.h',
124 '../DartPersistentValue.cpp',
125 '../DartPersistentValue.h',
124 '../DartService.cpp', 126 '../DartService.cpp',
125 '../DartService.h', 127 '../DartService.h',
126 '../DartStringCache.cpp', 128 '../DartStringCache.cpp',
127 '../DartStringCache.h', 129 '../DartStringCache.h',
128 '../DartUtilities.cpp', 130 '../DartUtilities.cpp',
129 '../DartUtilities.h', 131 '../DartUtilities.h',
130 '../ThreadSafeDartIsolateWrapper.cpp', 132 '../ThreadSafeDartIsolateWrapper.cpp',
131 '../ThreadSafeDartIsolateWrapper.h', 133 '../ThreadSafeDartIsolateWrapper.h',
132 '../V8Converter.cpp', 134 '../V8Converter.cpp',
133 '../V8Converter.h', 135 '../V8Converter.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s15.cpp', 248 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s15.cpp',
247 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s16.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s16.cpp',
248 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s17.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s17.cpp',
249 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s18.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s18.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s19.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding s19.cpp',
251 ], 253 ],
252 }], 254 }],
253 ], 255 ],
254 }, 256 },
255 } 257 }
OLDNEW
« no previous file with comments | « Source/bindings/dart/DartUtilities.cpp ('k') | Source/bindings/dart/scripts/dart_types.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698