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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3298 'browser/ui/webui/chrome_web_ui_factory.cc', | 3298 'browser/ui/webui/chrome_web_ui_factory.cc', |
3299 'browser/ui/webui/chrome_web_ui_factory.h', | 3299 'browser/ui/webui/chrome_web_ui_factory.h', |
3300 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3300 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
3301 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3301 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
3302 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', | 3302 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', |
3303 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', | 3303 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', |
3304 'browser/ui/webui/chromeos/imageburner_ui.cc', | 3304 'browser/ui/webui/chromeos/imageburner_ui.cc', |
3305 'browser/ui/webui/chromeos/imageburner_ui.h', | 3305 'browser/ui/webui/chromeos/imageburner_ui.h', |
3306 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3306 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
3307 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3307 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3308 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
| 3309 'browser/ui/webui/chromeos/login/oobe_ui.h', |
3308 'browser/ui/webui/chromeos/login/login_ui.cc', | 3310 'browser/ui/webui/chromeos/login/login_ui.cc', |
3309 'browser/ui/webui/chromeos/login/login_ui.h', | 3311 'browser/ui/webui/chromeos/login/login_ui.h', |
3310 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', | 3312 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', |
3311 'browser/ui/webui/chromeos/login/login_ui_helpers.h', | 3313 'browser/ui/webui/chromeos/login/login_ui_helpers.h', |
3312 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3314 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3313 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3315 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3314 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3316 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3315 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3317 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3316 'browser/ui/webui/chromeos/register_page_ui.cc', | 3318 'browser/ui/webui/chromeos/register_page_ui.cc', |
3317 'browser/ui/webui/chromeos/register_page_ui.h', | 3319 'browser/ui/webui/chromeos/register_page_ui.h', |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3632 ['exclude', '^browser/chromeos/frame/dom_*'], | 3634 ['exclude', '^browser/chromeos/frame/dom_*'], |
3633 ['exclude', '^browser/chromeos/login/dom_*'], | 3635 ['exclude', '^browser/chromeos/login/dom_*'], |
3634 ['exclude', '^browser/chromeos/login/webui_*'], | 3636 ['exclude', '^browser/chromeos/login/webui_*'], |
3635 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 3637 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
3636 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 3638 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
3637 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], | 3639 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], |
3638 ['exclude', '^browser/ui/touch/*'], | 3640 ['exclude', '^browser/ui/touch/*'], |
3639 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], | 3641 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], |
3640 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], | 3642 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], |
3641 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], | 3643 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], |
3642 ['exclude', '^browser/ui/webui/chromeos/login/'], | 3644 ['exclude', '^browser/ui/webui/chromeos/login/login*'], |
3643 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 3645 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
3644 ], | 3646 ], |
3645 }], | 3647 }], |
3646 ['touchui==1', { | 3648 ['touchui==1', { |
3647 'sources/': [ | 3649 'sources/': [ |
3648 ['include', '^browser/ui/touch/*'], | 3650 ['include', '^browser/ui/touch/*'], |
3649 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], | 3651 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], |
3650 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 3652 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
3651 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 3653 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
3652 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 3654 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4620 'hard_dependency': 1, | 4622 'hard_dependency': 1, |
4621 }, | 4623 }, |
4622 ], | 4624 ], |
4623 } | 4625 } |
4624 | 4626 |
4625 # Local Variables: | 4627 # Local Variables: |
4626 # tab-width:2 | 4628 # tab-width:2 |
4627 # indent-tabs-mode:nil | 4629 # indent-tabs-mode:nil |
4628 # End: | 4630 # End: |
4629 # vim: set expandtab tabstop=2 shiftwidth=2: | 4631 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |