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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 342053002: Add UMA metrics for Android Chrome Google Search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'browser/geolocation/geolocation_permission_context_factory.cc', 702 'browser/geolocation/geolocation_permission_context_factory.cc',
703 'browser/geolocation/geolocation_permission_context_factory.h', 703 'browser/geolocation/geolocation_permission_context_factory.h',
704 'browser/geolocation/geolocation_prefs.cc', 704 'browser/geolocation/geolocation_prefs.cc',
705 'browser/geolocation/geolocation_prefs.h', 705 'browser/geolocation/geolocation_prefs.h',
706 'browser/global_keyboard_shortcuts_mac.h', 706 'browser/global_keyboard_shortcuts_mac.h',
707 'browser/global_keyboard_shortcuts_mac.mm', 707 'browser/global_keyboard_shortcuts_mac.mm',
708 'browser/google/chrome_google_url_tracker_client.cc', 708 'browser/google/chrome_google_url_tracker_client.cc',
709 'browser/google/chrome_google_url_tracker_client.h', 709 'browser/google/chrome_google_url_tracker_client.h',
710 'browser/google/google_search_counter.cc', 710 'browser/google/google_search_counter.cc',
711 'browser/google/google_search_counter.h', 711 'browser/google/google_search_counter.h',
712 'browser/google/google_search_counter_android.cc',
713 'browser/google/google_search_counter_android.h',
712 'browser/google/google_profile_helper.cc', 714 'browser/google/google_profile_helper.cc',
713 'browser/google/google_profile_helper.h', 715 'browser/google/google_profile_helper.h',
714 'browser/google/google_update_settings_posix.cc', 716 'browser/google/google_update_settings_posix.cc',
715 'browser/google/google_update_win.cc', 717 'browser/google/google_update_win.cc',
716 'browser/google/google_update_win.h', 718 'browser/google/google_update_win.h',
717 'browser/google/google_url_tracker_factory.cc', 719 'browser/google/google_url_tracker_factory.cc',
718 'browser/google/google_url_tracker_factory.h', 720 'browser/google/google_url_tracker_factory.h',
719 'browser/google/google_url_tracker_navigation_helper_impl.cc', 721 'browser/google/google_url_tracker_navigation_helper_impl.cc',
720 'browser/google/google_url_tracker_navigation_helper_impl.h', 722 'browser/google/google_url_tracker_navigation_helper_impl.h',
721 'browser/google/google_brand.cc', 723 'browser/google/google_brand.cc',
(...skipping 3093 matching lines...) Expand 10 before | Expand all | Expand 10 after
3815 'package_name': 'org/chromium/chrome/browser', 3817 'package_name': 'org/chromium/chrome/browser',
3816 'template_deps': ['browser/android/tab_load_status.h'], 3818 'template_deps': ['browser/android/tab_load_status.h'],
3817 }, 3819 },
3818 'includes': [ '../build/android/java_cpp_template.gypi' ], 3820 'includes': [ '../build/android/java_cpp_template.gypi' ],
3819 }, 3821 },
3820 ], 3822 ],
3821 }, 3823 },
3822 ], 3824 ],
3823 ], 3825 ],
3824 } 3826 }
OLDNEW
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | components/google/core/browser/google_search_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698