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

Unified Diff: webkit/common/BUILD.gn

Issue 307133002: Fix GN build. ui_base was renamed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/BUILD.gn
diff --git a/webkit/common/BUILD.gn b/webkit/common/BUILD.gn
index 2dfd470ba90823e40ca288c322f008b1bcfc2506..9982ed01cd28fa83ceecea65ed3471ba11f02d82 100644
--- a/webkit/common/BUILD.gn
+++ b/webkit/common/BUILD.gn
@@ -27,7 +27,7 @@ component("common") {
"//skia",
"//third_party/icu",
"//third_party/WebKit/public:blink_headers",
- "//ui/base:ui_base",
+ "//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/resources",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698