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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7215040: Fix relaunches on the Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 (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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 'browser/first_run/first_run_dialog.h', 1127 'browser/first_run/first_run_dialog.h',
1128 'browser/first_run/first_run_gtk.cc', 1128 'browser/first_run/first_run_gtk.cc',
1129 'browser/first_run/first_run_import_observer.cc', 1129 'browser/first_run/first_run_import_observer.cc',
1130 'browser/first_run/first_run_import_observer.h', 1130 'browser/first_run/first_run_import_observer.h',
1131 'browser/first_run/first_run_mac.mm', 1131 'browser/first_run/first_run_mac.mm',
1132 'browser/first_run/first_run_win.cc', 1132 'browser/first_run/first_run_win.cc',
1133 'browser/first_run/upgrade_util.cc', 1133 'browser/first_run/upgrade_util.cc',
1134 'browser/first_run/upgrade_util.h', 1134 'browser/first_run/upgrade_util.h',
1135 'browser/first_run/upgrade_util_linux.cc', 1135 'browser/first_run/upgrade_util_linux.cc',
1136 'browser/first_run/upgrade_util_linux.h', 1136 'browser/first_run/upgrade_util_linux.h',
1137 'browser/first_run/upgrade_util_mac.cc',
1137 'browser/first_run/upgrade_util_win.cc', 1138 'browser/first_run/upgrade_util_win.cc',
1138 'browser/first_run/upgrade_util_win.h', 1139 'browser/first_run/upgrade_util_win.h',
1139 'browser/first_run/try_chrome_dialog_view.cc', 1140 'browser/first_run/try_chrome_dialog_view.cc',
1140 'browser/first_run/try_chrome_dialog_view.h', 1141 'browser/first_run/try_chrome_dialog_view.h',
1141 'browser/fullscreen.h', 1142 'browser/fullscreen.h',
1142 'browser/fullscreen_linux.cc', 1143 'browser/fullscreen_linux.cc',
1143 'browser/fullscreen_mac.mm', 1144 'browser/fullscreen_mac.mm',
1144 'browser/fullscreen_win.cc', 1145 'browser/fullscreen_win.cc',
1145 'browser/geolocation/access_token_store.cc', 1146 'browser/geolocation/access_token_store.cc',
1146 'browser/geolocation/geolocation_content_settings_map.cc', 1147 'browser/geolocation/geolocation_content_settings_map.cc',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 'browser/mac/authorization_util.h', 1344 'browser/mac/authorization_util.h',
1344 'browser/mac/authorization_util.mm', 1345 'browser/mac/authorization_util.mm',
1345 'browser/mac/file_metadata.h', 1346 'browser/mac/file_metadata.h',
1346 'browser/mac/file_metadata.mm', 1347 'browser/mac/file_metadata.mm',
1347 'browser/mac/install_from_dmg.h', 1348 'browser/mac/install_from_dmg.h',
1348 'browser/mac/install_from_dmg.mm', 1349 'browser/mac/install_from_dmg.mm',
1349 'browser/mac/keystone_glue.h', 1350 'browser/mac/keystone_glue.h',
1350 'browser/mac/keystone_glue.mm', 1351 'browser/mac/keystone_glue.mm',
1351 'browser/mac/keystone_registration.h', 1352 'browser/mac/keystone_registration.h',
1352 'browser/mac/keystone_registration.mm', 1353 'browser/mac/keystone_registration.mm',
1354 'browser/mac/relauncher.cc',
1355 'browser/mac/relauncher.h',
1353 'browser/mac/scoped_authorizationref.h', 1356 'browser/mac/scoped_authorizationref.h',
1354 'browser/mach_broker_mac.cc', 1357 'browser/mach_broker_mac.cc',
1355 'browser/mach_broker_mac.h', 1358 'browser/mach_broker_mac.h',
1356 'browser/memory_details.cc', 1359 'browser/memory_details.cc',
1357 'browser/memory_details.h', 1360 'browser/memory_details.h',
1358 'browser/memory_details_linux.cc', 1361 'browser/memory_details_linux.cc',
1359 'browser/memory_details_mac.cc', 1362 'browser/memory_details_mac.cc',
1360 'browser/memory_details_win.cc', 1363 'browser/memory_details_win.cc',
1361 'browser/memory_purger.cc', 1364 'browser/memory_purger.cc',
1362 'browser/memory_purger.h', 1365 'browser/memory_purger.h',
(...skipping 2427 matching lines...) Expand 10 before | Expand all | Expand 10 after
3790 'browser/ui/webui/options/certificate_manager_handler.cc', 3793 'browser/ui/webui/options/certificate_manager_handler.cc',
3791 'browser/ui/webui/options/certificate_manager_handler.h', 3794 'browser/ui/webui/options/certificate_manager_handler.h',
3792 ], 3795 ],
3793 }], 3796 }],
3794 ['OS=="mac"', { 3797 ['OS=="mac"', {
3795 'sources!': [ 3798 'sources!': [
3796 'browser/automation/automation_provider_list_generic.cc', 3799 'browser/automation/automation_provider_list_generic.cc',
3797 'browser/bookmarks/bookmark_context_menu.cc', 3800 'browser/bookmarks/bookmark_context_menu.cc',
3798 'browser/bookmarks/bookmark_drop_info.cc', 3801 'browser/bookmarks/bookmark_drop_info.cc',
3799 'browser/first_run/upgrade_util.cc', 3802 'browser/first_run/upgrade_util.cc',
3800 'browser/first_run/upgrade_util.h',
3801 'browser/importer/nss_decryptor_system_nss.cc', 3803 'browser/importer/nss_decryptor_system_nss.cc',
3802 'browser/importer/nss_decryptor_system_nss.h', 3804 'browser/importer/nss_decryptor_system_nss.h',
3803 'browser/jankometer.cc', 3805 'browser/jankometer.cc',
3804 'browser/metrics/display_utils_posix.cc', 3806 'browser/metrics/display_utils_posix.cc',
3805 'browser/password_manager/login_database_posix.cc', 3807 'browser/password_manager/login_database_posix.cc',
3806 'browser/power_save_blocker_stub.cc', 3808 'browser/power_save_blocker_stub.cc',
3807 'browser/ui/browser_list_stub.cc', 3809 'browser/ui/browser_list_stub.cc',
3808 'browser/ui/crypto_module_password_dialog_nss.cc', 3810 'browser/ui/crypto_module_password_dialog_nss.cc',
3809 'browser/ui/panels/panel_browser_frame_view.cc', 3811 'browser/ui/panels/panel_browser_frame_view.cc',
3810 'browser/ui/panels/panel_browser_frame_view.h', 3812 'browser/ui/panels/panel_browser_frame_view.h',
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 'hard_dependency': 1, 4678 'hard_dependency': 1,
4677 }, 4679 },
4678 ], 4680 ],
4679 } 4681 }
4680 4682
4681 # Local Variables: 4683 # Local Variables:
4682 # tab-width:2 4684 # tab-width:2
4683 # indent-tabs-mode:nil 4685 # indent-tabs-mode:nil
4684 # End: 4686 # End:
4685 # vim: set expandtab tabstop=2 shiftwidth=2: 4687 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698