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

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

Issue 2562093002: Move DocumentXMLTreeViewer off of private script (Closed)
Patch Set: Use V8PerIsolateData::mainThreadIsolate() 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/xml/BUILD.gn
diff --git a/third_party/WebKit/Source/core/xml/BUILD.gn b/third_party/WebKit/Source/core/xml/BUILD.gn
index 09771a2308c81c82a0cd408572b587f51b1cd16f..42d04fbca780918f892999d3bb78431e33156b9c 100644
--- a/third_party/WebKit/Source/core/xml/BUILD.gn
+++ b/third_party/WebKit/Source/core/xml/BUILD.gn
@@ -8,6 +8,8 @@ blink_core_sources("xml") {
sources = [
"DOMParser.cpp",
"DOMParser.h",
+ "DocumentXMLTreeViewer.cpp",
+ "DocumentXMLTreeViewer.h",
"DocumentXPathEvaluator.cpp",
"DocumentXPathEvaluator.h",
"DocumentXSLT.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698