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 3280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3291 'browser/ui/webui/chrome_web_ui_factory.cc', | 3291 'browser/ui/webui/chrome_web_ui_factory.cc', |
3292 'browser/ui/webui/chrome_web_ui_factory.h', | 3292 'browser/ui/webui/chrome_web_ui_factory.h', |
3293 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3293 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
3294 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3294 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
3295 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', | 3295 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', |
3296 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', | 3296 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', |
3297 'browser/ui/webui/chromeos/imageburner_ui.cc', | 3297 'browser/ui/webui/chromeos/imageburner_ui.cc', |
3298 'browser/ui/webui/chromeos/imageburner_ui.h', | 3298 'browser/ui/webui/chromeos/imageburner_ui.h', |
3299 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3299 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
3300 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3300 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3301 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
| 3302 'browser/ui/webui/chromeos/login/oobe_ui.h', |
3301 'browser/ui/webui/chromeos/login/login_ui.cc', | 3303 'browser/ui/webui/chromeos/login/login_ui.cc', |
3302 'browser/ui/webui/chromeos/login/login_ui.h', | 3304 'browser/ui/webui/chromeos/login/login_ui.h', |
3303 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', | 3305 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', |
3304 'browser/ui/webui/chromeos/login/login_ui_helpers.h', | 3306 'browser/ui/webui/chromeos/login/login_ui_helpers.h', |
3305 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3307 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3306 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3308 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3307 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3309 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3308 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3310 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3309 'browser/ui/webui/chromeos/register_page_ui.cc', | 3311 'browser/ui/webui/chromeos/register_page_ui.cc', |
3310 'browser/ui/webui/chromeos/register_page_ui.h', | 3312 'browser/ui/webui/chromeos/register_page_ui.h', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3623 ['exclude', '^browser/chromeos/frame/dom_*'], | 3625 ['exclude', '^browser/chromeos/frame/dom_*'], |
3624 ['exclude', '^browser/chromeos/login/dom_*'], | 3626 ['exclude', '^browser/chromeos/login/dom_*'], |
3625 ['exclude', '^browser/chromeos/login/webui_*'], | 3627 ['exclude', '^browser/chromeos/login/webui_*'], |
3626 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 3628 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
3627 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 3629 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
3628 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], | 3630 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], |
3629 ['exclude', '^browser/ui/touch/*'], | 3631 ['exclude', '^browser/ui/touch/*'], |
3630 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], | 3632 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], |
3631 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], | 3633 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], |
3632 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], | 3634 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], |
3633 ['exclude', '^browser/ui/webui/chromeos/login/'], | 3635 ['exclude', '^browser/ui/webui/chromeos/login/login*'], |
3634 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 3636 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
3635 ], | 3637 ], |
3636 }], | 3638 }], |
3637 ['touchui==1', { | 3639 ['touchui==1', { |
3638 'sources/': [ | 3640 'sources/': [ |
3639 ['include', '^browser/ui/touch/*'], | 3641 ['include', '^browser/ui/touch/*'], |
3640 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], | 3642 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], |
3641 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 3643 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
3642 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 3644 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
3643 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 3645 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4611 'hard_dependency': 1, | 4613 'hard_dependency': 1, |
4612 }, | 4614 }, |
4613 ], | 4615 ], |
4614 } | 4616 } |
4615 | 4617 |
4616 # Local Variables: | 4618 # Local Variables: |
4617 # tab-width:2 | 4619 # tab-width:2 |
4618 # indent-tabs-mode:nil | 4620 # indent-tabs-mode:nil |
4619 # End: | 4621 # End: |
4620 # vim: set expandtab tabstop=2 shiftwidth=2: | 4622 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |