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

Unified Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2340323002: Add Origin Trials Test interface, rather than attaching trials directly to internals. (Closed)
Patch Set: Updates Created 4 years, 3 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: third_party/WebKit/Source/core/core_idl_files.gni
diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
index c53ac6a77fabdc4dc4e490fb535a31f733ebadb9..fec46121020e4097d33701e95873486d8f9f78cb 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -580,6 +580,7 @@ webcore_testing_idl_files =
"testing/InternalSettings.idl",
"testing/LayerRect.idl",
"testing/LayerRectList.idl",
+ "testing/OriginTrialsTest.idl",
"testing/PrivateScriptTest.idl",
"testing/TypeConversions.idl",
"testing/UnionTypesTest.idl",
@@ -592,14 +593,11 @@ webcore_testing_idl_with_modules_dependency_files =
get_path_info([ "testing/Internals.idl" ], "abspath")
webcore_testing_dependency_idl_files =
- get_path_info(
- [
- "origin_trials/testing/InternalsFrobulate.idl",
- "origin_trials/testing/InternalsFrobulateInterfaceBindings.idl",
- "origin_trials/testing/WorkerInternalsFrobulate.idl",
- "testing/PartialPrivateScriptTest.idl",
- ],
- "abspath")
+ get_path_info([
+ "testing/OriginTrialsTestPartial.idl",
+ "testing/PartialPrivateScriptTest.idl",
+ ],
+ "abspath")
generated_webcore_testing_idl_files =
get_path_info(
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698