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

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

Issue 922053002: Remove unused V8 integration code in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/bindings/core/v8/ArrayValue.cpp ('k') | sky/engine/bindings/core/v8/BindingSecurity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/BUILD.gn
diff --git a/sky/engine/bindings/core/v8/BUILD.gn b/sky/engine/bindings/core/v8/BUILD.gn
deleted file mode 100644
index 1f4f3eedb2fd21b628a0d0826b6d6b48013c6f08..0000000000000000000000000000000000000000
--- a/sky/engine/bindings/core/v8/BUILD.gn
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//sky/engine/bindings/core/idl.gni")
-
-import("//sky/engine/bindings/core/v8/generated.gni")
-import("//sky/engine/bindings/scripts/scripts.gni")
-import("//sky/engine/core/core.gni")
-
-visibility = [ "//sky/engine/*" ]
-
-# bindings_core_v8_generated in core/v8/generated.gyp
-group("bindings_core_v8_generated") {
- deps = [
- ":bindings_core_v8_generated_aggregate",
- ":bindings_core_v8_generated_individual",
- ]
-}
-
-aggregate_generated_bindings("bindings_core_v8_generated_aggregate") {
- sources = core_idl_files
- component_dir = "core"
- outputs = bindings_core_generated_aggregate_files
-}
-
-idl_compiler("bindings_core_v8_generated_individual") {
- sources = core_interface_idl_files
- output_dir = bindings_core_v8_output_dir
-}
-
-action("interfaces_info") {
- script = "$bindings_scripts_dir/compute_interfaces_info_overall.py"
-
- inputs = [
- "$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle",
- ]
- outputs = [
- "$bindings_core_output_dir/InterfacesInfoAll.pickle",
- ]
-
- args = [
- "--write-file-only-if-changed=1",
- "--",
- rebase_path("$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle",
- root_build_dir),
- rebase_path("$bindings_core_output_dir/InterfacesInfoAll.pickle",
- root_build_dir),
- ]
-
- deps = [
- "../:interfaces_info_individual_core",
- ]
-}
« no previous file with comments | « sky/engine/bindings/core/v8/ArrayValue.cpp ('k') | sky/engine/bindings/core/v8/BindingSecurity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698