OLD | NEW |
---|---|
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3391 'browser/ui/views/status_bubble_views.h', | 3391 'browser/ui/views/status_bubble_views.h', |
3392 'browser/ui/views/status_icons/status_icon_win.cc', | 3392 'browser/ui/views/status_icons/status_icon_win.cc', |
3393 'browser/ui/views/status_icons/status_icon_win.h', | 3393 'browser/ui/views/status_icons/status_icon_win.h', |
3394 'browser/ui/views/status_icons/status_tray_gtk.cc', | 3394 'browser/ui/views/status_icons/status_tray_gtk.cc', |
3395 'browser/ui/views/status_icons/status_tray_win.cc', | 3395 'browser/ui/views/status_icons/status_tray_win.cc', |
3396 'browser/ui/views/status_icons/status_tray_win.h', | 3396 'browser/ui/views/status_icons/status_tray_win.h', |
3397 'browser/ui/views/tab_icon_view.cc', | 3397 'browser/ui/views/tab_icon_view.cc', |
3398 'browser/ui/views/tab_icon_view.h', | 3398 'browser/ui/views/tab_icon_view.h', |
3399 'browser/ui/views/tab_contents/tab_contents_container.cc', | 3399 'browser/ui/views/tab_contents/tab_contents_container.cc', |
3400 'browser/ui/views/tab_contents/tab_contents_container.h', | 3400 'browser/ui/views/tab_contents/tab_contents_container.h', |
3401 'browser/ui/views/tab_contents/tab_contents_container_native.cc', | |
3402 'browser/ui/views/tab_contents/tab_contents_container_native.h', | |
3403 'browser/ui/views/tab_contents/tab_contents_container_views.cc', | |
3404 'browser/ui/views/tab_contents/tab_contents_container_views.h', | |
3401 'browser/ui/views/tab_contents/native_tab_contents_container.h', | 3405 'browser/ui/views/tab_contents/native_tab_contents_container.h', |
3402 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', | 3406 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', |
3403 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', | 3407 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', |
3404 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', | 3408 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', |
3405 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', | 3409 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', |
3406 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', | 3410 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', |
3407 'browser/ui/views/tab_contents/render_view_context_menu_views.h', | 3411 'browser/ui/views/tab_contents/render_view_context_menu_views.h', |
3408 'browser/ui/views/tab_contents/tab_contents_drag_win.cc', | 3412 'browser/ui/views/tab_contents/tab_contents_drag_win.cc', |
3409 'browser/ui/views/tab_contents/tab_contents_drag_win.h', | 3413 'browser/ui/views/tab_contents/tab_contents_drag_win.h', |
3410 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc', | 3414 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc', |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3563 'browser/password_manager/native_backend_gnome_x.h', | 3567 'browser/password_manager/native_backend_gnome_x.h', |
3564 'browser/password_manager/native_backend_gnome_x.cc', | 3568 'browser/password_manager/native_backend_gnome_x.cc', |
3565 ], | 3569 ], |
3566 }], | 3570 }], |
3567 ['touchui==0', { | 3571 ['touchui==0', { |
3568 'sources/': [ | 3572 'sources/': [ |
3569 ['exclude', '^browser/chromeos/dom_ui/login/'], | 3573 ['exclude', '^browser/chromeos/dom_ui/login/'], |
3570 ['exclude', '^browser/dom_ui/keyboard_ui.*'], | 3574 ['exclude', '^browser/dom_ui/keyboard_ui.*'], |
3571 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ], | 3575 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ], |
3572 ['exclude', '^browser/ui/touch/*'], | 3576 ['exclude', '^browser/ui/touch/*'], |
3577 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.cc'], | |
3578 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v iews.h'], | |
3573 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'], | 3579 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'], |
3574 ], | 3580 ], |
3575 }], | 3581 }], |
3576 ['touchui==1', { | 3582 ['touchui==1', { |
sky
2011/01/05 16:43:03
Can this section be merged into the section on lin
Alex Nicolaou
2011/01/06 09:37:17
Maybe but I don't think so. Can we follow up on th
sky
2011/01/06 16:01:16
Sure. Please file a bug so we don't forget it.
Alex Nicolaou
2011/01/12 18:51:14
OK so I spent a minute to figure out why this is a
sky
2011/01/12 19:06:53
Yes, that's fine.
| |
3577 'sources/': [ | 3583 'sources/': [ |
3578 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'], | 3584 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'], |
3579 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .cc'], | 3585 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .cc'], |
3580 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .h'], | 3586 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros .h'], |
3581 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .cc'], | 3587 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .cc'], |
3582 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .h'], | 3588 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .h'], |
3583 ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'], | 3589 ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'], |
3584 ['include', 'browser/chromeos/dom_ui/login/login_ui.h'], | 3590 ['include', 'browser/chromeos/dom_ui/login/login_ui.h'], |
3585 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'], | 3591 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'], |
3586 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'], | 3592 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'], |
3587 ['include', '^browser/ui/touch/*'], | 3593 ['include', '^browser/ui/touch/*'], |
3588 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'], | 3594 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'], |
3595 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | |
3596 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | |
3589 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , | 3597 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , |
3590 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 3598 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
3591 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | |
3592 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | |
3593 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'], | 3599 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'], |
3594 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], | 3600 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], |
3595 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], | 3601 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], |
3596 ], | 3602 ], |
3597 }], | 3603 }], |
3598 ['OS=="linux"', { | 3604 ['OS=="linux"', { |
3599 'dependencies': [ | 3605 'dependencies': [ |
3600 '../build/linux/system.gyp:dbus-glib', | 3606 '../build/linux/system.gyp:dbus-glib', |
3601 '../build/linux/system.gyp:gconf', | 3607 '../build/linux/system.gyp:gconf', |
3602 '../build/linux/system.gyp:gtk', | 3608 '../build/linux/system.gyp:gtk', |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4093 ['include', '^browser/ui/views/select_file_dialog.cc'], | 4099 ['include', '^browser/ui/views/select_file_dialog.cc'], |
4094 ['include', '^browser/ui/views/status_bubble_views.cc'], | 4100 ['include', '^browser/ui/views/status_bubble_views.cc'], |
4095 ['include', '^browser/ui/views/status_bubble_views.h'], | 4101 ['include', '^browser/ui/views/status_bubble_views.h'], |
4096 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'] , | 4102 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'] , |
4097 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.cc'], | 4103 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.cc'], |
4098 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.h'], | 4104 ['include', '^browser/ui/views/tab_contents/native_tab_contents_ container_gtk.h'], |
4099 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.cc'], | 4105 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.cc'], |
4100 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.h'], | 4106 ['include', '^browser/ui/views/tab_contents/render_view_context_ menu_views.h'], |
4101 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.cc'], | 4107 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.cc'], |
4102 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.h'], | 4108 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er.h'], |
4109 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_native.cc'], | |
4110 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'], | |
4111 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.cc'], | |
4112 ['include', '^browser/ui/views/tab_contents/tab_contents_contain er_views.h'], | |
4103 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'], | 4113 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'], |
4104 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'], | 4114 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'], |
4105 ['include', '^browser/ui/views/tab_icon_view.cc'], | 4115 ['include', '^browser/ui/views/tab_icon_view.cc'], |
4106 ['include', '^browser/ui/views/tab_icon_view.h'], | 4116 ['include', '^browser/ui/views/tab_icon_view.h'], |
4107 ['include', '^browser/ui/views/tabs/base_tab.cc'], | 4117 ['include', '^browser/ui/views/tabs/base_tab.cc'], |
4108 ['include', '^browser/ui/views/tabs/base_tab.h'], | 4118 ['include', '^browser/ui/views/tabs/base_tab.h'], |
4109 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'], | 4119 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'], |
4110 ['include', '^browser/ui/views/tabs/base_tab_strip.h'], | 4120 ['include', '^browser/ui/views/tabs/base_tab_strip.h'], |
4111 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller .cc'], | 4121 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller .cc'], |
4112 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller .h'], | 4122 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller .h'], |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4275 ['OS=="linux" and toolkit_views==1 and touchui==1', { | 4285 ['OS=="linux" and toolkit_views==1 and touchui==1', { |
4276 'sources/': [ | 4286 'sources/': [ |
4277 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'], | 4287 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'], |
4278 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'], | 4288 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'], |
4279 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_gtk.cc'], | 4289 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_gtk.cc'], |
4280 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'], | 4290 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'], |
4281 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'], | 4291 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'], |
4282 # TODO(anicolao): exclude these once we have DOMUI dialogs | 4292 # TODO(anicolao): exclude these once we have DOMUI dialogs |
4283 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'], | 4293 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'], |
4284 # ['exclude', '^browser/gtk/constrained_window_gtk.h'], | 4294 # ['exclude', '^browser/gtk/constrained_window_gtk.h'], |
4295 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.cc'], | |
4296 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain er_native.h'], | |
4285 ], | 4297 ], |
4286 }], | 4298 }], |
4287 ['OS=="linux" and chromeos==1',{ | 4299 ['OS=="linux" and chromeos==1',{ |
4288 'sources/': [ | 4300 'sources/': [ |
4289 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], | 4301 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], |
4290 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], | 4302 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], |
4291 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], | 4303 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], |
4292 ['exclude', '^browser/notifications/balloon_collection.cc'], | 4304 ['exclude', '^browser/notifications/balloon_collection.cc'], |
4293 ['exclude', '^browser/notifications/balloon_collection_impl.h'], | 4305 ['exclude', '^browser/notifications/balloon_collection_impl.h'], |
4294 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ], | 4306 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ], |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4525 ], | 4537 ], |
4526 }, | 4538 }, |
4527 ], | 4539 ], |
4528 } | 4540 } |
4529 | 4541 |
4530 # Local Variables: | 4542 # Local Variables: |
4531 # tab-width:2 | 4543 # tab-width:2 |
4532 # indent-tabs-mode:nil | 4544 # indent-tabs-mode:nil |
4533 # End: | 4545 # End: |
4534 # vim: set expandtab tabstop=2 shiftwidth=2: | 4546 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |