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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 'browser/extensions/user_script_master.cc', | 1065 'browser/extensions/user_script_master.cc', |
1066 'browser/extensions/user_script_master.h', | 1066 'browser/extensions/user_script_master.h', |
1067 'browser/external_protocol_handler.cc', | 1067 'browser/external_protocol_handler.cc', |
1068 'browser/external_protocol_handler.h', | 1068 'browser/external_protocol_handler.h', |
1069 'browser/external_tab_container_win.cc', | 1069 'browser/external_tab_container_win.cc', |
1070 'browser/external_tab_container_win.h', | 1070 'browser/external_tab_container_win.h', |
1071 'browser/favicon_helper.cc', | 1071 'browser/favicon_helper.cc', |
1072 'browser/favicon_helper.h', | 1072 'browser/favicon_helper.h', |
1073 'browser/favicon_service.cc', | 1073 'browser/favicon_service.cc', |
1074 'browser/favicon_service.h', | 1074 'browser/favicon_service.h', |
1075 'browser/file_path_watcher/file_path_watcher.cc', | |
1076 'browser/file_path_watcher/file_path_watcher.h', | |
1077 'browser/file_path_watcher/file_path_watcher_inotify.cc', | |
1078 'browser/file_path_watcher/file_path_watcher_mac.cc', | |
1079 'browser/file_path_watcher/file_path_watcher_win.cc', | |
1080 'browser/file_select_helper.cc', | 1075 'browser/file_select_helper.cc', |
1081 'browser/file_select_helper.h', | 1076 'browser/file_select_helper.h', |
1082 'browser/first_run/first_run.cc', | 1077 'browser/first_run/first_run.cc', |
1083 'browser/first_run/first_run.h', | 1078 'browser/first_run/first_run.h', |
1084 'browser/first_run/first_run_gtk.cc', | 1079 'browser/first_run/first_run_gtk.cc', |
1085 'browser/first_run/first_run_mac.mm', | 1080 'browser/first_run/first_run_mac.mm', |
1086 'browser/first_run/first_run_win.cc', | 1081 'browser/first_run/first_run_win.cc', |
1087 'browser/fonts_languages_window.h', | 1082 'browser/fonts_languages_window.h', |
1088 'browser/fullscreen.h', | 1083 'browser/fullscreen.h', |
1089 'browser/fullscreen_linux.cc', | 1084 'browser/fullscreen_linux.cc', |
(...skipping 2343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3433 ], | 3428 ], |
3434 }], | 3429 }], |
3435 ['linux_sandbox_path != ""', { | 3430 ['linux_sandbox_path != ""', { |
3436 'defines': [ | 3431 'defines': [ |
3437 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | 3432 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
3438 ], | 3433 ], |
3439 }], | 3434 }], |
3440 ], | 3435 ], |
3441 }, { # OS != "linux" | 3436 }, { # OS != "linux" |
3442 'sources!': [ | 3437 'sources!': [ |
3443 'browser/file_path_watcher/file_path_watcher_inotify.cc', | |
3444 'browser/ui/webui/options/certificate_manager_handler.cc', | 3438 'browser/ui/webui/options/certificate_manager_handler.cc', |
3445 'browser/ui/webui/options/certificate_manager_handler.h', | 3439 'browser/ui/webui/options/certificate_manager_handler.h', |
3446 ], | 3440 ], |
3447 }], | 3441 }], |
3448 ['OS=="freebsd" or OS=="openbsd"', { | 3442 ['OS=="freebsd" or OS=="openbsd"', { |
3449 'dependencies': [ | 3443 'dependencies': [ |
3450 '../build/linux/system.gyp:gtk', | 3444 '../build/linux/system.gyp:gtk', |
3451 '../build/linux/system.gyp:gtkprint', | 3445 '../build/linux/system.gyp:gtkprint', |
3452 '../build/linux/system.gyp:nss', | 3446 '../build/linux/system.gyp:nss', |
3453 '../build/linux/system.gyp:x11', | 3447 '../build/linux/system.gyp:x11', |
3454 ], | 3448 ], |
3455 'sources': [ | |
3456 'browser/file_path_watcher/file_path_watcher_stub.cc', | |
3457 ], | |
3458 }], | 3449 }], |
3459 # Use system SSL settings on Mac and Windows. Use preferences | 3450 # Use system SSL settings on Mac and Windows. Use preferences |
3460 # for SSL settings on other platforms. | 3451 # for SSL settings on other platforms. |
3461 ['OS=="mac" or OS=="win"', { | 3452 ['OS=="mac" or OS=="win"', { |
3462 'sources!': [ | 3453 'sources!': [ |
3463 'browser/net/ssl_config_service_manager_pref.cc', | 3454 'browser/net/ssl_config_service_manager_pref.cc', |
3464 ], | 3455 ], |
3465 }, { # else | 3456 }, { # else |
3466 'sources!': [ | 3457 'sources!': [ |
3467 'browser/net/ssl_config_service_manager_system.cc', | 3458 'browser/net/ssl_config_service_manager_system.cc', |
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4347 ], | 4338 ], |
4348 }, | 4339 }, |
4349 ], | 4340 ], |
4350 } | 4341 } |
4351 | 4342 |
4352 # Local Variables: | 4343 # Local Variables: |
4353 # tab-width:2 | 4344 # tab-width:2 |
4354 # indent-tabs-mode:nil | 4345 # indent-tabs-mode:nil |
4355 # End: | 4346 # End: |
4356 # vim: set expandtab tabstop=2 shiftwidth=2: | 4347 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |