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

Side by Side Diff: chrome/chrome_browser.gypi

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: renamed IsSystemLocationEnabled -> IsLocationEnabled 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
11 # These variables are so the file lists can be shared with the GN build. 11 # These variables are so the file lists can be shared with the GN build.
12 # There are two sections of sources: 12 # There are two sections of sources:
13 # * "Platform"-based sources (OS, toolkit, etc.) 13 # * "Platform"-based sources (OS, toolkit, etc.)
14 # * Feature/directory-based sources (e.g., history, printing) 14 # * Feature/directory-based sources (e.g., history, printing)
15 15
16 ### Platform-based sources ### 16 ### Platform-based sources ###
17 17
18 # The set of sources used on all platforms but iOS that aren't listed in 18 # The set of sources used on all platforms but iOS that aren't listed in
19 # more specific variables below. 19 # more specific variables below.
20 'chrome_browser_non_ios_sources': [ 20 'chrome_browser_non_ios_sources': [
21 'browser/about_flags.cc', 21 'browser/about_flags.cc',
22 'browser/about_flags.h', 22 'browser/about_flags.h',
23 'browser/android/accessibility/font_size_prefs_android.cc', 23 'browser/android/accessibility/font_size_prefs_android.cc',
24 'browser/android/accessibility/font_size_prefs_android.h', 24 'browser/android/accessibility/font_size_prefs_android.h',
25 'browser/android/accessibility_util.cc', 25 'browser/android/accessibility_util.cc',
26 'browser/android/accessibility_util.h', 26 'browser/android/accessibility_util.h',
27 'browser/android/activity_type_id_list.h', 27 'browser/android/activity_type_id_list.h',
28 'browser/android/activity_type_ids.cc', 28 'browser/android/activity_type_ids.cc',
29 'browser/android/activity_type_ids.h', 29 'browser/android/activity_type_ids.h',
30 'browser/android/app_google_location_settings_helper.cc',
31 'browser/android/app_google_location_settings_helper.h',
32 'browser/android/appmenu/app_menu_drag_helper.cc', 30 'browser/android/appmenu/app_menu_drag_helper.cc',
33 'browser/android/appmenu/app_menu_drag_helper.h', 31 'browser/android/appmenu/app_menu_drag_helper.h',
34 'browser/android/banners/app_banner_manager.cc', 32 'browser/android/banners/app_banner_manager.cc',
35 'browser/android/banners/app_banner_manager.h', 33 'browser/android/banners/app_banner_manager.h',
36 'browser/android/banners/app_banner_metrics_id_list.h', 34 'browser/android/banners/app_banner_metrics_id_list.h',
37 'browser/android/banners/app_banner_metrics_ids.h', 35 'browser/android/banners/app_banner_metrics_ids.h',
38 'browser/android/banners/app_banner_settings_helper.cc', 36 'browser/android/banners/app_banner_settings_helper.cc',
39 'browser/android/banners/app_banner_settings_helper.h', 37 'browser/android/banners/app_banner_settings_helper.h',
40 'browser/android/banners/app_banner_utilities.cc', 38 'browser/android/banners/app_banner_utilities.cc',
41 'browser/android/banners/app_banner_utilities.h', 39 'browser/android/banners/app_banner_utilities.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'browser/android/logo_bridge.cc', 95 'browser/android/logo_bridge.cc',
98 'browser/android/logo_bridge.h', 96 'browser/android/logo_bridge.h',
99 'browser/android/logo_service.cc', 97 'browser/android/logo_service.cc',
100 'browser/android/logo_service.h', 98 'browser/android/logo_service.h',
101 'browser/android/meta_tag_observer.cc', 99 'browser/android/meta_tag_observer.cc',
102 'browser/android/meta_tag_observer.h', 100 'browser/android/meta_tag_observer.h',
103 'browser/android/new_tab_page_prefs.cc', 101 'browser/android/new_tab_page_prefs.cc',
104 'browser/android/new_tab_page_prefs.h', 102 'browser/android/new_tab_page_prefs.h',
105 'browser/android/new_tab_page_url_handler.cc', 103 'browser/android/new_tab_page_url_handler.cc',
106 'browser/android/new_tab_page_url_handler.h', 104 'browser/android/new_tab_page_url_handler.h',
107 'browser/android/google_location_settings_helper.h',
108 'browser/android/intent_helper.cc', 105 'browser/android/intent_helper.cc',
109 'browser/android/intent_helper.h', 106 'browser/android/intent_helper.h',
110 'browser/android/intercept_download_resource_throttle.cc', 107 'browser/android/intercept_download_resource_throttle.cc',
111 'browser/android/intercept_download_resource_throttle.h', 108 'browser/android/intercept_download_resource_throttle.h',
109 'browser/android/location_settings.h',
110 'browser/android/location_settings_impl.cc',
111 'browser/android/location_settings_impl.h',
112 'browser/android/most_visited_sites.cc', 112 'browser/android/most_visited_sites.cc',
113 'browser/android/most_visited_sites.h', 113 'browser/android/most_visited_sites.h',
114 'browser/android/omnibox/answers_image_bridge.cc', 114 'browser/android/omnibox/answers_image_bridge.cc',
115 'browser/android/omnibox/answers_image_bridge.h', 115 'browser/android/omnibox/answers_image_bridge.h',
116 'browser/android/omnibox/autocomplete_controller_android.cc', 116 'browser/android/omnibox/autocomplete_controller_android.cc',
117 'browser/android/omnibox/autocomplete_controller_android.h', 117 'browser/android/omnibox/autocomplete_controller_android.h',
118 'browser/android/omnibox/omnibox_prerender.cc', 118 'browser/android/omnibox/omnibox_prerender.cc',
119 'browser/android/omnibox/omnibox_prerender.h', 119 'browser/android/omnibox/omnibox_prerender.h',
120 'browser/android/password_ui_view_android.cc', 120 'browser/android/password_ui_view_android.cc',
121 'browser/android/password_ui_view_android.h', 121 'browser/android/password_ui_view_android.h',
(...skipping 3576 matching lines...) Expand 10 before | Expand all | Expand 10 after
3698 'variables': { 3698 'variables': {
3699 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3699 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3700 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3700 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3701 }, 3701 },
3702 'includes': [ '../build/protoc.gypi' ] 3702 'includes': [ '../build/protoc.gypi' ]
3703 }, 3703 },
3704 ], 3704 ],
3705 },], 3705 },],
3706 ], 3706 ],
3707 } 3707 }
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_context_unittest.cc ('k') | chrome/chrome_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698