| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 'browser/ui/views/status_bubble_views.h', | 3425 'browser/ui/views/status_bubble_views.h', |
| 3426 'browser/ui/views/status_icons/status_icon_win.cc', | 3426 'browser/ui/views/status_icons/status_icon_win.cc', |
| 3427 'browser/ui/views/status_icons/status_icon_win.h', | 3427 'browser/ui/views/status_icons/status_icon_win.h', |
| 3428 'browser/ui/views/status_icons/status_tray_gtk.cc', | 3428 'browser/ui/views/status_icons/status_tray_gtk.cc', |
| 3429 'browser/ui/views/status_icons/status_tray_win.cc', | 3429 'browser/ui/views/status_icons/status_tray_win.cc', |
| 3430 'browser/ui/views/status_icons/status_tray_win.h', | 3430 'browser/ui/views/status_icons/status_tray_win.h', |
| 3431 'browser/ui/views/tab_icon_view.cc', | 3431 'browser/ui/views/tab_icon_view.cc', |
| 3432 'browser/ui/views/tab_icon_view.h', | 3432 'browser/ui/views/tab_icon_view.h', |
| 3433 'browser/ui/views/tab_contents/tab_contents_container.cc', | 3433 'browser/ui/views/tab_contents/tab_contents_container.cc', |
| 3434 'browser/ui/views/tab_contents/tab_contents_container.h', | 3434 'browser/ui/views/tab_contents/tab_contents_container.h', |
| 3435 'browser/ui/views/tab_contents/tab_contents_container_native.cc', |
| 3436 'browser/ui/views/tab_contents/tab_contents_container_native.h', |
| 3437 'browser/ui/views/tab_contents/tab_contents_container_views.cc', |
| 3438 'browser/ui/views/tab_contents/tab_contents_container_views.h', |
| 3435 'browser/ui/views/tab_contents/native_tab_contents_container.h', | 3439 'browser/ui/views/tab_contents/native_tab_contents_container.h', |
| 3436 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', | 3440 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', |
| 3437 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', | 3441 'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', |
| 3438 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', | 3442 'browser/ui/views/tab_contents/native_tab_contents_container_win.cc', |
| 3439 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', | 3443 'browser/ui/views/tab_contents/native_tab_contents_container_win.h', |
| 3440 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', | 3444 'browser/ui/views/tab_contents/render_view_context_menu_views.cc', |
| 3441 'browser/ui/views/tab_contents/render_view_context_menu_views.h', | 3445 'browser/ui/views/tab_contents/render_view_context_menu_views.h', |
| 3442 'browser/ui/views/tab_contents/tab_contents_drag_win.cc', | 3446 'browser/ui/views/tab_contents/tab_contents_drag_win.cc', |
| 3443 'browser/ui/views/tab_contents/tab_contents_drag_win.h', | 3447 'browser/ui/views/tab_contents/tab_contents_drag_win.h', |
| 3444 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc', | 3448 'browser/ui/views/tab_contents/tab_contents_view_gtk.cc', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3593 'browser/password_manager/native_backend_gnome_x.h', | 3597 'browser/password_manager/native_backend_gnome_x.h', |
| 3594 'browser/password_manager/native_backend_gnome_x.cc', | 3598 'browser/password_manager/native_backend_gnome_x.cc', |
| 3595 ], | 3599 ], |
| 3596 }], | 3600 }], |
| 3597 ['touchui==0', { | 3601 ['touchui==0', { |
| 3598 'sources/': [ | 3602 'sources/': [ |
| 3599 ['exclude', '^browser/chromeos/dom_ui/login/'], | 3603 ['exclude', '^browser/chromeos/dom_ui/login/'], |
| 3600 ['exclude', '^browser/dom_ui/keyboard_ui.*'], | 3604 ['exclude', '^browser/dom_ui/keyboard_ui.*'], |
| 3601 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], | 3605 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], |
| 3602 ['exclude', '^browser/ui/touch/*'], | 3606 ['exclude', '^browser/ui/touch/*'], |
| 3607 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], |
| 3608 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], |
| 3603 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], | 3609 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], |
| 3604 ], | 3610 ], |
| 3605 }], | 3611 }], |
| 3606 ['touchui==1', { | 3612 ['touchui==1', { |
| 3607 'sources/': [ | 3613 'sources/': [ |
| 3608 ['include', '^browser/ui/touch/*'], | 3614 ['include', '^browser/ui/touch/*'], |
| 3609 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], | 3615 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], |
| 3616 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 3617 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 3610 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 3618 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
| 3611 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 3619 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 3612 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | |
| 3613 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | |
| 3614 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], | 3620 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], |
| 3615 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], | 3621 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], |
| 3616 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], | 3622 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], |
| 3617 ], | 3623 ], |
| 3618 }], | 3624 }], |
| 3619 ['touchui==1 and chromeos==1', { | 3625 ['touchui==1 and chromeos==1', { |
| 3620 'sources/': [ | 3626 'sources/': [ |
| 3621 ['include', '^browser/chromeos/dom_ui/login/'], | 3627 ['include', '^browser/chromeos/dom_ui/login/'], |
| 3622 ], | 3628 ], |
| 3623 }], | 3629 }], |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4121 ['include', '^browser/ui/views/select_file_dialog.cc'], | 4127 ['include', '^browser/ui/views/select_file_dialog.cc'], |
| 4122 ['include', '^browser/ui/views/status_bubble_views.cc'], | 4128 ['include', '^browser/ui/views/status_bubble_views.cc'], |
| 4123 ['include', '^browser/ui/views/status_bubble_views.h'], | 4129 ['include', '^browser/ui/views/status_bubble_views.h'], |
| 4124 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc']
, | 4130 ['include', '^browser/ui/views/status_icons/status_tray_gtk.cc']
, |
| 4125 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.cc'], | 4131 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.cc'], |
| 4126 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.h'], | 4132 ['include', '^browser/ui/views/tab_contents/native_tab_contents_
container_gtk.h'], |
| 4127 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.cc'], | 4133 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.cc'], |
| 4128 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.h'], | 4134 ['include', '^browser/ui/views/tab_contents/render_view_context_
menu_views.h'], |
| 4129 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.cc'], | 4135 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.cc'], |
| 4130 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.h'], | 4136 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er.h'], |
| 4137 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.cc'], |
| 4138 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.h'], |
| 4139 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er_views.cc'], |
| 4140 ['include', '^browser/ui/views/tab_contents/tab_contents_contain
er_views.h'], |
| 4131 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.cc'], | 4141 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.cc'], |
| 4132 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.h'], | 4142 ['include', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.h'], |
| 4133 ['include', '^browser/ui/views/tab_icon_view.cc'], | 4143 ['include', '^browser/ui/views/tab_icon_view.cc'], |
| 4134 ['include', '^browser/ui/views/tab_icon_view.h'], | 4144 ['include', '^browser/ui/views/tab_icon_view.h'], |
| 4135 ['include', '^browser/ui/views/tabs/base_tab.cc'], | 4145 ['include', '^browser/ui/views/tabs/base_tab.cc'], |
| 4136 ['include', '^browser/ui/views/tabs/base_tab.h'], | 4146 ['include', '^browser/ui/views/tabs/base_tab.h'], |
| 4137 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'], | 4147 ['include', '^browser/ui/views/tabs/base_tab_strip.cc'], |
| 4138 ['include', '^browser/ui/views/tabs/base_tab_strip.h'], | 4148 ['include', '^browser/ui/views/tabs/base_tab_strip.h'], |
| 4139 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller
.cc'], | 4149 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller
.cc'], |
| 4140 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller
.h'], | 4150 ['include', '^browser/ui/views/tabs/browser_tab_strip_controller
.h'], |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4304 ['OS=="linux" and toolkit_views==1 and touchui==1', { | 4314 ['OS=="linux" and toolkit_views==1 and touchui==1', { |
| 4305 'sources/': [ | 4315 'sources/': [ |
| 4306 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi
ews.cc'], | 4316 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi
ews.cc'], |
| 4307 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi
ews.h'], | 4317 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi
ews.h'], |
| 4308 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi
ew_factory_gtk.cc'], | 4318 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi
ew_factory_gtk.cc'], |
| 4309 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.cc'], | 4319 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.cc'], |
| 4310 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.h'], | 4320 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt
k.h'], |
| 4311 # TODO(anicolao): exclude these once we have DOMUI dialogs | 4321 # TODO(anicolao): exclude these once we have DOMUI dialogs |
| 4312 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], | 4322 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], |
| 4313 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], | 4323 # ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], |
| 4324 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.cc'], |
| 4325 ['exclude', '^browser/ui/views/tab_contents/tab_contents_contain
er_native.h'], |
| 4314 ], | 4326 ], |
| 4315 }], | 4327 }], |
| 4316 ['OS=="linux" and chromeos==1',{ | 4328 ['OS=="linux" and chromeos==1',{ |
| 4317 'sources/': [ | 4329 'sources/': [ |
| 4318 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], | 4330 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], |
| 4319 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], | 4331 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], |
| 4320 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], | 4332 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], |
| 4321 ['exclude', '^browser/notifications/balloon_collection.cc'], | 4333 ['exclude', '^browser/notifications/balloon_collection.cc'], |
| 4322 ['exclude', '^browser/notifications/balloon_collection_impl.h'], | 4334 ['exclude', '^browser/notifications/balloon_collection_impl.h'], |
| 4323 ['exclude', '^browser/notifications/balloon_collection_linux.cc'
], | 4335 ['exclude', '^browser/notifications/balloon_collection_linux.cc'
], |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4547 ], | 4559 ], |
| 4548 }, | 4560 }, |
| 4549 ], | 4561 ], |
| 4550 } | 4562 } |
| 4551 | 4563 |
| 4552 # Local Variables: | 4564 # Local Variables: |
| 4553 # tab-width:2 | 4565 # tab-width:2 |
| 4554 # indent-tabs-mode:nil | 4566 # indent-tabs-mode:nil |
| 4555 # End: | 4567 # End: |
| 4556 # vim: set expandtab tabstop=2 shiftwidth=2: | 4568 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |