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

Unified Diff: sky/engine/bindings/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 | « no previous file | sky/engine/bindings/IDLExtendedAttributes.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/BUILD.gn
diff --git a/sky/engine/bindings2/BUILD.gn b/sky/engine/bindings/BUILD.gn
similarity index 97%
rename from sky/engine/bindings2/BUILD.gn
rename to sky/engine/bindings/BUILD.gn
index b1467e8d6fbc1169cc59bd3f1aef53b06447e94f..db94b9d019e28a88b7e8216f95ce7230d361838f 100644
--- a/sky/engine/bindings2/BUILD.gn
+++ b/sky/engine/bindings/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//sky/engine/bindings2/bindings.gni")
+import("//sky/engine/bindings/bindings.gni")
import("//sky/engine/core/core.gni")
-source_set("bindings2") {
+source_set("bindings") {
sources = [
"builtin.cc",
"builtin.h",
@@ -53,7 +53,7 @@ action("generate_snapshot_bin") {
]
inputs = [
"//dart/runtime/tools/create_snapshot_bin.py",
- "//sky/engine/bindings2/builtin.dart",
+ "//sky/engine/bindings/builtin.dart",
"//mojo/public/dart/bindings.dart",
"//mojo/public/dart/core.dart",
"//mojo/public/dart/src/application.dart",
@@ -79,7 +79,7 @@ action("generate_snapshot_bin") {
output,
]
- builtin_path = rebase_path("//sky/engine/bindings2/builtin.dart")
+ builtin_path = rebase_path("//sky/engine/bindings/builtin.dart")
sky_core_path = rebase_path("$bindings_output_dir/sky_core.dart")
mojo_bindings_path = rebase_path("//mojo/public/dart/bindings.dart")
mojo_core_path = rebase_path("//mojo/public/dart/core.dart")
@@ -253,7 +253,7 @@ template("idl_compiler") {
"$bindings_output_dir/parsetab.pickle",
# "$bindings_output_dir/cached_jinja_templates.stamp",
- "//sky/engine/bindings2/IDLExtendedAttributes.txt",
+ "//sky/engine/bindings/IDLExtendedAttributes.txt",
# If the dependency structure or public interface info (e.g.,
# [ImplementedAs]) changes, we rebuild all files, since we"re not
« no previous file with comments | « no previous file | sky/engine/bindings/IDLExtendedAttributes.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698