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 3770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3781 ['exclude', '^browser/safe_browsing/'], | 3781 ['exclude', '^browser/safe_browsing/'], |
3782 ], | 3782 ], |
3783 }], | 3783 }], |
3784 ['chromeos==0', { | 3784 ['chromeos==0', { |
3785 'sources/': [ | 3785 'sources/': [ |
3786 ['exclude', '^browser/chromeos'], | 3786 ['exclude', '^browser/chromeos'], |
3787 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 3787 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
3788 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 3788 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
3789 ['exclude', '^browser/ui/webui/chromeos'], | 3789 ['exclude', '^browser/ui/webui/chromeos'], |
3790 ['exclude', '^browser/ui/webui/options/chromeos'], | 3790 ['exclude', '^browser/ui/webui/options/chromeos'], |
3791 ['exclude', 'browser/extensions/extension_file_browser_private_api.c
c'], | |
3792 ['exclude', 'browser/extensions/extension_file_browser_private_api.h
'], | |
3793 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 3791 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
3794 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 3792 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
3795 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.cc
'], | |
3796 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.h'
], | |
3797 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], | 3793 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], |
3798 ['exclude', 'browser/extensions/file_manager_util.h'], | |
3799 ['exclude', 'browser/extensions/file_manager_util.cc'], | |
3800 ['exclude', 'browser/oom_priority_manager.cc'], | 3794 ['exclude', 'browser/oom_priority_manager.cc'], |
3801 ['exclude', 'browser/oom_priority_manager.h'], | 3795 ['exclude', 'browser/oom_priority_manager.h'], |
3802 ['exclude', 'browser/policy/device_policy_cache.cc'], | 3796 ['exclude', 'browser/policy/device_policy_cache.cc'], |
3803 ['exclude', 'browser/policy/device_policy_cache.h'], | 3797 ['exclude', 'browser/policy/device_policy_cache.h'], |
3804 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], | 3798 ['exclude', 'browser/policy/enterprise_install_attributes.cc'], |
3805 ['exclude', 'browser/policy/enterprise_install_attributes.h'], | 3799 ['exclude', 'browser/policy/enterprise_install_attributes.h'], |
3806 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], | 3800 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.cc'], |
3807 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], | 3801 ['exclude', 'browser/policy/proto/chrome_device_policy.pb.h'], |
3808 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], | 3802 ['exclude', 'browser/renderer_host/offline_resource_handler.cc'], |
3809 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], | 3803 ['exclude', 'browser/renderer_host/offline_resource_handler.h'], |
(...skipping 23 matching lines...) Expand all Loading... |
3833 'browser/password_manager/native_backend_kwallet_x.h', | 3827 'browser/password_manager/native_backend_kwallet_x.h', |
3834 'browser/platform_util_linux.cc', | 3828 'browser/platform_util_linux.cc', |
3835 'browser/printing/print_dialog_gtk.cc', | 3829 'browser/printing/print_dialog_gtk.cc', |
3836 'browser/printing/print_dialog_gtk.h', | 3830 'browser/printing/print_dialog_gtk.h', |
3837 'browser/renderer_host/gtk_key_bindings_handler.cc', | 3831 'browser/renderer_host/gtk_key_bindings_handler.cc', |
3838 'browser/renderer_host/gtk_key_bindings_handler.h', | 3832 'browser/renderer_host/gtk_key_bindings_handler.h', |
3839 'browser/upgrade_detector_impl.cc', | 3833 'browser/upgrade_detector_impl.cc', |
3840 'browser/upgrade_detector_impl.h', | 3834 'browser/upgrade_detector_impl.h', |
3841 ], | 3835 ], |
3842 }], | 3836 }], |
| 3837 ['file_manager_extension==0', { |
| 3838 'sources/': [ |
| 3839 ['exclude', 'browser/extensions/extension_file_browser_private_api.c
c'], |
| 3840 ['exclude', 'browser/extensions/extension_file_browser_private_api.h
'], |
| 3841 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.cc
'], |
| 3842 ['exclude', 'browser/extensions/extension_mediaplayer_private_api.h'
], |
| 3843 ['exclude', 'browser/extensions/file_manager_util.h'], |
| 3844 ['exclude', 'browser/extensions/file_manager_util.cc'], |
| 3845 ], |
| 3846 }], |
3843 ['use_ibus==1', { | 3847 ['use_ibus==1', { |
3844 'dependencies': [ | 3848 'dependencies': [ |
3845 '../build/linux/system.gyp:ibus', | 3849 '../build/linux/system.gyp:ibus', |
3846 ], | 3850 ], |
3847 }], | 3851 }], |
3848 ['use_cups==1', { | 3852 ['use_cups==1', { |
3849 'dependencies': [ | 3853 'dependencies': [ |
3850 '../printing/printing.gyp:cups', | 3854 '../printing/printing.gyp:cups', |
3851 ], | 3855 ], |
3852 }], | 3856 }], |
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4593 ['include', '^browser/ui/views/notifications/balloon_view.cc'], | 4597 ['include', '^browser/ui/views/notifications/balloon_view.cc'], |
4594 ['include', '^browser/ui/views/notifications/balloon_view.h'], | 4598 ['include', '^browser/ui/views/notifications/balloon_view.h'], |
4595 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'], | 4599 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'], |
4596 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'], | 4600 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'], |
4597 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.cc']
, | 4601 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.cc']
, |
4598 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.h'], | 4602 ['exclude', '^browser/ui/views/keyboard_overlay_dialog_view.h'], |
4599 ['exclude', '^browser/ui/views/select_file_dialog.cc'], | 4603 ['exclude', '^browser/ui/views/select_file_dialog.cc'], |
4600 ], | 4604 ], |
4601 }], | 4605 }], |
4602 # Exclude extension_input_ui_api again | 4606 # Exclude extension_input_ui_api again |
4603 # (Required because of the '^browser/extensions/' include abrove) | 4607 # (Required because of the '^browser/extensions/' include above) |
4604 ['toolkit_uses_gtk == 1 and ( touchui == 0 or chromeos == 0 )', { | 4608 ['toolkit_uses_gtk == 1 and ( touchui == 0 or chromeos == 0 )', { |
4605 'sources/': [ | 4609 'sources/': [ |
4606 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 4610 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
4607 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 4611 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
4608 ], | 4612 ], |
4609 }], | 4613 }], |
| 4614 # Exclude file manager files again |
| 4615 # (Required because of the '^browser/extensions/' include above) |
| 4616 ['file_manager_extension==0', { |
| 4617 'sources/': [ |
| 4618 ['exclude', 'browser/extensions/extension_file_browser_private_a
pi.cc'], |
| 4619 ['exclude', 'browser/extensions/extension_file_browser_private_a
pi.h'], |
| 4620 ['exclude', 'browser/extensions/extension_mediaplayer_private_ap
i.cc'], |
| 4621 ['exclude', 'browser/extensions/extension_mediaplayer_private_ap
i.h'], |
| 4622 ['exclude', 'browser/extensions/file_manager_util.h'], |
| 4623 ['exclude', 'browser/extensions/file_manager_util.cc'], |
| 4624 ], |
| 4625 }], |
4610 # GTK build only | 4626 # GTK build only |
4611 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 4627 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
4612 'sources/': [ | 4628 'sources/': [ |
4613 ['include', '^browser/printing/print_dialog_gtk.cc'], | 4629 ['include', '^browser/printing/print_dialog_gtk.cc'], |
4614 ['include', '^browser/printing/print_dialog_gtk.h'], | 4630 ['include', '^browser/printing/print_dialog_gtk.h'], |
4615 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], | 4631 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], |
4616 ['exclude', '^browser/ui/browser_list_stub.cc'], | 4632 ['exclude', '^browser/ui/browser_list_stub.cc'], |
4617 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'], | 4633 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'], |
4618 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'], | 4634 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'], |
4619 ['exclude', '^browser/ui/panels/panel_browser_view.cc'], | 4635 ['exclude', '^browser/ui/panels/panel_browser_view.cc'], |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4973 # weak imports in dependents, who still must #include | 4989 # weak imports in dependents, who still must #include |
4974 # closure_blocks_leopard_compat.h to get weak imports. | 4990 # closure_blocks_leopard_compat.h to get weak imports. |
4975 'type': 'none', | 4991 'type': 'none', |
4976 }], | 4992 }], |
4977 ], | 4993 ], |
4978 }, | 4994 }, |
4979 ], | 4995 ], |
4980 }], | 4996 }], |
4981 ], | 4997 ], |
4982 } | 4998 } |
OLD | NEW |