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 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2766 'browser/ui/gtk/browser_window_gtk.h', | 2766 'browser/ui/gtk/browser_window_gtk.h', |
2767 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc', | 2767 'browser/ui/gtk/bubble/bubble_accelerators_gtk.cc', |
2768 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h', | 2768 'browser/ui/gtk/bubble/bubble_accelerators_gtk.h', |
2769 'browser/ui/gtk/bubble/bubble_gtk.cc', | 2769 'browser/ui/gtk/bubble/bubble_gtk.cc', |
2770 'browser/ui/gtk/bubble/bubble_gtk.h', | 2770 'browser/ui/gtk/bubble/bubble_gtk.h', |
2771 'browser/ui/gtk/cairo_cached_surface.cc', | 2771 'browser/ui/gtk/cairo_cached_surface.cc', |
2772 'browser/ui/gtk/cairo_cached_surface.h', | 2772 'browser/ui/gtk/cairo_cached_surface.h', |
2773 'browser/ui/gtk/certificate_dialogs.cc', | 2773 'browser/ui/gtk/certificate_dialogs.cc', |
2774 'browser/ui/gtk/certificate_dialogs.h', | 2774 'browser/ui/gtk/certificate_dialogs.h', |
2775 'browser/ui/gtk/certificate_viewer.cc', | 2775 'browser/ui/gtk/certificate_viewer.cc', |
2776 'browser/ui/gtk/certificate_viewer.h', | |
2777 'browser/ui/gtk/chrome_gtk_frame.cc', | 2776 'browser/ui/gtk/chrome_gtk_frame.cc', |
2778 'browser/ui/gtk/chrome_gtk_frame.h', | 2777 'browser/ui/gtk/chrome_gtk_frame.h', |
2779 'browser/ui/gtk/collected_cookies_gtk.cc', | 2778 'browser/ui/gtk/collected_cookies_gtk.cc', |
2780 'browser/ui/gtk/collected_cookies_gtk.h', | 2779 'browser/ui/gtk/collected_cookies_gtk.h', |
2781 'browser/ui/gtk/constrained_html_delegate_gtk.cc', | 2780 'browser/ui/gtk/constrained_html_delegate_gtk.cc', |
2782 'browser/ui/gtk/constrained_window_gtk.cc', | 2781 'browser/ui/gtk/constrained_window_gtk.cc', |
2783 'browser/ui/gtk/constrained_window_gtk.h', | 2782 'browser/ui/gtk/constrained_window_gtk.h', |
2784 'browser/ui/gtk/content_setting_bubble_gtk.cc', | 2783 'browser/ui/gtk/content_setting_bubble_gtk.cc', |
2785 'browser/ui/gtk/content_setting_bubble_gtk.h', | 2784 'browser/ui/gtk/content_setting_bubble_gtk.h', |
2786 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc', | 2785 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc', |
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3908 ], | 3907 ], |
3909 'include_dirs': [ | 3908 'include_dirs': [ |
3910 '../third_party/angle/include', | 3909 '../third_party/angle/include', |
3911 ], | 3910 ], |
3912 'link_settings': { | 3911 'link_settings': { |
3913 'libraries': [ | 3912 'libraries': [ |
3914 '-lXcomposite', | 3913 '-lXcomposite', |
3915 ], | 3914 ], |
3916 }, | 3915 }, |
3917 }], | 3916 }], |
3918 ['webui_dialogs == 1', { | 3917 # Exclude WebUI certificate viewer if not POSIX or mac (these OS's have |
3919 'defines': [ | 3918 # native certificate viewers). |
3920 'WEBUI_DIALOGS', | 3919 ['os_posix == 0 or OS == "mac"', { |
3921 ], | |
3922 }], | |
3923 # Exclude WebUI certificate viewer if not POSIX, mac (these OS's have | |
3924 # native certificate viewers) or WebUI dialogs are disabled. | |
3925 ['webui_dialogs == 0 or os_posix == 0 or OS == "mac"', { | |
3926 'sources/': [ | 3920 'sources/': [ |
3927 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], | 3921 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], |
3928 ['exclude', '^browser/ui/webui/certificate_viewer.h'], | 3922 ['exclude', '^browser/ui/webui/certificate_viewer.h'], |
3929 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 3923 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
3930 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], | 3924 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
3931 ], | 3925 ], |
3932 }], | 3926 }], |
3933 # Exclude other WebUI dialogs if WebUI dialogs are disabled. | |
3934 ['webui_dialogs == 0', { | |
3935 'sources/': [ | |
3936 ['exclude', '^browser/ui/webui/hung_renderer_dialog.cc'], | |
3937 ['exclude', '^browser/ui/webui/hung_renderer_dialog.h'], | |
3938 ['exclude', '^browser/ui/webui/hung_renderer_dialog_ui.cc'], | |
3939 ['exclude', '^browser/ui/webui/hung_renderer_dialog_ui.h'], | |
3940 ], | |
3941 }], | |
3942 ['webui_dialogs == 1', { | |
3943 'sources/': [ | |
3944 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], | |
3945 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], | |
3946 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], | |
3947 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], | |
3948 ], | |
3949 }], | |
3950 ['toolkit_uses_gtk == 1', { | 3927 ['toolkit_uses_gtk == 1', { |
3951 'dependencies': [ | 3928 'dependencies': [ |
3952 '../build/linux/system.gyp:dbus-glib', | 3929 '../build/linux/system.gyp:dbus-glib', |
3953 '../build/linux/system.gyp:gconf', | 3930 '../build/linux/system.gyp:gconf', |
3954 '../build/linux/system.gyp:gtk', | 3931 '../build/linux/system.gyp:gtk', |
3955 '../build/linux/system.gyp:gtkprint', | 3932 '../build/linux/system.gyp:gtkprint', |
3956 '../build/linux/system.gyp:ssl', | 3933 '../build/linux/system.gyp:ssl', |
3957 '../build/linux/system.gyp:x11', | 3934 '../build/linux/system.gyp:x11', |
3958 '../third_party/undoview/undoview.gyp:undoview', | 3935 '../third_party/undoview/undoview.gyp:undoview', |
3959 ], | 3936 ], |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4273 ['include', '^browser/ui/gtk/bookmarks/bookmark_editor_gtk.h'], | 4250 ['include', '^browser/ui/gtk/bookmarks/bookmark_editor_gtk.h'], |
4274 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.cc'], | 4251 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.cc'], |
4275 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.h'], | 4252 ['include', '^browser/ui/gtk/bookmarks/bookmark_tree_model.h'], |
4276 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc'], | 4253 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc'], |
4277 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.h'], | 4254 ['include', '^browser/ui/gtk/bookmarks/bookmark_utils_gtk.h'], |
4278 ['include', '^browser/ui/gtk/cairo_cached_surface.cc'], | 4255 ['include', '^browser/ui/gtk/cairo_cached_surface.cc'], |
4279 ['include', '^browser/ui/gtk/cairo_cached_surface.h'], | 4256 ['include', '^browser/ui/gtk/cairo_cached_surface.h'], |
4280 ['include', '^browser/ui/gtk/certificate_dialogs.cc'], | 4257 ['include', '^browser/ui/gtk/certificate_dialogs.cc'], |
4281 ['include', '^browser/ui/gtk/certificate_dialogs.h'], | 4258 ['include', '^browser/ui/gtk/certificate_dialogs.h'], |
4282 ['include', '^browser/ui/gtk/certificate_viewer.cc'], | 4259 ['include', '^browser/ui/gtk/certificate_viewer.cc'], |
4283 ['include', '^browser/ui/gtk/certificate_viewer.h'], | |
4284 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'], | 4260 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'], |
4285 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'], | 4261 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'], |
4286 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'], | 4262 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'], |
4287 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'], | 4263 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'], |
4288 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'], | 4264 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'], |
4289 ['include', '^browser/ui/gtk/constrained_window_gtk.h'], | 4265 ['include', '^browser/ui/gtk/constrained_window_gtk.h'], |
4290 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'], | 4266 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'], |
4291 ['include', '^browser/ui/gtk/download/download_started_animation
_gtk.cc'], | 4267 ['include', '^browser/ui/gtk/download/download_started_animation
_gtk.cc'], |
4292 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'], | 4268 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'], |
4293 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'], | 4269 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'], |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4588 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.
h'], | 4564 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk.
h'], |
4589 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], | 4565 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], |
4590 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], | 4566 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], |
4591 ['exclude', '^browser/ui/browser_list_gtk.cc'], | 4567 ['exclude', '^browser/ui/browser_list_gtk.cc'], |
4592 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc']
, | 4568 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc']
, |
4593 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h'], | 4569 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h'], |
4594 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.cc'], | 4570 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.cc'], |
4595 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'], | 4571 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'], |
4596 ], | 4572 ], |
4597 }], | 4573 }], |
4598 # Exclude the GTK versions of dialogs if webui_dialogs are enabled. | |
4599 ['webui_dialogs==1', { | |
4600 'sources/': [ | |
4601 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], | |
4602 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], | |
4603 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], | |
4604 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc.h'], | |
4605 ], | |
4606 }], | |
4607 # Exclude these toolkit_views specific files again. | 4574 # Exclude these toolkit_views specific files again. |
4608 # (Required because of the '^browser/extensions/' include above) | 4575 # (Required because of the '^browser/extensions/' include above) |
4609 ['toolkit_views==0', { | 4576 ['toolkit_views==0', { |
4610 'sources/': [ | 4577 'sources/': [ |
4611 ['exclude', '^browser/extensions/extension_input_api.cc'], | 4578 ['exclude', '^browser/extensions/extension_input_api.cc'], |
4612 ['exclude', '^browser/extensions/extension_input_api.h'], | 4579 ['exclude', '^browser/extensions/extension_input_api.h'], |
4613 ['exclude', '^browser/extensions/key_identifier_conversion_views
.cc'], | 4580 ['exclude', '^browser/extensions/key_identifier_conversion_views
.cc'], |
4614 ['exclude', '^browser/extensions/key_identifier_conversion_views
.h'], | 4581 ['exclude', '^browser/extensions/key_identifier_conversion_views
.h'], |
4615 ], | 4582 ], |
4616 }], | 4583 }], |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4901 # weak imports in dependents, who still must #include | 4868 # weak imports in dependents, who still must #include |
4902 # closure_blocks_leopard_compat.h to get weak imports. | 4869 # closure_blocks_leopard_compat.h to get weak imports. |
4903 'type': 'none', | 4870 'type': 'none', |
4904 }], | 4871 }], |
4905 ], | 4872 ], |
4906 }, | 4873 }, |
4907 ], | 4874 ], |
4908 }], | 4875 }], |
4909 ], | 4876 ], |
4910 } | 4877 } |
OLD | NEW |