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

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

Issue 2571063002: Remove Blink-in-JS (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/ExceptionCode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72e976b1bed711c964565963078da0badbb39721..f55f1323fe9110ca60057538e7571536165391b8 100644
--- a/third_party/WebKit/Source/core/core_idl_files.gni
+++ b/third_party/WebKit/Source/core/core_idl_files.gni
@@ -582,7 +582,6 @@ webcore_testing_idl_files =
"testing/LayerRect.idl",
"testing/LayerRectList.idl",
"testing/OriginTrialsTest.idl",
- "testing/PrivateScriptTest.idl",
"testing/TypeConversions.idl",
"testing/UnionTypesTest.idl",
],
@@ -597,11 +596,7 @@ webcore_testing_idl_with_modules_dependency_files =
"abspath")
webcore_testing_dependency_idl_files =
- get_path_info([
- "testing/OriginTrialsTestPartial.idl",
- "testing/PartialPrivateScriptTest.idl",
- ],
- "abspath")
+ get_path_info([ "testing/OriginTrialsTestPartial.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/dom/ExceptionCode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698