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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14683012: Merge 198707 "Record first run startup metrics." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 years, 7 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/ui/views/first_run_bubble.cc ('k') | chrome/common/startup_metric_utils.h » ('j') | 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 '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 2854 matching lines...) Expand 10 before | Expand all | Expand 10 after
2865 ], 2865 ],
2866 'export_dependent_settings': [ 2866 'export_dependent_settings': [
2867 '../ui/views/controls/webview/webview.gyp:webview', 2867 '../ui/views/controls/webview/webview.gyp:webview',
2868 '../ui/views/views.gyp:views', 2868 '../ui/views/views.gyp:views',
2869 ], 2869 ],
2870 'sources': [ 2870 'sources': [
2871 # Using built-in rule in vstudio for midl. 2871 # Using built-in rule in vstudio for midl.
2872 'browser/history/history_indexer.idl', 2872 'browser/history/history_indexer.idl',
2873 ], 2873 ],
2874 'sources!': [ 2874 'sources!': [
2875 'browser/first_run/first_run_dialog.h',
2875 'browser/history/history_publisher_none.cc', 2876 'browser/history/history_publisher_none.cc',
2876 'browser/importer/nss_decryptor_system_nss.cc', 2877 'browser/importer/nss_decryptor_system_nss.cc',
2877 'browser/importer/nss_decryptor_system_nss.h', 2878 'browser/importer/nss_decryptor_system_nss.h',
2878 'browser/lifetime/application_lifetime_stub.cc', 2879 'browser/lifetime/application_lifetime_stub.cc',
2879 'browser/profiles/profile_shortcut_manager_stub.cc', 2880 'browser/profiles/profile_shortcut_manager_stub.cc',
2880 'browser/user_data_dir_extractor.cc', 2881 'browser/user_data_dir_extractor.cc',
2881 ], 2882 ],
2882 'conditions': [ 2883 'conditions': [
2883 ['win_use_allocator_shim==1', { 2884 ['win_use_allocator_shim==1', {
2884 'dependencies': [ 2885 'dependencies': [
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3146 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3146 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3147 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3147 }, 3148 },
3148 'includes': [ '../build/android/java_cpp_template.gypi' ], 3149 'includes': [ '../build/android/java_cpp_template.gypi' ],
3149 }, 3150 },
3150 ], 3151 ],
3151 }, 3152 },
3152 ], 3153 ],
3153 ], 3154 ],
3154 } 3155 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/first_run_bubble.cc ('k') | chrome/common/startup_metric_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698