| OLD | NEW |
| 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 Loading... |
| 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_utils.cc', |
| 1064 'browser/first_run/upgrade.h', | 1064 'browser/first_run/upgrade_utils.h', |
| 1065 'browser/first_run/upgrade_gtk.cc', | 1065 'browser/first_run/upgrade_utils_linux.cc', |
| 1066 'browser/first_run/upgrade_win.cc', | 1066 'browser/first_run/upgrade_utils_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 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3395 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], | 3395 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], |
| 3396 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], | 3396 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], |
| 3397 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], | 3397 ['exclude', 'browser/ui/webui/filebrowse_ui.cc'], |
| 3398 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], | 3398 ['exclude', 'browser/ui/webui/mediaplayer_ui.cc'], |
| 3399 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], | 3399 ['exclude', 'browser/ui/webui/slideshow_ui.cc'], |
| 3400 ], | 3400 ], |
| 3401 }], | 3401 }], |
| 3402 ['chromeos==1', { | 3402 ['chromeos==1', { |
| 3403 'sources!': [ | 3403 'sources!': [ |
| 3404 'browser/background_mode_manager_linux.cc', | 3404 'browser/background_mode_manager_linux.cc', |
| 3405 'browser/first_run/upgrade.cc', | 3405 'browser/first_run/upgrade_utils.cc', |
| 3406 'browser/first_run/upgrade.h', | 3406 'browser/first_run/upgrade_utils.h', |
| 3407 'browser/password_manager/native_backend_gnome_x.cc', | 3407 'browser/password_manager/native_backend_gnome_x.cc', |
| 3408 'browser/password_manager/native_backend_gnome_x.h', | 3408 'browser/password_manager/native_backend_gnome_x.h', |
| 3409 'browser/password_manager/native_backend_kwallet_x.cc', | 3409 'browser/password_manager/native_backend_kwallet_x.cc', |
| 3410 'browser/password_manager/native_backend_kwallet_x.h', | 3410 'browser/password_manager/native_backend_kwallet_x.h', |
| 3411 'browser/platform_util_linux.cc', | 3411 'browser/platform_util_linux.cc', |
| 3412 ], | 3412 ], |
| 3413 }], | 3413 }], |
| 3414 ['use_gconf==0', { | 3414 ['use_gconf==0', { |
| 3415 'sources!': [ | 3415 'sources!': [ |
| 3416 'browser/ui/gtk/gconf_titlebar_listener.cc', | 3416 'browser/ui/gtk/gconf_titlebar_listener.cc', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3464 # For dlsym() in 'browser/zygote_main_linux.cc' | 3464 # For dlsym() in 'browser/zygote_main_linux.cc' |
| 3465 '-ldl', | 3465 '-ldl', |
| 3466 ], | 3466 ], |
| 3467 }, | 3467 }, |
| 3468 'sources!': [ | 3468 'sources!': [ |
| 3469 'browser/ui/views/extensions/extension_view.cc', | 3469 'browser/ui/views/extensions/extension_view.cc', |
| 3470 'browser/ui/views/extensions/extension_view.h', | 3470 'browser/ui/views/extensions/extension_view.h', |
| 3471 ], | 3471 ], |
| 3472 'sources': [ | 3472 'sources': [ |
| 3473 'browser/crash_handler_host_linux.h', | 3473 'browser/crash_handler_host_linux.h', |
| 3474 'browser/first_run/upgrade.cc', | 3474 'browser/first_run/upgrade_utils.cc', |
| 3475 'browser/first_run/upgrade.h', | 3475 'browser/first_run/upgrade_utils.h', |
| 3476 ], | 3476 ], |
| 3477 'conditions': [ | 3477 'conditions': [ |
| 3478 ['use_gnome_keyring==1', { | 3478 ['use_gnome_keyring==1', { |
| 3479 'dependencies': [ | 3479 'dependencies': [ |
| 3480 '../build/linux/system.gyp:gnome-keyring', | 3480 '../build/linux/system.gyp:gnome-keyring', |
| 3481 ], | 3481 ], |
| 3482 }], | 3482 }], |
| 3483 ['linux_breakpad==1', { | 3483 ['linux_breakpad==1', { |
| 3484 'sources': [ | 3484 'sources': [ |
| 3485 'app/breakpad_linux.cc', | 3485 'app/breakpad_linux.cc', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3529 '../build/linux/system.gyp:gtkprint', | 3529 '../build/linux/system.gyp:gtkprint', |
| 3530 '../build/linux/system.gyp:nss', | 3530 '../build/linux/system.gyp:nss', |
| 3531 '../build/linux/system.gyp:x11', | 3531 '../build/linux/system.gyp:x11', |
| 3532 ], | 3532 ], |
| 3533 }], | 3533 }], |
| 3534 ['OS=="mac"', { | 3534 ['OS=="mac"', { |
| 3535 'sources!': [ | 3535 'sources!': [ |
| 3536 'browser/automation/automation_provider_list_generic.cc', | 3536 'browser/automation/automation_provider_list_generic.cc', |
| 3537 'browser/bookmarks/bookmark_context_menu.cc', | 3537 'browser/bookmarks/bookmark_context_menu.cc', |
| 3538 'browser/bookmarks/bookmark_drop_info.cc', | 3538 'browser/bookmarks/bookmark_drop_info.cc', |
| 3539 'browser/first_run/upgrade.cc', | 3539 'browser/first_run/upgrade_utils.cc', |
| 3540 'browser/first_run/upgrade.h', | 3540 'browser/first_run/upgrade_utils.h', |
| 3541 'browser/importer/nss_decryptor_system_nss.cc', | 3541 'browser/importer/nss_decryptor_system_nss.cc', |
| 3542 'browser/importer/nss_decryptor_system_nss.h', | 3542 'browser/importer/nss_decryptor_system_nss.h', |
| 3543 'browser/jankometer.cc', | 3543 'browser/jankometer.cc', |
| 3544 'browser/password_manager/login_database_posix.cc', | 3544 'browser/password_manager/login_database_posix.cc', |
| 3545 'browser/power_save_blocker_stub.cc', | 3545 'browser/power_save_blocker_stub.cc', |
| 3546 'browser/ui/browser_list_stub.cc', | 3546 'browser/ui/browser_list_stub.cc', |
| 3547 'browser/ui/crypto_module_password_dialog_nss.cc', | 3547 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 3548 'browser/ui/tabs/dock_info.cc', | 3548 'browser/ui/tabs/dock_info.cc', |
| 3549 'browser/ui/views/extensions/extension_view.cc', | 3549 'browser/ui/views/extensions/extension_view.cc', |
| 3550 'browser/ui/views/extensions/extension_view.h', | 3550 'browser/ui/views/extensions/extension_view.h', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3691 ], | 3691 ], |
| 3692 'direct_dependent_settings': { | 3692 'direct_dependent_settings': { |
| 3693 'link_settings': { | 3693 'link_settings': { |
| 3694 'libraries': [ | 3694 'libraries': [ |
| 3695 '-llocationapi.lib', | 3695 '-llocationapi.lib', |
| 3696 '-lsensorsapi.lib', | 3696 '-lsensorsapi.lib', |
| 3697 ], | 3697 ], |
| 3698 } | 3698 } |
| 3699 }, | 3699 }, |
| 3700 'sources': [ | 3700 'sources': [ |
| 3701 'browser/first_run/upgrade.cc', | 3701 'browser/first_run/upgrade_utils.cc', |
| 3702 'browser/first_run/upgrade.h', | 3702 'browser/first_run/upgrade_utils.h', |
| 3703 # Using built-in rule in vstudio for midl. | 3703 # Using built-in rule in vstudio for midl. |
| 3704 'browser/history/history_indexer.idl', | 3704 'browser/history/history_indexer.idl', |
| 3705 'browser/ui/webui/conflicts_ui.cc', | 3705 'browser/ui/webui/conflicts_ui.cc', |
| 3706 'browser/ui/webui/conflicts_ui.h', | 3706 'browser/ui/webui/conflicts_ui.h', |
| 3707 ], | 3707 ], |
| 3708 'sources!': [ | 3708 'sources!': [ |
| 3709 'browser/history/history_publisher_none.cc', | 3709 'browser/history/history_publisher_none.cc', |
| 3710 'browser/importer/nss_decryptor_system_nss.cc', | 3710 'browser/importer/nss_decryptor_system_nss.cc', |
| 3711 'browser/importer/nss_decryptor_system_nss.h', | 3711 'browser/importer/nss_decryptor_system_nss.h', |
| 3712 'browser/power_save_blocker_stub.cc', | 3712 'browser/power_save_blocker_stub.cc', |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4429 'hard_dependency': 1, | 4429 'hard_dependency': 1, |
| 4430 }, | 4430 }, |
| 4431 ], | 4431 ], |
| 4432 } | 4432 } |
| 4433 | 4433 |
| 4434 # Local Variables: | 4434 # Local Variables: |
| 4435 # tab-width:2 | 4435 # tab-width:2 |
| 4436 # indent-tabs-mode:nil | 4436 # indent-tabs-mode:nil |
| 4437 # End: | 4437 # End: |
| 4438 # vim: set expandtab tabstop=2 shiftwidth=2: | 4438 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |