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

Unified Diff: Source/web/BUILD.gn

Issue 343503003: Finish modules build in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add config Created 6 years, 6 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/modules/modules.gyp ('k') | public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index 50ea0f6ba101ad4b868977030f96a2183e1133ad..a9b9823624224965e66a943b70d4ca6b7747a701 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -20,8 +20,8 @@ component("web") {
":picker_common",
":color_suggestion_picker",
"//third_party/WebKit/Source/core",
+ "//third_party/WebKit/Source/modules",
"//third_party/WebKit/Source/platform",
-#"//third_party/WebKit/Source/modules",
"//skia",
"//third_party/icu",
"//v8",
« no previous file with comments | « Source/modules/modules.gyp ('k') | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698