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

Unified Diff: Source/bindings/idl.gni

Issue 1018863002: compositor-worker: Introduce CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 9 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/bindings/modules/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/idl.gni
diff --git a/Source/bindings/idl.gni b/Source/bindings/idl.gni
index cc12a67ba3da82c0dc0ce1ebf4423915f118ff07..21116baffd540fcecd15addd83498f4e99ad792c 100644
--- a/Source/bindings/idl.gni
+++ b/Source/bindings/idl.gni
@@ -11,6 +11,7 @@ generated_global_constructors_idl_files = [
"$blink_output_dir/SharedWorkerGlobalScopeConstructors.idl",
"$blink_output_dir/DedicatedWorkerGlobalScopeConstructors.idl",
"$blink_output_dir/ServiceWorkerGlobalScopeConstructors.idl",
+ "$blink_output_dir/CompositorWorkerGlobalScopeConstructors.idl",
]
generated_global_constructors_header_files = [
@@ -18,4 +19,5 @@ generated_global_constructors_header_files = [
"$blink_output_dir/SharedWorkerGlobalScopeConstructors.h",
"$blink_output_dir/DedicatedWorkerGlobalScopeConstructors.h",
"$blink_output_dir/ServiceWorkerGlobalScopeConstructors.h",
+ "$blink_output_dir/CompositorWorkerGlobalScopeConstructors.h",
]
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/bindings/modules/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698