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

Unified Diff: Source/bindings/core/v8/BUILD.gn

Issue 422533005: Add missing blink files to the GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/BUILD.gn
diff --git a/Source/bindings/core/v8/BUILD.gn b/Source/bindings/core/v8/BUILD.gn
index 6223986ca19f50400c406b573a455501c0349da1..750a144af356cc553683165e09e594a75df62002 100644
--- a/Source/bindings/core/v8/BUILD.gn
+++ b/Source/bindings/core/v8/BUILD.gn
@@ -18,14 +18,14 @@ group("bindings_core_v8_generated") {
]
}
-# bindings_core_generated_aggregate in core/v8/generated.gyp
+# bindings_core_generated_aggregate in Source/bindings/core/v8/generated.gyp
aggregate_generated_bindings("bindings_core_v8_generated_aggregate") {
sources = core_idl_files
component_dir = "core"
outputs = bindings_core_generated_aggregate_files
}
-# bindings_core_v8_generated_individual in core/v8/generated.gyp
+# bindings_core_v8_generated_individual in Source/bindings/core/v8/generated.gyp
idl_compiler("bindings_core_v8_generated_individual") {
sources = core_interface_idl_files
output_dir = bindings_core_v8_output_dir
« no previous file with comments | « no previous file | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698