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

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

Issue 2550363002: Add LayoutTests for URL list of Response (Closed)
Patch Set: s/thired/third/ Created 4 years 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 38f4594bbeddb17489104e586eaba064ac2bf2a1..af4193423862e915245aad447f09e3ff733988fd 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -587,13 +587,16 @@ webcore_testing_idl_files =
"testing/PrivateScriptTest.idl",
"testing/TypeConversions.idl",
"testing/UnionTypesTest.idl",
- "testing/WorkerInternals.idl",
],
"abspath")
# Testing IDL files that have partial interfaces in modules.
webcore_testing_idl_with_modules_dependency_files =
- get_path_info([ "testing/Internals.idl" ], "abspath")
+ get_path_info([
+ "testing/Internals.idl",
+ "testing/WorkerInternals.idl",
+ ],
+ "abspath")
webcore_testing_dependency_idl_files =
get_path_info([

Powered by Google App Engine
This is Rietveld 408576698