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

Unified Diff: Source/core/core.gni

Issue 890023004: Clean up core.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 10 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gni
diff --git a/Source/core/core.gni b/Source/core/core.gni
index e0b7588efe071fd301f04c1c3fdeeb674b8fa071..1368a15ac9ec5e1c94cc312bf266723cfb4c72da 100644
--- a/Source/core/core.gni
+++ b/Source/core/core.gni
@@ -33,7 +33,10 @@ core_dependency_idl_files =
# Interfaces that inherit from Event, including Event itself.
core_event_idl_files = get_path_info(_gypi.core_event_idl_files, "abspath")
-webcore_files = get_path_info(_gypi.webcore_files, "abspath")
+webcore_non_rendering_files =
+ get_path_info(_gypi.webcore_non_rendering_files, "abspath")
+webcore_rendering_files =
+ get_path_info(_gypi.webcore_rendering_files, "abspath")
webcore_dom_files = get_path_info(_gypi.webcore_dom_files, "abspath")
webcore_html_files = get_path_info(_gypi.webcore_html_files, "abspath")
webcore_svg_files = get_path_info(_gypi.webcore_svg_files, "abspath")
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698