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

Unified Diff: Source/core/BUILD.gn

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 | « no previous file | Source/core/core.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 34815a00b0f9d0c424f59cf5ea5b257da3562ce9..4b524650124f5b0432d1c7c90709cc638ba051d8 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -219,7 +219,8 @@ source_set("remaining") {
# in GYP. The file list variable is the same and then GYP filters on wether
# the path starts with "rendering/" or not. We should tweak the .gypis a bit
# to separate out the rendering files.
- sources = rebase_path(webcore_files, ".", "//")
+ sources = rebase_path(webcore_non_rendering_files, ".", "//")
+ sources += rebase_path(webcore_rendering_files, ".", "//")
configs -= core_config_remove
configs += core_config_add
« no previous file with comments | « no previous file | Source/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698