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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 'browser/extensions/user_script_master.cc', | 1055 'browser/extensions/user_script_master.cc', |
1056 'browser/extensions/user_script_master.h', | 1056 'browser/extensions/user_script_master.h', |
1057 'browser/external_protocol_handler.cc', | 1057 'browser/external_protocol_handler.cc', |
1058 'browser/external_protocol_handler.h', | 1058 'browser/external_protocol_handler.h', |
1059 'browser/external_tab_container_win.cc', | 1059 'browser/external_tab_container_win.cc', |
1060 'browser/external_tab_container_win.h', | 1060 'browser/external_tab_container_win.h', |
1061 'browser/favicon_helper.cc', | 1061 'browser/favicon_helper.cc', |
1062 'browser/favicon_helper.h', | 1062 'browser/favicon_helper.h', |
1063 'browser/favicon_service.cc', | 1063 'browser/favicon_service.cc', |
1064 'browser/favicon_service.h', | 1064 'browser/favicon_service.h', |
1065 'browser/file_path_watcher/file_path_watcher.cc', | |
1066 'browser/file_path_watcher/file_path_watcher.h', | |
1067 'browser/file_path_watcher/file_path_watcher_inotify.cc', | |
1068 'browser/file_path_watcher/file_path_watcher_mac.cc', | |
1069 'browser/file_path_watcher/file_path_watcher_win.cc', | |
1070 'browser/file_select_helper.cc', | 1065 'browser/file_select_helper.cc', |
1071 'browser/file_select_helper.h', | 1066 'browser/file_select_helper.h', |
1072 'browser/first_run/first_run.cc', | 1067 'browser/first_run/first_run.cc', |
1073 'browser/first_run/first_run.h', | 1068 'browser/first_run/first_run.h', |
1074 'browser/first_run/first_run_gtk.cc', | 1069 'browser/first_run/first_run_gtk.cc', |
1075 'browser/first_run/first_run_mac.mm', | 1070 'browser/first_run/first_run_mac.mm', |
1076 'browser/first_run/first_run_win.cc', | 1071 'browser/first_run/first_run_win.cc', |
1077 'browser/fonts_languages_window.h', | 1072 'browser/fonts_languages_window.h', |
1078 'browser/fullscreen.h', | 1073 'browser/fullscreen.h', |
1079 'browser/fullscreen_linux.cc', | 1074 'browser/fullscreen_linux.cc', |
(...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3401 ], | 3396 ], |
3402 }], | 3397 }], |
3403 ['linux_sandbox_path != ""', { | 3398 ['linux_sandbox_path != ""', { |
3404 'defines': [ | 3399 'defines': [ |
3405 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | 3400 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
3406 ], | 3401 ], |
3407 }], | 3402 }], |
3408 ], | 3403 ], |
3409 }, { # OS != "linux" | 3404 }, { # OS != "linux" |
3410 'sources!': [ | 3405 'sources!': [ |
3411 'browser/file_path_watcher/file_path_watcher_inotify.cc', | |
3412 'browser/ui/webui/options/certificate_manager_handler.cc', | 3406 'browser/ui/webui/options/certificate_manager_handler.cc', |
3413 'browser/ui/webui/options/certificate_manager_handler.h', | 3407 'browser/ui/webui/options/certificate_manager_handler.h', |
3414 ], | 3408 ], |
3415 }], | 3409 }], |
3416 ['OS=="freebsd" or OS=="openbsd"', { | 3410 ['OS=="freebsd" or OS=="openbsd"', { |
3417 'dependencies': [ | 3411 'dependencies': [ |
3418 '../build/linux/system.gyp:gtk', | 3412 '../build/linux/system.gyp:gtk', |
3419 '../build/linux/system.gyp:gtkprint', | 3413 '../build/linux/system.gyp:gtkprint', |
3420 '../build/linux/system.gyp:nss', | 3414 '../build/linux/system.gyp:nss', |
3421 '../build/linux/system.gyp:x11', | 3415 '../build/linux/system.gyp:x11', |
3422 ], | 3416 ], |
3423 'sources': [ | |
3424 'browser/file_path_watcher/file_path_watcher_stub.cc', | |
3425 ], | |
3426 }], | 3417 }], |
3427 # Use system SSL settings on Mac and Windows. Use preferences | 3418 # Use system SSL settings on Mac and Windows. Use preferences |
3428 # for SSL settings on other platforms. | 3419 # for SSL settings on other platforms. |
3429 ['OS=="mac" or OS=="win"', { | 3420 ['OS=="mac" or OS=="win"', { |
3430 'sources!': [ | 3421 'sources!': [ |
3431 'browser/net/ssl_config_service_manager_pref.cc', | 3422 'browser/net/ssl_config_service_manager_pref.cc', |
3432 ], | 3423 ], |
3433 }, { # else | 3424 }, { # else |
3434 'sources!': [ | 3425 'sources!': [ |
3435 'browser/net/ssl_config_service_manager_system.cc', | 3426 'browser/net/ssl_config_service_manager_system.cc', |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4306 ], | 4297 ], |
4307 }, | 4298 }, |
4308 ], | 4299 ], |
4309 } | 4300 } |
4310 | 4301 |
4311 # Local Variables: | 4302 # Local Variables: |
4312 # tab-width:2 | 4303 # tab-width:2 |
4313 # indent-tabs-mode:nil | 4304 # indent-tabs-mode:nil |
4314 # End: | 4305 # End: |
4315 # vim: set expandtab tabstop=2 shiftwidth=2: | 4306 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |