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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12662033: Show user data dialog earlier on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromium style warning: inline virtual method with non-empty bodies. Created 7 years, 9 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/user_data_dir_extractor_win_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 'browser/upgrade_detector.cc', 2052 'browser/upgrade_detector.cc',
2053 'browser/upgrade_detector.h', 2053 'browser/upgrade_detector.h',
2054 'browser/upgrade_detector_impl.cc', 2054 'browser/upgrade_detector_impl.cc',
2055 'browser/upgrade_detector_impl.h', 2055 'browser/upgrade_detector_impl.h',
2056 'browser/usb/usb_device.cc', 2056 'browser/usb/usb_device.cc',
2057 'browser/usb/usb_device.h', 2057 'browser/usb/usb_device.h',
2058 'browser/usb/usb_service.cc', 2058 'browser/usb/usb_service.cc',
2059 'browser/usb/usb_service.h', 2059 'browser/usb/usb_service.h',
2060 'browser/usb/usb_service_factory.cc', 2060 'browser/usb/usb_service_factory.cc',
2061 'browser/usb/usb_service_factory.h', 2061 'browser/usb/usb_service_factory.h',
2062 'browser/user_data_dir_extractor.cc',
2063 'browser/user_data_dir_extractor.h',
2064 'browser/user_data_dir_extractor_win.cc',
2065 'browser/user_data_dir_extractor_win.h',
2062 'browser/user_style_sheet_watcher.cc', 2066 'browser/user_style_sheet_watcher.cc',
2063 'browser/user_style_sheet_watcher.h', 2067 'browser/user_style_sheet_watcher.h',
2064 'browser/user_style_sheet_watcher_factory.cc', 2068 'browser/user_style_sheet_watcher_factory.cc',
2065 'browser/user_style_sheet_watcher_factory.h', 2069 'browser/user_style_sheet_watcher_factory.h',
2066 'browser/value_store/leveldb_value_store.cc', 2070 'browser/value_store/leveldb_value_store.cc',
2067 'browser/value_store/leveldb_value_store.h', 2071 'browser/value_store/leveldb_value_store.h',
2068 'browser/value_store/testing_value_store.cc', 2072 'browser/value_store/testing_value_store.cc',
2069 'browser/value_store/testing_value_store.h', 2073 'browser/value_store/testing_value_store.h',
2070 'browser/value_store/value_store_change.cc', 2074 'browser/value_store/value_store_change.cc',
2071 'browser/value_store/value_store_change.h', 2075 'browser/value_store/value_store_change.h',
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
2843 'sources': [ 2847 'sources': [
2844 # Using built-in rule in vstudio for midl. 2848 # Using built-in rule in vstudio for midl.
2845 'browser/history/history_indexer.idl', 2849 'browser/history/history_indexer.idl',
2846 ], 2850 ],
2847 'sources!': [ 2851 'sources!': [
2848 'browser/history/history_publisher_none.cc', 2852 'browser/history/history_publisher_none.cc',
2849 'browser/importer/nss_decryptor_system_nss.cc', 2853 'browser/importer/nss_decryptor_system_nss.cc',
2850 'browser/importer/nss_decryptor_system_nss.h', 2854 'browser/importer/nss_decryptor_system_nss.h',
2851 'browser/lifetime/application_lifetime_stub.cc', 2855 'browser/lifetime/application_lifetime_stub.cc',
2852 'browser/profiles/profile_shortcut_manager_stub.cc', 2856 'browser/profiles/profile_shortcut_manager_stub.cc',
2857 'browser/user_data_dir_extractor.cc',
2853 ], 2858 ],
2854 'conditions': [ 2859 'conditions': [
2855 ['win_use_allocator_shim==1', { 2860 ['win_use_allocator_shim==1', {
2856 'dependencies': [ 2861 'dependencies': [
2857 '<(allocator_target)', 2862 '<(allocator_target)',
2858 ], 2863 ],
2859 }], 2864 }],
2860 ], 2865 ],
2861 }, { # 'OS!="win" 2866 }, { # 'OS!="win"
2862 'sources/': [ 2867 'sources/': [
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3125 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3121 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3126 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3122 }, 3127 },
3123 'includes': [ '../build/android/java_cpp_template.gypi' ], 3128 'includes': [ '../build/android/java_cpp_template.gypi' ],
3124 }, 3129 },
3125 ], 3130 ],
3126 }, 3131 },
3127 ], 3132 ],
3128 ], 3133 ],
3129 } 3134 }
OLDNEW
« no previous file with comments | « chrome/browser/user_data_dir_extractor_win_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698