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

Unified Diff: Source/bindings/modules/modules.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
Index: Source/bindings/modules/modules.gni
diff --git a/Source/bindings/modules/modules.gni b/Source/bindings/modules/modules.gni
index 3f1251994ab6490a5452c006f039cd3e732f1293..d4d75ca9ec3d70a1e1612d33aabe0a69e419b6cc 100644
--- a/Source/bindings/modules/modules.gni
+++ b/Source/bindings/modules/modules.gni
@@ -9,14 +9,16 @@ import("//third_party/WebKit/Source/modules/modules.gni")
bindings_modules_output_dir = "$bindings_output_dir/modules"
modules_core_global_constructors_original_interfaces = [
+ "CompositorWorkerGlobalScope",
"ServiceWorkerGlobalScope",
]
modules_global_constructors_original_interfaces = [
"Window",
- "SharedWorkerGlobalScope",
+ "CompositorWorkerGlobalScope",
"DedicatedWorkerGlobalScope",
"ServiceWorkerGlobalScope",
+ "SharedWorkerGlobalScope",
]
modules_core_global_constructors_generated_idl_files = []
« no previous file with comments | « Source/bindings/modules/generated.gypi ('k') | Source/bindings/modules/v8/custom/V8CompositorWorkerCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698