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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 440123002: Remove unused methods from GoogleLocationSettingsHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/android/mock_google_location_settings_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'browser/android/logo_bridge.cc', 50 'browser/android/logo_bridge.cc',
51 'browser/android/logo_bridge.h', 51 'browser/android/logo_bridge.h',
52 'browser/android/logo_service.cc', 52 'browser/android/logo_service.cc',
53 'browser/android/logo_service.h', 53 'browser/android/logo_service.h',
54 'browser/android/meta_tag_observer.cc', 54 'browser/android/meta_tag_observer.cc',
55 'browser/android/meta_tag_observer.h', 55 'browser/android/meta_tag_observer.h',
56 'browser/android/new_tab_page_prefs.cc', 56 'browser/android/new_tab_page_prefs.cc',
57 'browser/android/new_tab_page_prefs.h', 57 'browser/android/new_tab_page_prefs.h',
58 'browser/android/new_tab_page_url_handler.cc', 58 'browser/android/new_tab_page_url_handler.cc',
59 'browser/android/new_tab_page_url_handler.h', 59 'browser/android/new_tab_page_url_handler.h',
60 'browser/android/google_location_settings_helper.cc',
61 'browser/android/google_location_settings_helper.h', 60 'browser/android/google_location_settings_helper.h',
62 'browser/android/intent_helper.cc', 61 'browser/android/intent_helper.cc',
63 'browser/android/intent_helper.h', 62 'browser/android/intent_helper.h',
64 'browser/android/intercept_download_resource_throttle.cc', 63 'browser/android/intercept_download_resource_throttle.cc',
65 'browser/android/intercept_download_resource_throttle.h', 64 'browser/android/intercept_download_resource_throttle.h',
66 'browser/android/most_visited_sites.cc', 65 'browser/android/most_visited_sites.cc',
67 'browser/android/most_visited_sites.h', 66 'browser/android/most_visited_sites.h',
68 'browser/android/omnibox/answers_image_bridge.cc', 67 'browser/android/omnibox/answers_image_bridge.cc',
69 'browser/android/omnibox/answers_image_bridge.h', 68 'browser/android/omnibox/answers_image_bridge.h',
70 'browser/android/omnibox/autocomplete_controller_android.cc', 69 'browser/android/omnibox/autocomplete_controller_android.cc',
(...skipping 3540 matching lines...) Expand 10 before | Expand all | Expand 10 after
3611 'package_name': 'org/chromium/chrome/browser', 3610 'package_name': 'org/chromium/chrome/browser',
3612 'template_deps': ['browser/android/tab_load_status.h'], 3611 'template_deps': ['browser/android/tab_load_status.h'],
3613 }, 3612 },
3614 'includes': [ '../build/android/java_cpp_template.gypi' ], 3613 'includes': [ '../build/android/java_cpp_template.gypi' ],
3615 }, 3614 },
3616 ], 3615 ],
3617 }, 3616 },
3618 ], 3617 ],
3619 ], 3618 ],
3620 } 3619 }
OLDNEW
« no previous file with comments | « chrome/browser/android/mock_google_location_settings_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698