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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8245018: Remove race condition when installing default apps into a new profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressing review comments Created 9 years, 2 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/prefs/browser_prefs.cc ('k') | chrome/common/pref_names.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'browser/extensions/app_notification.cc', 923 'browser/extensions/app_notification.cc',
924 'browser/extensions/app_notification.h', 924 'browser/extensions/app_notification.h',
925 'browser/extensions/app_notification_manager.cc', 925 'browser/extensions/app_notification_manager.cc',
926 'browser/extensions/app_notification_manager.h', 926 'browser/extensions/app_notification_manager.h',
927 'browser/extensions/app_notify_channel_setup.cc', 927 'browser/extensions/app_notify_channel_setup.cc',
928 'browser/extensions/app_notify_channel_setup.h', 928 'browser/extensions/app_notify_channel_setup.h',
929 'browser/extensions/app_notification_storage.cc', 929 'browser/extensions/app_notification_storage.cc',
930 'browser/extensions/app_notification_storage.h', 930 'browser/extensions/app_notification_storage.h',
931 'browser/extensions/apps_promo.cc', 931 'browser/extensions/apps_promo.cc',
932 'browser/extensions/apps_promo.h', 932 'browser/extensions/apps_promo.h',
933 'browser/extensions/default_apps.cc',
934 'browser/extensions/default_apps.h',
933 'browser/extensions/default_apps_trial.cc', 935 'browser/extensions/default_apps_trial.cc',
934 'browser/extensions/default_apps_trial.h', 936 'browser/extensions/default_apps_trial.h',
935 'browser/extensions/convert_user_script.cc', 937 'browser/extensions/convert_user_script.cc',
936 'browser/extensions/convert_user_script.h', 938 'browser/extensions/convert_user_script.h',
937 'browser/extensions/convert_web_app.cc', 939 'browser/extensions/convert_web_app.cc',
938 'browser/extensions/convert_web_app.h', 940 'browser/extensions/convert_web_app.h',
939 'browser/extensions/crx_installer.cc', 941 'browser/extensions/crx_installer.cc',
940 'browser/extensions/crx_installer.h', 942 'browser/extensions/crx_installer.h',
941 'browser/extensions/execute_code_in_tab_function.cc', 943 'browser/extensions/execute_code_in_tab_function.cc',
942 'browser/extensions/execute_code_in_tab_function.h', 944 'browser/extensions/execute_code_in_tab_function.h',
(...skipping 3096 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 }], 4041 }],
4040 ['chromeos==1', { 4042 ['chromeos==1', {
4041 'dependencies': [ 4043 'dependencies': [
4042 '../build/linux/system.gyp:dbus-glib', 4044 '../build/linux/system.gyp:dbus-glib',
4043 '../third_party/libevent/libevent.gyp:libevent', 4045 '../third_party/libevent/libevent.gyp:libevent',
4044 'browser/chromeos/input_method/input_method.gyp:gencode', 4046 'browser/chromeos/input_method/input_method.gyp:gencode',
4045 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto' , 4047 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto' ,
4046 ], 4048 ],
4047 'sources!': [ 4049 'sources!': [
4048 'browser/background/background_mode_manager_gtk.cc', 4050 'browser/background/background_mode_manager_gtk.cc',
4051 'browser/extensions/default_apps_provider.cc',
4052 'browser/extensions/default_apps_provider.h',
4049 'browser/first_run/upgrade_util.cc', 4053 'browser/first_run/upgrade_util.cc',
4050 'browser/first_run/upgrade_util.h', 4054 'browser/first_run/upgrade_util.h',
4051 'browser/first_run/upgrade_util_linux.cc', 4055 'browser/first_run/upgrade_util_linux.cc',
4052 'browser/idle_linux.cc', 4056 'browser/idle_linux.cc',
4053 'browser/password_manager/native_backend_gnome_x.cc', 4057 'browser/password_manager/native_backend_gnome_x.cc',
4054 'browser/password_manager/native_backend_gnome_x.h', 4058 'browser/password_manager/native_backend_gnome_x.h',
4055 'browser/password_manager/native_backend_kwallet_x.cc', 4059 'browser/password_manager/native_backend_kwallet_x.cc',
4056 'browser/password_manager/native_backend_kwallet_x.h', 4060 'browser/password_manager/native_backend_kwallet_x.h',
4057 'browser/platform_util_linux.cc', 4061 'browser/platform_util_linux.cc',
4058 'browser/printing/print_dialog_gtk.cc', 4062 'browser/printing/print_dialog_gtk.cc',
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 'type': 'static_library', 5195 'type': 'static_library',
5192 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5196 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5193 'variables': { 5197 'variables': {
5194 'proto_in_dir': 'browser/history', 5198 'proto_in_dir': 'browser/history',
5195 'proto_out_dir': 'chrome/browser/history', 5199 'proto_out_dir': 'chrome/browser/history',
5196 }, 5200 },
5197 'includes': [ '../build/protoc.gypi' ] 5201 'includes': [ '../build/protoc.gypi' ]
5198 }, 5202 },
5199 ], 5203 ],
5200 } 5204 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698