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

Unified Diff: webkit/common/BUILD.gn

Issue 392503002: webkit: Cleanup webkit_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | webkit/common/webkit_common.gyp » ('j') | 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 cca6bc73bb7bb268902d868083aa498fa2415d3e..bddf46f9b238f6e63e804243eba7cb89f1eb4776 100644
--- a/webkit/common/BUILD.gn
+++ b/webkit/common/BUILD.gn
@@ -16,21 +16,7 @@ component("common") {
deps = [
"//base",
- "//base:i18n",
- "//base/third_party/dynamic_annotations",
- "//net",
- "//skia",
- "//third_party/icu",
- "//third_party/WebKit/public:blink_headers",
- "//ui/base",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/resources",
"//url",
- "//webkit:resources",
- ]
- forward_dependent_configs_from = [
- "//third_party/WebKit/public:blink_headers",
]
}
« no previous file with comments | « no previous file | webkit/common/webkit_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698