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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 3b478b51d2265aadc2b46a46967009412d470cd5..989b79336f34f0bc7c8c1f1d59b106c6b9ba4385 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -211,10 +211,6 @@ source_set("testing") {
sources = [
"$blink_core_output_dir/testing/InternalSettingsGenerated.cpp",
"$blink_core_output_dir/testing/InternalSettingsGenerated.h",
- "origin_trials/testing/InternalsFrobulate.cpp",
- "origin_trials/testing/InternalsFrobulate.h",
- "origin_trials/testing/InternalsFrobulateInterfaceBindings.h",
- "origin_trials/testing/WorkerInternalsFrobulate.h",
"testing/DictionaryTest.cpp",
"testing/DictionaryTest.h",
"testing/DummyPageHolder.cpp",
@@ -234,6 +230,9 @@ source_set("testing") {
"testing/MockHyphenation.h",
"testing/NullExecutionContext.cpp",
"testing/NullExecutionContext.h",
+ "testing/OriginTrialsTest.cpp",
+ "testing/OriginTrialsTest.h",
+ "testing/OriginTrialsTestPartial.h",
"testing/PrivateScriptTest.cpp",
"testing/PrivateScriptTest.h",
"testing/TypeConversions.h",

Powered by Google App Engine
This is Rietveld 408576698