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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2612993002: Make geolocation API and X-Geo header access consistent (Closed)
Patch Set: Fix wups Created 3 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after
3216 "android/resource_mapper.cc", 3216 "android/resource_mapper.cc",
3217 "android/resource_mapper.h", 3217 "android/resource_mapper.h",
3218 "android/rlz/revenue_stats.cc", 3218 "android/rlz/revenue_stats.cc",
3219 "android/rlz/revenue_stats.h", 3219 "android/rlz/revenue_stats.h",
3220 "android/safe_browsing/safe_browsing_api_handler_bridge.cc", 3220 "android/safe_browsing/safe_browsing_api_handler_bridge.cc",
3221 "android/safe_browsing/safe_browsing_api_handler_bridge.h", 3221 "android/safe_browsing/safe_browsing_api_handler_bridge.h",
3222 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate .cc", 3222 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate .cc",
3223 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate .h", 3223 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate .h",
3224 "android/search_geolocation/search_geolocation_disclosure_tab_helper.cc", 3224 "android/search_geolocation/search_geolocation_disclosure_tab_helper.cc",
3225 "android/search_geolocation/search_geolocation_disclosure_tab_helper.h", 3225 "android/search_geolocation/search_geolocation_disclosure_tab_helper.h",
3226 "android/search_geolocation/search_geolocation_service.cc",
3227 "android/search_geolocation/search_geolocation_service.h",
3226 "android/seccomp_support_detector.cc", 3228 "android/seccomp_support_detector.cc",
3227 "android/seccomp_support_detector.h", 3229 "android/seccomp_support_detector.h",
3228 "android/service_tab_launcher.cc", 3230 "android/service_tab_launcher.cc",
3229 "android/service_tab_launcher.h", 3231 "android/service_tab_launcher.h",
3230 "android/sessions/session_tab_helper_android.cc", 3232 "android/sessions/session_tab_helper_android.cc",
3231 "android/sessions/session_tab_helper_android.h", 3233 "android/sessions/session_tab_helper_android.h",
3232 "android/shortcut_helper.cc", 3234 "android/shortcut_helper.cc",
3233 "android/shortcut_helper.h", 3235 "android/shortcut_helper.h",
3234 "android/shortcut_info.cc", 3236 "android/shortcut_info.cc",
3235 "android/shortcut_info.h", 3237 "android/shortcut_info.h",
(...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 "media/pepper_cdm_test_constants.cc", 4488 "media/pepper_cdm_test_constants.cc",
4487 "media/pepper_cdm_test_constants.h", 4489 "media/pepper_cdm_test_constants.h",
4488 ] 4490 ]
4489 } 4491 }
4490 } 4492 }
4491 4493
4492 service_manifest("preferences_manifest") { 4494 service_manifest("preferences_manifest") {
4493 name = "preferences" 4495 name = "preferences"
4494 source = "prefs/preferences_manifest.json" 4496 source = "prefs/preferences_manifest.json"
4495 } 4497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698