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

Unified Diff: chrome/utility/BUILD.gn

Issue 419053002: Miscellaneous GN updates. (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 | « chrome/browser/ui/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index d70256c688437ef032344fc31685e8e976cdbf0c..9a1ab9da7e70a766e81bafac0c6d0809405a0863 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -17,11 +17,11 @@ static_library("utility") {
deps = [
"//base",
- #"../components/components_strings.gyp:components_strings", TODO(GYP)
- #"../components/components.gyp:url_fixer", TODO(GYP)
+ "//components/strings",
+ "//components/url_fixer",
"//content/public/common",
"//content/public/utility",
- #"../media/media.gyp:media", TODO(GYP)
+ "//media",
"//skia",
"//third_party/libxml",
"//chrome:resources",
@@ -52,7 +52,7 @@ static_library("utility") {
if (is_win || is_mac) {
sources += rebase_path(
gypi_values.chrome_utility_win_mac_media_gallery_sources, ".", "..")
- #deps += [ "//components/wifi" ] TODO(GYP)
+ deps += [ "//components/wifi" ]
} else {
sources += [ "image_writer/image_writer_stub.cc" ]
}
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698