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

Unified Diff: chrome/BUILD.gn

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix GN 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 | « athena/resources/athena_resources.gyp ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 6a687409030544616f99c8ad58c6c489020fc64a..00284f6c86349c52f74650bbe6cfb20b27bc698d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -112,11 +112,11 @@ shared_library("main_dll") {
# Chromium functionality into this .dll.
#'chrome_version_resources', TODO(GYP)
"//chrome/app/theme:chrome_unscaled_resources",
+ "//content/app/resources",
"//crypto",
"//net:resources",
"//third_party/wtl",
"//ui/views",
- "//webkit/glue/resources",
#'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf' ] TODO(GYP)
]
if (enable_configuration_policy) {
« no previous file with comments | « athena/resources/athena_resources.gyp ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698