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

Unified Diff: chrome/browser/BUILD.gn

Issue 458053002: Refactor webkit resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index a7c4e954a54866931d39d58edbfb393dd340eb6d..319849b09aa23e3987aff57bfa92dac742091b03 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -157,6 +157,7 @@ static_library("browser") {
"//mojo/public/js/bindings",
"//mojo/system",
"//net:net_with_v8",
+ "//third_party/WebKit/public:resources",
"//third_party/adobe/flash:flapper_version_h",
"//third_party/expat",
"//third_party/leveldatabase",
@@ -169,10 +170,10 @@ static_library("browser") {
"//ui/surface",
"//ui/web_dialogs",
"//v8",
- "//webkit:resources",
"//webkit/browser:storage",
"//webkit/common",
"//webkit/common:storage",
+ "//webkit/glue/resources",
# TODO(GYP)
#"apps",
#"debugger",
« no previous file with comments | « no previous file | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698