OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'browser/content_settings/cookie_settings.cc', | 924 'browser/content_settings/cookie_settings.cc', |
925 'browser/content_settings/cookie_settings.h', | 925 'browser/content_settings/cookie_settings.h', |
926 'browser/content_settings/host_content_settings_map.cc', | 926 'browser/content_settings/host_content_settings_map.cc', |
927 'browser/content_settings/host_content_settings_map.h', | 927 'browser/content_settings/host_content_settings_map.h', |
928 'browser/content_settings/local_shared_objects_container.cc', | 928 'browser/content_settings/local_shared_objects_container.cc', |
929 'browser/content_settings/local_shared_objects_container.h', | 929 'browser/content_settings/local_shared_objects_container.h', |
930 'browser/content_settings/tab_specific_content_settings.cc', | 930 'browser/content_settings/tab_specific_content_settings.cc', |
931 'browser/content_settings/tab_specific_content_settings.h', | 931 'browser/content_settings/tab_specific_content_settings.h', |
932 'browser/cookies_tree_model.cc', | 932 'browser/cookies_tree_model.cc', |
933 'browser/cookies_tree_model.h', | 933 'browser/cookies_tree_model.h', |
| 934 'browser/crash_handler_host_linux.h', |
934 'browser/crash_upload_list.cc', | 935 'browser/crash_upload_list.cc', |
935 'browser/crash_upload_list.h', | 936 'browser/crash_upload_list.h', |
936 'browser/crash_upload_list_win.cc', | 937 'browser/crash_upload_list_win.cc', |
937 'browser/crash_upload_list_win.h', | 938 'browser/crash_upload_list_win.h', |
938 'browser/custom_handlers/protocol_handler_registry.cc', | 939 'browser/custom_handlers/protocol_handler_registry.cc', |
939 'browser/custom_handlers/protocol_handler_registry.h', | 940 'browser/custom_handlers/protocol_handler_registry.h', |
940 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', | 941 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', |
941 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', | 942 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', |
942 'browser/custom_home_pages_table_model.cc', | 943 'browser/custom_home_pages_table_model.cc', |
943 'browser/custom_home_pages_table_model.h', | 944 'browser/custom_home_pages_table_model.h', |
(...skipping 3387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4331 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 4332 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
4332 ['exclude', '^browser/ui/webui/options2/chromeos/virtual_keyboard_ma
nager_handler2.*'], | 4333 ['exclude', '^browser/ui/webui/options2/chromeos/virtual_keyboard_ma
nager_handler2.*'], |
4333 ], | 4334 ], |
4334 }], | 4335 }], |
4335 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 4336 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
4336 'link_settings': { | 4337 'link_settings': { |
4337 'libraries': [ | 4338 'libraries': [ |
4338 '-lXss', | 4339 '-lXss', |
4339 ], | 4340 ], |
4340 }, | 4341 }, |
4341 }], | |
4342 ['os_posix == 1 and OS != "mac"', { | |
4343 'sources': [ 'browser/crash_handler_host_linuxish.h', ], | |
4344 'conditions': [ | 4342 'conditions': [ |
4345 ['linux_breakpad==1', { | 4343 ['linux_breakpad==1', { |
4346 'sources': [ | 4344 'sources': [ |
4347 'app/breakpad_linuxish.cc', | 4345 'app/breakpad_linux.cc', |
4348 'app/breakpad_linuxish.h', | 4346 'app/breakpad_linux.h', |
4349 'browser/crash_handler_host_linuxish.cc', | 4347 'browser/crash_handler_host_linux.cc', |
4350 ], | 4348 ], |
4351 'dependencies': [ | 4349 'dependencies': [ |
4352 '../breakpad/breakpad.gyp:breakpad_client', | 4350 '../breakpad/breakpad.gyp:breakpad_client', |
4353 # make sure file_version_info_linux.h is generated first. | 4351 # make sure file_version_info_linux.h is generated first. |
4354 'common', | 4352 'common', |
4355 ], | 4353 ], |
4356 'include_dirs': [ | 4354 'include_dirs': [ |
4357 # breakpad_linuxish.cc uses generated file_version_info_linux.h. | 4355 # breakpad_linux.cc uses generated file_version_info_linux.h. |
4358 '<(SHARED_INTERMEDIATE_DIR)', | 4356 '<(SHARED_INTERMEDIATE_DIR)', |
4359 '../breakpad/src', | 4357 '../breakpad/src', |
4360 ], | 4358 ], |
4361 }, { # linux_breakpad==0 | 4359 }, { # linux_breakpad==0 |
4362 'sources': [ | 4360 'sources': [ |
4363 'browser/crash_handler_host_linuxish_stub.cc', | 4361 'browser/crash_handler_host_linux_stub.cc', |
4364 ], | 4362 ], |
4365 }], | 4363 }], |
4366 ], | 4364 ], |
4367 }], | 4365 }], |
4368 ['OS=="linux" and use_aura==1', { | 4366 ['OS=="linux" and use_aura==1', { |
4369 'dependencies': [ | 4367 'dependencies': [ |
4370 '../build/linux/system.gyp:dbus', | 4368 '../build/linux/system.gyp:dbus', |
4371 '../build/linux/system.gyp:fontconfig', | 4369 '../build/linux/system.gyp:fontconfig', |
4372 '../build/linux/system.gyp:x11', | 4370 '../build/linux/system.gyp:x11', |
4373 '../dbus/dbus.gyp:dbus', | 4371 '../dbus/dbus.gyp:dbus', |
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5233 'type': 'static_library', | 5231 'type': 'static_library', |
5234 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5232 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5235 'variables': { | 5233 'variables': { |
5236 'proto_in_dir': 'browser/history', | 5234 'proto_in_dir': 'browser/history', |
5237 'proto_out_dir': 'chrome/browser/history', | 5235 'proto_out_dir': 'chrome/browser/history', |
5238 }, | 5236 }, |
5239 'includes': [ '../build/protoc.gypi' ] | 5237 'includes': [ '../build/protoc.gypi' ] |
5240 }, | 5238 }, |
5241 ], | 5239 ], |
5242 } | 5240 } |
OLD | NEW |