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

Unified Diff: Source/core/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
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index add824a1308c36e33638b17752e6258431aa7e73..aa5dc0c844a9509a51df5ceae4cd00ebacd58719 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -336,7 +336,7 @@ source_set("testing") {
# GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_generated
source_set("core_generated") {
- sources = bindings_v8_files
+ sources = bindings_core_v8_files
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
sources += bindings_core_generated_aggregate_files
@@ -941,7 +941,7 @@ action("make_core_generated_private_script") {
script = "../build/scripts/make_private_script_source.py"
source_prereqs = [
- "../bindings/v8/PrivateScriptRunner.js",
+ "../bindings/core/v8/PrivateScriptRunner.js",
]
outputs = [
"$blink_core_output_dir/PrivateScriptSources.h",
« no previous file with comments | « Source/build/scripts/templates/ElementWrapperFactory.cpp.tmpl ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698