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

Unified Diff: Source/core/core.gyp

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/core/core.gni ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index a76bc3a8e34f3e5fdba2fcb052c05d05c756122a..85e6848017710c2d7cbb86ef4c2aef0e64dcae95 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -200,7 +200,7 @@
'target_name': 'debugger_script_source',
'type': 'none',
'variables': {
- 'input_file_path': '<(bindings_v8_dir)/DebuggerScript.js',
+ 'input_file_path': '<(bindings_core_v8_dir)/DebuggerScript.js',
'output_file_path': '<(blink_core_output_dir)/DebuggerScriptSource.h',
'character_array_name': 'DebuggerScriptSource_js',
},
@@ -244,7 +244,7 @@
],
'sources': [
# FIXME: should be bindings_core_v8_files http://crbug.com/358074
- '<@(bindings_v8_files)',
+ '<@(bindings_core_v8_files)',
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
'<@(bindings_core_v8_generated_aggregate_files)',
@@ -796,7 +796,7 @@
'INSIDE_BLINK',
],
'include_dirs': [
- '<(bindings_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is fixed.
+ '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is fixed.
'testing',
'testing/v8',
],
« no previous file with comments | « Source/core/core.gni ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698