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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6840003: first-run: Refactor Upgrade class into a common upgrade_util API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upgrade_utils -> upgrade_util Created 9 years, 8 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/process_singleton.h ('k') | chrome/installer/setup/install_worker.cc » ('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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'browser/favicon_helper.h', 1053 'browser/favicon_helper.h',
1054 'browser/favicon_service.cc', 1054 'browser/favicon_service.cc',
1055 'browser/favicon_service.h', 1055 'browser/favicon_service.h',
1056 'browser/file_select_helper.cc', 1056 'browser/file_select_helper.cc',
1057 'browser/file_select_helper.h', 1057 'browser/file_select_helper.h',
1058 'browser/first_run/first_run.cc', 1058 'browser/first_run/first_run.cc',
1059 'browser/first_run/first_run.h', 1059 'browser/first_run/first_run.h',
1060 'browser/first_run/first_run_gtk.cc', 1060 'browser/first_run/first_run_gtk.cc',
1061 'browser/first_run/first_run_mac.mm', 1061 'browser/first_run/first_run_mac.mm',
1062 'browser/first_run/first_run_win.cc', 1062 'browser/first_run/first_run_win.cc',
1063 'browser/first_run/upgrade.cc', 1063 'browser/first_run/upgrade_util.cc',
1064 'browser/first_run/upgrade.h', 1064 'browser/first_run/upgrade_util.h',
1065 'browser/first_run/upgrade_gtk.cc', 1065 'browser/first_run/upgrade_util_linux.cc',
1066 'browser/first_run/upgrade_win.cc', 1066 'browser/first_run/upgrade_util_win.cc',
1067 'browser/first_run/try_chrome_dialog_view.cc', 1067 'browser/first_run/try_chrome_dialog_view.cc',
1068 'browser/first_run/try_chrome_dialog_view.h', 1068 'browser/first_run/try_chrome_dialog_view.h',
1069 'browser/fullscreen.h', 1069 'browser/fullscreen.h',
1070 'browser/fullscreen_linux.cc', 1070 'browser/fullscreen_linux.cc',
1071 'browser/fullscreen_mac.mm', 1071 'browser/fullscreen_mac.mm',
1072 'browser/fullscreen_win.cc', 1072 'browser/fullscreen_win.cc',
1073 'browser/geolocation/access_token_store.cc', 1073 'browser/geolocation/access_token_store.cc',
1074 'browser/geolocation/geolocation_content_settings_map.cc', 1074 'browser/geolocation/geolocation_content_settings_map.cc',
1075 'browser/geolocation/geolocation_content_settings_map.h', 1075 'browser/geolocation/geolocation_content_settings_map.h',
1076 'browser/geolocation/geolocation_exceptions_table_model.cc', 1076 'browser/geolocation/geolocation_exceptions_table_model.cc',
(...skipping 2326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3403 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], 3403 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'],
3404 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], 3404 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'],
3405 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], 3405 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'],
3406 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], 3406 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'],
3407 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], 3407 ['exclude', 'browser/ui/webui/slideshow_ui.cc'],
3408 ], 3408 ],
3409 }], 3409 }],
3410 ['chromeos==1', { 3410 ['chromeos==1', {
3411 'sources!': [ 3411 'sources!': [
3412 'browser/background_mode_manager_linux.cc', 3412 'browser/background_mode_manager_linux.cc',
3413 'browser/first_run/upgrade.cc', 3413 'browser/first_run/upgrade_util.cc',
3414 'browser/first_run/upgrade.h', 3414 'browser/first_run/upgrade_util.h',
3415 'browser/password_manager/native_backend_gnome_x.cc', 3415 'browser/password_manager/native_backend_gnome_x.cc',
3416 'browser/password_manager/native_backend_gnome_x.h', 3416 'browser/password_manager/native_backend_gnome_x.h',
3417 'browser/password_manager/native_backend_kwallet_x.cc', 3417 'browser/password_manager/native_backend_kwallet_x.cc',
3418 'browser/password_manager/native_backend_kwallet_x.h', 3418 'browser/password_manager/native_backend_kwallet_x.h',
3419 'browser/platform_util_linux.cc', 3419 'browser/platform_util_linux.cc',
3420 ], 3420 ],
3421 }], 3421 }],
3422 ['use_gconf==0', { 3422 ['use_gconf==0', {
3423 'sources!': [ 3423 'sources!': [
3424 'browser/ui/gtk/gconf_titlebar_listener.cc', 3424 'browser/ui/gtk/gconf_titlebar_listener.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
3472 # For dlsym() in 'browser/zygote_main_linux.cc' 3472 # For dlsym() in 'browser/zygote_main_linux.cc'
3473 '-ldl', 3473 '-ldl',
3474 ], 3474 ],
3475 }, 3475 },
3476 'sources!': [ 3476 'sources!': [
3477 'browser/ui/views/extensions/extension_view.cc', 3477 'browser/ui/views/extensions/extension_view.cc',
3478 'browser/ui/views/extensions/extension_view.h', 3478 'browser/ui/views/extensions/extension_view.h',
3479 ], 3479 ],
3480 'sources': [ 3480 'sources': [
3481 'browser/crash_handler_host_linux.h', 3481 'browser/crash_handler_host_linux.h',
3482 'browser/first_run/upgrade.cc', 3482 'browser/first_run/upgrade_util.cc',
3483 'browser/first_run/upgrade.h', 3483 'browser/first_run/upgrade_util.h',
3484 ], 3484 ],
3485 'conditions': [ 3485 'conditions': [
3486 ['use_gnome_keyring==1', { 3486 ['use_gnome_keyring==1', {
3487 'dependencies': [ 3487 'dependencies': [
3488 '../build/linux/system.gyp:gnome-keyring', 3488 '../build/linux/system.gyp:gnome-keyring',
3489 ], 3489 ],
3490 }], 3490 }],
3491 ['linux_breakpad==1', { 3491 ['linux_breakpad==1', {
3492 'sources': [ 3492 'sources': [
3493 'app/breakpad_linux.cc', 3493 'app/breakpad_linux.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
3537 '../build/linux/system.gyp:gtkprint', 3537 '../build/linux/system.gyp:gtkprint',
3538 '../build/linux/system.gyp:nss', 3538 '../build/linux/system.gyp:nss',
3539 '../build/linux/system.gyp:x11', 3539 '../build/linux/system.gyp:x11',
3540 ], 3540 ],
3541 }], 3541 }],
3542 ['OS=="mac"', { 3542 ['OS=="mac"', {
3543 'sources!': [ 3543 'sources!': [
3544 'browser/automation/automation_provider_list_generic.cc', 3544 'browser/automation/automation_provider_list_generic.cc',
3545 'browser/bookmarks/bookmark_context_menu.cc', 3545 'browser/bookmarks/bookmark_context_menu.cc',
3546 'browser/bookmarks/bookmark_drop_info.cc', 3546 'browser/bookmarks/bookmark_drop_info.cc',
3547 'browser/first_run/upgrade.cc', 3547 'browser/first_run/upgrade_util.cc',
3548 'browser/first_run/upgrade.h', 3548 'browser/first_run/upgrade_util.h',
3549 'browser/importer/nss_decryptor_system_nss.cc', 3549 'browser/importer/nss_decryptor_system_nss.cc',
3550 'browser/importer/nss_decryptor_system_nss.h', 3550 'browser/importer/nss_decryptor_system_nss.h',
3551 'browser/jankometer.cc', 3551 'browser/jankometer.cc',
3552 'browser/password_manager/login_database_posix.cc', 3552 'browser/password_manager/login_database_posix.cc',
3553 'browser/power_save_blocker_stub.cc', 3553 'browser/power_save_blocker_stub.cc',
3554 'browser/ui/browser_list_stub.cc', 3554 'browser/ui/browser_list_stub.cc',
3555 'browser/ui/crypto_module_password_dialog_nss.cc', 3555 'browser/ui/crypto_module_password_dialog_nss.cc',
3556 'browser/ui/tabs/dock_info.cc', 3556 'browser/ui/tabs/dock_info.cc',
3557 'browser/ui/views/extensions/extension_view.cc', 3557 'browser/ui/views/extensions/extension_view.cc',
3558 'browser/ui/views/extensions/extension_view.h', 3558 'browser/ui/views/extensions/extension_view.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
3699 ], 3699 ],
3700 'direct_dependent_settings': { 3700 'direct_dependent_settings': {
3701 'link_settings': { 3701 'link_settings': {
3702 'libraries': [ 3702 'libraries': [
3703 '-llocationapi.lib', 3703 '-llocationapi.lib',
3704 '-lsensorsapi.lib', 3704 '-lsensorsapi.lib',
3705 ], 3705 ],
3706 } 3706 }
3707 }, 3707 },
3708 'sources': [ 3708 'sources': [
3709 'browser/first_run/upgrade.cc', 3709 'browser/first_run/upgrade_util.cc',
3710 'browser/first_run/upgrade.h', 3710 'browser/first_run/upgrade_util.h',
3711 # Using built-in rule in vstudio for midl. 3711 # Using built-in rule in vstudio for midl.
3712 'browser/history/history_indexer.idl', 3712 'browser/history/history_indexer.idl',
3713 'browser/ui/webui/conflicts_ui.cc', 3713 'browser/ui/webui/conflicts_ui.cc',
3714 'browser/ui/webui/conflicts_ui.h', 3714 'browser/ui/webui/conflicts_ui.h',
3715 ], 3715 ],
3716 'sources!': [ 3716 'sources!': [
3717 'browser/history/history_publisher_none.cc', 3717 'browser/history/history_publisher_none.cc',
3718 'browser/importer/nss_decryptor_system_nss.cc', 3718 'browser/importer/nss_decryptor_system_nss.cc',
3719 'browser/importer/nss_decryptor_system_nss.h', 3719 'browser/importer/nss_decryptor_system_nss.h',
3720 'browser/power_save_blocker_stub.cc', 3720 'browser/power_save_blocker_stub.cc',
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
4437 'hard_dependency': 1, 4437 'hard_dependency': 1,
4438 }, 4438 },
4439 ], 4439 ],
4440 } 4440 }
4441 4441
4442 # Local Variables: 4442 # Local Variables:
4443 # tab-width:2 4443 # tab-width:2
4444 # indent-tabs-mode:nil 4444 # indent-tabs-mode:nil
4445 # End: 4445 # End:
4446 # vim: set expandtab tabstop=2 shiftwidth=2: 4446 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/process_singleton.h ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698