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

Unified Diff: chrome/android/BUILD.gn

Issue 815343005: Clean up geolocation code now that it's all upstream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
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",

Powered by Google App Engine
This is Rietveld 408576698