| 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" ]
|
| }
|
|
|