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

Unified Diff: sky/engine/bindings/scripts/scripts.gni

Issue 772563003: Move many of v8_inspector dependencies out of core/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/v8.gypi ('k') | sky/engine/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/scripts/scripts.gni
diff --git a/sky/engine/bindings/scripts/scripts.gni b/sky/engine/bindings/scripts/scripts.gni
index 431c49710d1ea611fb2f69acc942b5e752318346..e0d3900fd9a29f03cb24e91e031f911cb1c5cc09 100644
--- a/sky/engine/bindings/scripts/scripts.gni
+++ b/sky/engine/bindings/scripts/scripts.gni
@@ -46,10 +46,10 @@ template("compute_interfaces_info_individual") {
inputs = [
"$bindings_scripts_dir/utilities.py",
- file_list,
] + invoker.sources_static + invoker.sources_generated
outputs = [
+ file_list,
invoker.output_file
]
« no previous file with comments | « sky/engine/bindings/core/v8/v8.gypi ('k') | sky/engine/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698