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

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: Updated histogram name 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'browser/geolocation/geolocation_permission_context_factory.cc', 700 'browser/geolocation/geolocation_permission_context_factory.cc',
701 'browser/geolocation/geolocation_permission_context_factory.h', 701 'browser/geolocation/geolocation_permission_context_factory.h',
702 'browser/geolocation/geolocation_prefs.cc', 702 'browser/geolocation/geolocation_prefs.cc',
703 'browser/geolocation/geolocation_prefs.h', 703 'browser/geolocation/geolocation_prefs.h',
704 'browser/global_keyboard_shortcuts_mac.h', 704 'browser/global_keyboard_shortcuts_mac.h',
705 'browser/global_keyboard_shortcuts_mac.mm', 705 'browser/global_keyboard_shortcuts_mac.mm',
706 'browser/google/chrome_google_url_tracker_client.cc', 706 'browser/google/chrome_google_url_tracker_client.cc',
707 'browser/google/chrome_google_url_tracker_client.h', 707 'browser/google/chrome_google_url_tracker_client.h',
708 'browser/google/google_search_counter.cc', 708 'browser/google/google_search_counter.cc',
709 'browser/google/google_search_counter.h', 709 'browser/google/google_search_counter.h',
710 'browser/google/google_search_counter_android.cc',
711 'browser/google/google_search_counter_android.h',
710 'browser/google/google_profile_helper.cc', 712 'browser/google/google_profile_helper.cc',
711 'browser/google/google_profile_helper.h', 713 'browser/google/google_profile_helper.h',
712 'browser/google/google_update_settings_posix.cc', 714 'browser/google/google_update_settings_posix.cc',
713 'browser/google/google_update_win.cc', 715 'browser/google/google_update_win.cc',
714 'browser/google/google_update_win.h', 716 'browser/google/google_update_win.h',
715 'browser/google/google_url_tracker_factory.cc', 717 'browser/google/google_url_tracker_factory.cc',
716 'browser/google/google_url_tracker_factory.h', 718 'browser/google/google_url_tracker_factory.h',
717 'browser/google/google_url_tracker_navigation_helper_impl.cc', 719 'browser/google/google_url_tracker_navigation_helper_impl.cc',
718 'browser/google/google_url_tracker_navigation_helper_impl.h', 720 'browser/google/google_url_tracker_navigation_helper_impl.h',
719 'browser/google/google_brand.cc', 721 'browser/google/google_brand.cc',
(...skipping 3094 matching lines...) Expand 10 before | Expand all | Expand 10 after
3814 'package_name': 'org/chromium/chrome/browser', 3816 'package_name': 'org/chromium/chrome/browser',
3815 'template_deps': ['browser/android/tab_load_status.h'], 3817 'template_deps': ['browser/android/tab_load_status.h'],
3816 }, 3818 },
3817 'includes': [ '../build/android/java_cpp_template.gypi' ], 3819 'includes': [ '../build/android/java_cpp_template.gypi' ],
3818 }, 3820 },
3819 ], 3821 ],
3820 }, 3822 },
3821 ], 3823 ],
3822 ], 3824 ],
3823 } 3825 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698