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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 311133006: Add more Rappor metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove NTP metric 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
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 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'browser/profiles/profile_shortcut_manager_win.h', 1806 'browser/profiles/profile_shortcut_manager_win.h',
1807 'browser/profiles/profile_window.cc', 1807 'browser/profiles/profile_window.cc',
1808 'browser/profiles/profile_window.h', 1808 'browser/profiles/profile_window.h',
1809 'browser/profiles/profiles_state.cc', 1809 'browser/profiles/profiles_state.cc',
1810 'browser/profiles/profiles_state.h', 1810 'browser/profiles/profiles_state.h',
1811 'browser/profiles/startup_task_runner_service.cc', 1811 'browser/profiles/startup_task_runner_service.cc',
1812 'browser/profiles/startup_task_runner_service.h', 1812 'browser/profiles/startup_task_runner_service.h',
1813 'browser/profiles/startup_task_runner_service_factory.cc', 1813 'browser/profiles/startup_task_runner_service_factory.cc',
1814 'browser/profiles/startup_task_runner_service_factory.h', 1814 'browser/profiles/startup_task_runner_service_factory.h',
1815 'browser/profiles/storage_partition_descriptor.h', 1815 'browser/profiles/storage_partition_descriptor.h',
1816 'browser/rappor/sampling.cc',
1817 'browser/rappor/sampling.h',
1816 'browser/remove_rows_table_model.h', 1818 'browser/remove_rows_table_model.h',
1817 'browser/renderer_context_menu/context_menu_content_type.cc', 1819 'browser/renderer_context_menu/context_menu_content_type.cc',
1818 'browser/renderer_context_menu/context_menu_content_type.h', 1820 'browser/renderer_context_menu/context_menu_content_type.h',
1819 'browser/renderer_context_menu/context_menu_content_type_app_mode.cc', 1821 'browser/renderer_context_menu/context_menu_content_type_app_mode.cc',
1820 'browser/renderer_context_menu/context_menu_content_type_app_mode.h', 1822 'browser/renderer_context_menu/context_menu_content_type_app_mode.h',
1821 'browser/renderer_context_menu/context_menu_content_type_extension_popup .cc', 1823 'browser/renderer_context_menu/context_menu_content_type_extension_popup .cc',
1822 'browser/renderer_context_menu/context_menu_content_type_extension_popup .h', 1824 'browser/renderer_context_menu/context_menu_content_type_extension_popup .h',
1823 'browser/renderer_context_menu/context_menu_content_type_factory.cc', 1825 'browser/renderer_context_menu/context_menu_content_type_factory.cc',
1824 'browser/renderer_context_menu/context_menu_content_type_factory.h', 1826 'browser/renderer_context_menu/context_menu_content_type_factory.h',
1825 'browser/renderer_context_menu/context_menu_content_type_panel.cc', 1827 'browser/renderer_context_menu/context_menu_content_type_panel.cc',
(...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 'package_name': 'org/chromium/chrome/browser', 3775 'package_name': 'org/chromium/chrome/browser',
3774 'template_deps': ['browser/android/tab_load_status.h'], 3776 'template_deps': ['browser/android/tab_load_status.h'],
3775 }, 3777 },
3776 'includes': [ '../build/android/java_cpp_template.gypi' ], 3778 'includes': [ '../build/android/java_cpp_template.gypi' ],
3777 }, 3779 },
3778 ], 3780 ],
3779 }, 3781 },
3780 ], 3782 ],
3781 ], 3783 ],
3782 } 3784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698