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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1915373002: Implement empty WorkerInternals interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trials-in-service-workers
Patch Set: nit Created 4 years, 7 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 | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 182ad2e429b57a250b0f09676bfef1932f3fc3b6..baa66d38f7196d4d65381214b55a647b8b735308 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3843,6 +3843,7 @@
'testing/PrivateScriptTest.idl',
'testing/TypeConversions.idl',
'testing/UnionTypesTest.idl',
+ 'testing/WorkerInternals.idl',
],
# testing IDL files that have partial interfaces in modules.
'webcore_testing_idl_with_modules_dependency_files': [
@@ -3891,6 +3892,8 @@
'testing/UnionTypesTest.h',
'testing/v8/WebCoreTestSupport.cpp',
'testing/v8/WebCoreTestSupport.h',
+ 'testing/WorkerInternals.cpp',
+ 'testing/WorkerInternals.h',
],
'core_unittest_files': [
'animation/AnimationClockTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698