Chromium Code Reviews| Index: chrome/android/BUILD.gn |
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
| index ecc97345b7d3f60031b5441cfca4aa245d97eade..315157898d9c6507f691c87c609e04fc43774e75 100644 |
| --- a/chrome/android/BUILD.gn |
| +++ b/chrome/android/BUILD.gn |
| @@ -168,10 +168,10 @@ java_cpp_template("resource_id_javagen") { |
| # GYP: //chrome/chrome_shell.gypi:libchromeshell_base |
| static_library("chrome_shell_base") { |
| - sources = [ |
| - "shell/chrome_shell_google_location_settings_helper.cc", |
| - "shell/chrome_shell_google_location_settings_helper.h", |
| - ] |
| + #sources = [ |
|
Michael van Ouwerkerk
2015/01/19 12:03:14
Did you mean to delete this section?
newt (away)
2015/01/20 16:58:51
Yes, though I'm wondering if I can/should delete t
|
| + # "shell/chrome_shell_google_location_settings_helper.cc", |
| + # "shell/chrome_shell_google_location_settings_helper.h", |
| + #] |
| deps = [ |
| "//chrome/browser/ui", |