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 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1076 'browser/extensions/user_script_master.cc', | 1076 'browser/extensions/user_script_master.cc', |
1077 'browser/extensions/user_script_master.h', | 1077 'browser/extensions/user_script_master.h', |
1078 'browser/external_protocol_handler.cc', | 1078 'browser/external_protocol_handler.cc', |
1079 'browser/external_protocol_handler.h', | 1079 'browser/external_protocol_handler.h', |
1080 'browser/external_tab_container_win.cc', | 1080 'browser/external_tab_container_win.cc', |
1081 'browser/external_tab_container_win.h', | 1081 'browser/external_tab_container_win.h', |
1082 'browser/fav_icon_helper.cc', | 1082 'browser/fav_icon_helper.cc', |
1083 'browser/fav_icon_helper.h', | 1083 'browser/fav_icon_helper.h', |
1084 'browser/favicon_service.cc', | 1084 'browser/favicon_service.cc', |
1085 'browser/favicon_service.h', | 1085 'browser/favicon_service.h', |
1086 'browser/file_path_watcher/file_path_watcher.cc', | |
1087 'browser/file_path_watcher/file_path_watcher.h', | |
1088 'browser/file_path_watcher/file_path_watcher_inotify.cc', | |
1089 'browser/file_path_watcher/file_path_watcher_mac.cc', | |
1090 'browser/file_path_watcher/file_path_watcher_win.cc', | |
1091 'browser/file_select_helper.cc', | 1086 'browser/file_select_helper.cc', |
1092 'browser/file_select_helper.h', | 1087 'browser/file_select_helper.h', |
1093 'browser/first_run/first_run.cc', | 1088 'browser/first_run/first_run.cc', |
1094 'browser/first_run/first_run.h', | 1089 'browser/first_run/first_run.h', |
1095 'browser/first_run/first_run_gtk.cc', | 1090 'browser/first_run/first_run_gtk.cc', |
1096 'browser/first_run/first_run_mac.mm', | 1091 'browser/first_run/first_run_mac.mm', |
1097 'browser/first_run/first_run_win.cc', | 1092 'browser/first_run/first_run_win.cc', |
1098 'browser/fonts_languages_window.h', | 1093 'browser/fonts_languages_window.h', |
1099 'browser/fullscreen.h', | 1094 'browser/fullscreen.h', |
1100 'browser/fullscreen_linux.cc', | 1095 'browser/fullscreen_linux.cc', |
(...skipping 2420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3521 ], | 3516 ], |
3522 }], | 3517 }], |
3523 ['linux_sandbox_path != ""', { | 3518 ['linux_sandbox_path != ""', { |
3524 'defines': [ | 3519 'defines': [ |
3525 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | 3520 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
3526 ], | 3521 ], |
3527 }], | 3522 }], |
3528 ], | 3523 ], |
3529 }, { # OS != "linux" | 3524 }, { # OS != "linux" |
3530 'sources!': [ | 3525 'sources!': [ |
3531 'browser/file_path_watcher/file_path_watcher_inotify.cc', | |
3532 'browser/ui/webui/options/certificate_manager_handler.cc', | 3526 'browser/ui/webui/options/certificate_manager_handler.cc', |
3533 'browser/ui/webui/options/certificate_manager_handler.h', | 3527 'browser/ui/webui/options/certificate_manager_handler.h', |
3534 ], | 3528 ], |
3535 }], | 3529 }], |
3536 ['OS=="freebsd" or OS=="openbsd"', { | 3530 ['OS=="freebsd" or OS=="openbsd"', { |
3537 'dependencies': [ | 3531 'dependencies': [ |
3538 '../build/linux/system.gyp:gtk', | 3532 '../build/linux/system.gyp:gtk', |
3539 '../build/linux/system.gyp:gtkprint', | 3533 '../build/linux/system.gyp:gtkprint', |
3540 '../build/linux/system.gyp:nss', | 3534 '../build/linux/system.gyp:nss', |
3541 '../build/linux/system.gyp:x11', | 3535 '../build/linux/system.gyp:x11', |
3542 ], | 3536 ], |
3543 'sources': [ | |
3544 'browser/file_path_watcher/file_path_watcher_stub.cc', | |
3545 ], | |
3546 }], | 3537 }], |
3547 # Use system SSL settings on Mac and Windows. Use preferences | 3538 # Use system SSL settings on Mac and Windows. Use preferences |
3548 # for SSL settings on other platforms. | 3539 # for SSL settings on other platforms. |
3549 ['OS=="mac" or OS=="win"', { | 3540 ['OS=="mac" or OS=="win"', { |
3550 'sources!': [ | 3541 'sources!': [ |
3551 'browser/net/ssl_config_service_manager_pref.cc', | 3542 'browser/net/ssl_config_service_manager_pref.cc', |
3552 ], | 3543 ], |
3553 }, { # else | 3544 }, { # else |
3554 'sources!': [ | 3545 'sources!': [ |
3555 'browser/net/ssl_config_service_manager_system.cc', | 3546 'browser/net/ssl_config_service_manager_system.cc', |
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4436 ], | 4427 ], |
4437 }, | 4428 }, |
4438 ], | 4429 ], |
4439 } | 4430 } |
4440 | 4431 |
4441 # Local Variables: | 4432 # Local Variables: |
4442 # tab-width:2 | 4433 # tab-width:2 |
4443 # indent-tabs-mode:nil | 4434 # indent-tabs-mode:nil |
4444 # End: | 4435 # End: |
4445 # vim: set expandtab tabstop=2 shiftwidth=2: | 4436 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |