| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'browser/content_settings/host_content_settings_map.cc', | 538 'browser/content_settings/host_content_settings_map.cc', |
| 539 'browser/content_settings/host_content_settings_map.h', | 539 'browser/content_settings/host_content_settings_map.h', |
| 540 'browser/content_settings/local_shared_objects_container.cc', | 540 'browser/content_settings/local_shared_objects_container.cc', |
| 541 'browser/content_settings/local_shared_objects_container.h', | 541 'browser/content_settings/local_shared_objects_container.h', |
| 542 'browser/content_settings/permission_queue_controller.cc', | 542 'browser/content_settings/permission_queue_controller.cc', |
| 543 'browser/content_settings/permission_queue_controller.h', | 543 'browser/content_settings/permission_queue_controller.h', |
| 544 'browser/content_settings/permission_request_id.cc', | 544 'browser/content_settings/permission_request_id.cc', |
| 545 'browser/content_settings/permission_request_id.h', | 545 'browser/content_settings/permission_request_id.h', |
| 546 'browser/content_settings/tab_specific_content_settings.cc', | 546 'browser/content_settings/tab_specific_content_settings.cc', |
| 547 'browser/content_settings/tab_specific_content_settings.h', | 547 'browser/content_settings/tab_specific_content_settings.h', |
| 548 'browser/context_menu/context_menu_content_type.cc', |
| 549 'browser/context_menu/context_menu_content_type.h', |
| 550 'browser/context_menu/context_menu_content_type_app_mode.cc', |
| 551 'browser/context_menu/context_menu_content_type_app_mode.h', |
| 552 'browser/context_menu/context_menu_content_type_extension_popup.cc', |
| 553 'browser/context_menu/context_menu_content_type_extension_popup.h', |
| 554 'browser/context_menu/context_menu_content_type_factory.cc', |
| 555 'browser/context_menu/context_menu_content_type_factory.h', |
| 556 'browser/context_menu/context_menu_content_type_panel.cc', |
| 557 'browser/context_menu/context_menu_content_type_panel.h', |
| 558 'browser/context_menu/context_menu_content_type_platform_app.cc', |
| 559 'browser/context_menu/context_menu_content_type_platform_app.h', |
| 548 'browser/crash_upload_list.cc', | 560 'browser/crash_upload_list.cc', |
| 549 'browser/crash_upload_list.h', | 561 'browser/crash_upload_list.h', |
| 550 'browser/crash_upload_list_win.cc', | 562 'browser/crash_upload_list_win.cc', |
| 551 'browser/crash_upload_list_win.h', | 563 'browser/crash_upload_list_win.h', |
| 552 'browser/custom_handlers/protocol_handler_registry.cc', | 564 'browser/custom_handlers/protocol_handler_registry.cc', |
| 553 'browser/custom_handlers/protocol_handler_registry.h', | 565 'browser/custom_handlers/protocol_handler_registry.h', |
| 554 'browser/custom_handlers/protocol_handler_registry_factory.cc', | 566 'browser/custom_handlers/protocol_handler_registry_factory.cc', |
| 555 'browser/custom_handlers/protocol_handler_registry_factory.h', | 567 'browser/custom_handlers/protocol_handler_registry_factory.h', |
| 556 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', | 568 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', |
| 557 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', | 569 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'browser/guestview/adview/adview_constants.cc', | 765 'browser/guestview/adview/adview_constants.cc', |
| 754 'browser/guestview/adview/adview_constants.h', | 766 'browser/guestview/adview/adview_constants.h', |
| 755 'browser/guestview/adview/adview_guest.cc', | 767 'browser/guestview/adview/adview_guest.cc', |
| 756 'browser/guestview/adview/adview_guest.h', | 768 'browser/guestview/adview/adview_guest.h', |
| 757 'browser/guestview/guestview_constants.cc', | 769 'browser/guestview/guestview_constants.cc', |
| 758 'browser/guestview/guestview_constants.h', | 770 'browser/guestview/guestview_constants.h', |
| 759 'browser/guestview/guestview.cc', | 771 'browser/guestview/guestview.cc', |
| 760 'browser/guestview/guestview.h', | 772 'browser/guestview/guestview.h', |
| 761 'browser/guestview/webview/plugin_permission_helper.cc', | 773 'browser/guestview/webview/plugin_permission_helper.cc', |
| 762 'browser/guestview/webview/plugin_permission_helper.h', | 774 'browser/guestview/webview/plugin_permission_helper.h', |
| 775 'browser/guestview/webview/context_menu_content_type_webview.cc', |
| 776 'browser/guestview/webview/context_menu_content_type_webview.h', |
| 763 'browser/guestview/webview/webview_constants.cc', | 777 'browser/guestview/webview/webview_constants.cc', |
| 764 'browser/guestview/webview/webview_constants.h', | 778 'browser/guestview/webview/webview_constants.h', |
| 765 'browser/guestview/webview/webview_guest.cc', | 779 'browser/guestview/webview/webview_guest.cc', |
| 766 'browser/guestview/webview/webview_guest.h', | 780 'browser/guestview/webview/webview_guest.h', |
| 767 'browser/guestview/webview/webview_permission_types.h', | 781 'browser/guestview/webview/webview_permission_types.h', |
| 768 'browser/hang_monitor/hang_crash_dump_win.cc', | 782 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 769 'browser/hang_monitor/hang_crash_dump_win.h', | 783 'browser/hang_monitor/hang_crash_dump_win.h', |
| 770 'browser/hang_monitor/hung_plugin_action.cc', | 784 'browser/hang_monitor/hung_plugin_action.cc', |
| 771 'browser/hang_monitor/hung_plugin_action.h', | 785 'browser/hang_monitor/hung_plugin_action.h', |
| 772 'browser/hang_monitor/hung_window_detector.cc', | 786 'browser/hang_monitor/hung_window_detector.cc', |
| (...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3751 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3765 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3752 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3766 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3753 }, | 3767 }, |
| 3754 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3768 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3755 }, | 3769 }, |
| 3756 ], | 3770 ], |
| 3757 }, | 3771 }, |
| 3758 ], | 3772 ], |
| 3759 ], | 3773 ], |
| 3760 } | 3774 } |
| OLD | NEW |