| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 3694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3705 'browser/ui/webui/print_preview_ui.cc', | 3705 'browser/ui/webui/print_preview_ui.cc', |
| 3706 'browser/ui/webui/print_preview_ui.h', | 3706 'browser/ui/webui/print_preview_ui.h', |
| 3707 'browser/ui/webui/quota_internals_handler.cc', | 3707 'browser/ui/webui/quota_internals_handler.cc', |
| 3708 'browser/ui/webui/quota_internals_handler.h', | 3708 'browser/ui/webui/quota_internals_handler.h', |
| 3709 'browser/ui/webui/quota_internals_proxy.cc', | 3709 'browser/ui/webui/quota_internals_proxy.cc', |
| 3710 'browser/ui/webui/quota_internals_proxy.h', | 3710 'browser/ui/webui/quota_internals_proxy.h', |
| 3711 'browser/ui/webui/quota_internals_types.cc', | 3711 'browser/ui/webui/quota_internals_types.cc', |
| 3712 'browser/ui/webui/quota_internals_types.h', | 3712 'browser/ui/webui/quota_internals_types.h', |
| 3713 'browser/ui/webui/quota_internals_ui.cc', | 3713 'browser/ui/webui/quota_internals_ui.cc', |
| 3714 'browser/ui/webui/quota_internals_ui.h', | 3714 'browser/ui/webui/quota_internals_ui.h', |
| 3715 'browser/ui/webui/repost_form_warning_ui.cc', |
| 3716 'browser/ui/webui/repost_form_warning_ui.h', |
| 3715 'browser/ui/webui/screenshot_source.cc', | 3717 'browser/ui/webui/screenshot_source.cc', |
| 3716 'browser/ui/webui/screenshot_source.h', | 3718 'browser/ui/webui/screenshot_source.h', |
| 3717 'browser/ui/webui/sessions_ui.cc', | 3719 'browser/ui/webui/sessions_ui.cc', |
| 3718 'browser/ui/webui/sessions_ui.h', | 3720 'browser/ui/webui/sessions_ui.h', |
| 3719 'browser/ui/webui/shared_resources_data_source.cc', | 3721 'browser/ui/webui/shared_resources_data_source.cc', |
| 3720 'browser/ui/webui/shared_resources_data_source.h', | 3722 'browser/ui/webui/shared_resources_data_source.h', |
| 3721 'browser/ui/webui/sync_internals_ui.cc', | 3723 'browser/ui/webui/sync_internals_ui.cc', |
| 3722 'browser/ui/webui/sync_internals_ui.h', | 3724 'browser/ui/webui/sync_internals_ui.h', |
| 3723 'browser/ui/webui/sync_setup_handler.cc', | 3725 'browser/ui/webui/sync_setup_handler.cc', |
| 3724 'browser/ui/webui/sync_setup_handler.h', | 3726 'browser/ui/webui/sync_setup_handler.h', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3835 'browser/renderer_host/safe_browsing_resource_handler.cc', | 3837 'browser/renderer_host/safe_browsing_resource_handler.cc', |
| 3836 'browser/renderer_host/safe_browsing_resource_handler.h', | 3838 'browser/renderer_host/safe_browsing_resource_handler.h', |
| 3837 ], | 3839 ], |
| 3838 'sources/': [ | 3840 'sources/': [ |
| 3839 ['exclude', '^browser/safe_browsing/'], | 3841 ['exclude', '^browser/safe_browsing/'], |
| 3840 ], | 3842 ], |
| 3841 }], | 3843 }], |
| 3842 ['chromeos==0', { | 3844 ['chromeos==0', { |
| 3843 'sources/': [ | 3845 'sources/': [ |
| 3844 ['exclude', '^browser/chromeos'], | 3846 ['exclude', '^browser/chromeos'], |
| 3845 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | |
| 3846 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | |
| 3847 ['exclude', '^browser/ui/webui/chromeos'], | 3847 ['exclude', '^browser/ui/webui/chromeos'], |
| 3848 ['exclude', '^browser/ui/webui/options/chromeos'], | 3848 ['exclude', '^browser/ui/webui/options/chromeos'], |
| 3849 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 3849 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
| 3850 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 3850 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
| 3851 ['exclude', 'browser/extensions/extension_input_ui_api.cc'], |
| 3852 ['exclude', 'browser/extensions/extension_input_ui_api.h'], |
| 3851 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], | 3853 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], |
| 3852 ['exclude', 'browser/oom_priority_manager.cc'], | 3854 ['exclude', 'browser/oom_priority_manager.cc'], |
| 3853 ['exclude', 'browser/oom_priority_manager.h'], | 3855 ['exclude', 'browser/oom_priority_manager.h'], |
| 3854 ['exclude', 'browser/policy/device_policy_cache.cc'], | 3856 ['exclude', 'browser/policy/device_policy_cache.cc'], |
| 3855 ['exclude', 'browser/policy/device_policy_cache.h'], | 3857 ['exclude', 'browser/policy/device_policy_cache.h'], |
| 3856 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], | 3858 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], |
| 3857 ['exclude', 'browser/policy/enterprise_install_attributes.h'], | 3859 ['exclude', 'browser/policy/enterprise_install_attributes.h'], |
| 3858 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], | 3860 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], |
| 3859 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], | 3861 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], |
| 3860 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], | 3862 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], |
| 3861 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], | 3863 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], |
| 3862 ['exclude', 'browser/ui/login/login_prompt_ui.cc'], | 3864 ['exclude', 'browser/ui/login/login_prompt_ui.cc'], |
| 3863 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], | 3865 ['exclude', 'browser/ui/webui/active_downloads_ui.cc'], |
| 3864 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], | 3866 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.cc'], |
| 3865 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], | 3867 ['exclude', 'browser/ui/webui/collected_cookies_ui_delegate.h'], |
| 3866 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], | 3868 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.cc'], |
| 3867 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], | 3869 ['exclude', 'browser/ui/webui/cookies_tree_model_adapter.h'], |
| 3868 ['exclude', 'browser/ui/webui/fileicon_source_cros.cc'], | 3870 ['exclude', 'browser/ui/webui/fileicon_source_cros.cc'], |
| 3869 ['exclude', 'browser/ui/webui/fileicon_source_cros.h'], | 3871 ['exclude', 'browser/ui/webui/fileicon_source_cros.h'], |
| 3872 ['exclude', 'browser/ui/webui/repost_form_warning_ui.cc'], |
| 3873 ['exclude', 'browser/ui/webui/repost_form_warning_ui.h'], |
| 3870 ], | 3874 ], |
| 3871 }], | 3875 }], |
| 3872 ['chromeos==1', { | 3876 ['chromeos==1', { |
| 3873 'dependencies': [ | 3877 'dependencies': [ |
| 3874 '../third_party/libevent/libevent.gyp:libevent', | 3878 '../third_party/libevent/libevent.gyp:libevent', |
| 3875 'browser/chromeos/input_method/input_method.gyp:gencode', | 3879 'browser/chromeos/input_method/input_method.gyp:gencode', |
| 3876 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, | 3880 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto'
, |
| 3877 ], | 3881 ], |
| 3878 'sources!': [ | 3882 'sources!': [ |
| 3879 'browser/background_mode_manager_linux.cc', | 3883 'browser/background_mode_manager_linux.cc', |
| 3880 'browser/first_run/upgrade_util.cc', | 3884 'browser/first_run/upgrade_util.cc', |
| 3881 'browser/first_run/upgrade_util.h', | 3885 'browser/first_run/upgrade_util.h', |
| 3882 'browser/first_run/upgrade_util_linux.cc', | 3886 'browser/first_run/upgrade_util_linux.cc', |
| 3883 'browser/password_manager/native_backend_gnome_x.cc', | 3887 'browser/password_manager/native_backend_gnome_x.cc', |
| 3884 'browser/password_manager/native_backend_gnome_x.h', | 3888 'browser/password_manager/native_backend_gnome_x.h', |
| 3885 'browser/password_manager/native_backend_kwallet_x.cc', | 3889 'browser/password_manager/native_backend_kwallet_x.cc', |
| 3886 'browser/password_manager/native_backend_kwallet_x.h', | 3890 'browser/password_manager/native_backend_kwallet_x.h', |
| 3887 'browser/platform_util_linux.cc', | 3891 'browser/platform_util_linux.cc', |
| 3888 'browser/printing/print_dialog_gtk.cc', | 3892 'browser/printing/print_dialog_gtk.cc', |
| 3889 'browser/printing/print_dialog_gtk.h', | 3893 'browser/printing/print_dialog_gtk.h', |
| 3894 'browser/ui/gtk/repost_form_warning_gtk.cc', |
| 3895 'browser/ui/gtk/repost_form_warning_gtk.h', |
| 3890 'browser/upgrade_detector_impl.cc', | 3896 'browser/upgrade_detector_impl.cc', |
| 3891 'browser/upgrade_detector_impl.h', | 3897 'browser/upgrade_detector_impl.h', |
| 3892 ], | 3898 ], |
| 3893 }], | 3899 }], |
| 3894 ['file_manager_extension==0', { | 3900 ['file_manager_extension==0', { |
| 3895 'sources/': [ | 3901 'sources/': [ |
| 3896 ['exclude', 'browser/extensions/extension_file_browser_private_api.c
c'], | 3902 ['exclude', 'browser/extensions/extension_file_browser_private_api.c
c'], |
| 3897 ['exclude', 'browser/extensions/extension_file_browser_private_api.h
'], | 3903 ['exclude', 'browser/extensions/extension_file_browser_private_api.h
'], |
| 3898 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.cc
'], | 3904 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.cc
'], |
| 3899 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.h'
], | 3905 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.h'
], |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4717 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], | 4723 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], |
| 4718 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], | 4724 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], |
| 4719 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi
ew_factory_gtk.cc'], | 4725 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi
ew_factory_gtk.cc'], |
| 4720 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'], | 4726 ['exclude', '^browser/ui/views/tabs/tab_strip_factory.cc'], |
| 4721 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.cc'], | 4727 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.cc'], |
| 4722 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.h'], | 4728 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.h'], |
| 4723 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_vi
ews.*'], | 4729 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_vi
ews.*'], |
| 4724 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_
view_gtk.*'], | 4730 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_
view_gtk.*'], |
| 4725 ], | 4731 ], |
| 4726 }], | 4732 }], |
| 4727 ['OS=="linux" and chromeos==1',{ | 4733 ['chromeos==1',{ |
| 4728 'sources/': [ | 4734 'sources/': [ |
| 4729 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'], | 4735 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.cc'], |
| 4730 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.h'], | 4736 ['include', '^browser/ui/gtk/omnibox/omnibox_view_gtk.h'], |
| 4731 ['include', '^browser/ui/gtk/simple_message_box_gtk.cc'], | 4737 ['include', '^browser/ui/gtk/simple_message_box_gtk.cc'], |
| 4732 ['include', '^browser/ui/login/login_prompt_ui.cc'], | |
| 4733 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'], | 4738 ['include', '^browser/ui/views/omnibox/omnibox_view_views.cc'], |
| 4734 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'], | 4739 ['include', '^browser/ui/views/omnibox/omnibox_view_views.h'], |
| 4735 ['exclude', '^browser/download/download_shelf.h'], | 4740 ['exclude', '^browser/download/download_shelf.h'], |
| 4736 ['exclude', '^browser/download/download_shelf_context_menu.cc'], | 4741 ['exclude', '^browser/download/download_shelf_context_menu.cc'], |
| 4737 ['exclude', '^browser/download/download_shelf_context_menu.h'], | 4742 ['exclude', '^browser/download/download_shelf_context_menu.h'], |
| 4738 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], | 4743 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], |
| 4739 ['exclude', '^browser/notifications/balloon_collection_impl.cc']
, | 4744 ['exclude', '^browser/notifications/balloon_collection_impl.cc']
, |
| 4740 ['exclude', '^browser/notifications/balloon_collection_impl.h'], | 4745 ['exclude', '^browser/notifications/balloon_collection_impl.h'], |
| 4741 ['exclude', '^browser/notifications/balloon_collection_linux.cc'
], | 4746 ['exclude', '^browser/notifications/balloon_collection_linux.cc'
], |
| 4742 ['exclude', '^browser/ui/login/login_prompt_gtk.cc'], | 4747 ['exclude', '^browser/ui/login/login_prompt_gtk.cc'], |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4941 # weak imports in dependents, who still must #include | 4946 # weak imports in dependents, who still must #include |
| 4942 # closure_blocks_leopard_compat.h to get weak imports. | 4947 # closure_blocks_leopard_compat.h to get weak imports. |
| 4943 'type': 'none', | 4948 'type': 'none', |
| 4944 }], | 4949 }], |
| 4945 ], | 4950 ], |
| 4946 }, | 4951 }, |
| 4947 ], | 4952 ], |
| 4948 }], | 4953 }], |
| 4949 ], | 4954 ], |
| 4950 } | 4955 } |
| OLD | NEW |