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

Unified Diff: sky/engine/core/BUILD.gn

Issue 915293003: Rename sky/engine/bindings2 to sky/engine/bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more better Created 5 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 | « sky/engine/bindings2/snapshot.cc.tmpl ('k') | sky/engine/core/animation/Animation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index 4d30fde625929d2c8c1b86c9dc3c271bf2d5db50..098e048441ba0d46141c874681c8826249c313ad 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -61,7 +61,7 @@ static_library("core") {
":libraries",
":prerequisites",
"//sky/engine/platform",
- "//sky/engine/bindings2",
+ "//sky/engine/bindings",
"//dart/runtime/bin:libdart_withcore",
]
@@ -72,7 +72,7 @@ static_library("core") {
# core and core_generated are really the same thing.
allow_circular_includes_from = [
":core_generated",
- "//sky/engine/bindings2",
+ "//sky/engine/bindings",
]
}
@@ -140,7 +140,7 @@ template("generate_event_interfaces") {
write_file(idl_files_list, rebase_path(invoker.sources, root_build_dir))
inputs = [
- "//sky/engine/bindings2/scripts/utilities.py",
+ "//sky/engine/bindings/scripts/utilities.py",
idl_files_list,
] + invoker.sources
@@ -149,7 +149,7 @@ template("generate_event_interfaces") {
output_file,
]
- script = "//sky/engine/bindings2/scripts/generate_event_interfaces.py"
+ script = "//sky/engine/bindings/scripts/generate_event_interfaces.py"
args = [
"--event-idl-files-list",
rebase_path(idl_files_list, root_build_dir),
« no previous file with comments | « sky/engine/bindings2/snapshot.cc.tmpl ('k') | sky/engine/core/animation/Animation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698