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

Unified Diff: Source/core/inspector/BUILD.gn

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/inspector/AsyncCallStackTracker.cpp ('k') | Source/core/inspector/ConsoleMessage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/BUILD.gn
diff --git a/Source/core/inspector/BUILD.gn b/Source/core/inspector/BUILD.gn
index db6ac1ea4ba13980186818e80aeaac594ee832cf..0031c4ee84273e3f173acbd289d7818bac3e8145 100644
--- a/Source/core/inspector/BUILD.gn
+++ b/Source/core/inspector/BUILD.gn
@@ -92,7 +92,7 @@ convert_file_to_header_with_character_array("injected_script_source") {
}
convert_file_to_header_with_character_array("debugger_script_source") {
- 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"
}
« no previous file with comments | « Source/core/inspector/AsyncCallStackTracker.cpp ('k') | Source/core/inspector/ConsoleMessage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698