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 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3276 'browser/ui/webui/chrome_web_ui_factory.cc', | 3276 'browser/ui/webui/chrome_web_ui_factory.cc', |
3277 'browser/ui/webui/chrome_web_ui_factory.h', | 3277 'browser/ui/webui/chrome_web_ui_factory.h', |
3278 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3278 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
3279 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3279 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
3280 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', | 3280 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', |
3281 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', | 3281 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', |
3282 'browser/ui/webui/chromeos/imageburner_ui.cc', | 3282 'browser/ui/webui/chromeos/imageburner_ui.cc', |
3283 'browser/ui/webui/chromeos/imageburner_ui.h', | 3283 'browser/ui/webui/chromeos/imageburner_ui.h', |
3284 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3284 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
3285 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3285 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3286 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
| 3287 'browser/ui/webui/chromeos/login/oobe_ui.h', |
3286 'browser/ui/webui/chromeos/login/login_ui.cc', | 3288 'browser/ui/webui/chromeos/login/login_ui.cc', |
3287 'browser/ui/webui/chromeos/login/login_ui.h', | 3289 'browser/ui/webui/chromeos/login/login_ui.h', |
3288 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', | 3290 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', |
3289 'browser/ui/webui/chromeos/login/login_ui_helpers.h', | 3291 'browser/ui/webui/chromeos/login/login_ui_helpers.h', |
3290 'browser/ui/webui/chromeos/mobile_setup_ui.cc', | 3292 'browser/ui/webui/chromeos/mobile_setup_ui.cc', |
3291 'browser/ui/webui/chromeos/mobile_setup_ui.h', | 3293 'browser/ui/webui/chromeos/mobile_setup_ui.h', |
3292 'browser/ui/webui/chromeos/proxy_settings_ui.cc', | 3294 'browser/ui/webui/chromeos/proxy_settings_ui.cc', |
3293 'browser/ui/webui/chromeos/proxy_settings_ui.h', | 3295 'browser/ui/webui/chromeos/proxy_settings_ui.h', |
3294 'browser/ui/webui/chromeos/register_page_ui.cc', | 3296 'browser/ui/webui/chromeos/register_page_ui.cc', |
3295 'browser/ui/webui/chromeos/register_page_ui.h', | 3297 'browser/ui/webui/chromeos/register_page_ui.h', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3605 ['exclude', '^browser/chromeos/frame/dom_*'], | 3607 ['exclude', '^browser/chromeos/frame/dom_*'], |
3606 ['exclude', '^browser/chromeos/login/dom_*'], | 3608 ['exclude', '^browser/chromeos/login/dom_*'], |
3607 ['exclude', '^browser/chromeos/login/webui_*'], | 3609 ['exclude', '^browser/chromeos/login/webui_*'], |
3608 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 3610 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
3609 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 3611 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
3610 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], | 3612 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], |
3611 ['exclude', '^browser/ui/touch/*'], | 3613 ['exclude', '^browser/ui/touch/*'], |
3612 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], | 3614 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], |
3613 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], | 3615 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], |
3614 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], | 3616 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], |
3615 ['exclude', '^browser/ui/webui/chromeos/login/'], | 3617 ['exclude', '^browser/ui/webui/chromeos/login/login*'], |
3616 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 3618 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
3617 ], | 3619 ], |
3618 }], | 3620 }], |
3619 ['touchui==1', { | 3621 ['touchui==1', { |
3620 'sources/': [ | 3622 'sources/': [ |
3621 ['include', '^browser/ui/touch/*'], | 3623 ['include', '^browser/ui/touch/*'], |
3622 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], | 3624 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], |
3623 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 3625 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
3624 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 3626 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
3625 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 3627 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4593 'hard_dependency': 1, | 4595 'hard_dependency': 1, |
4594 }, | 4596 }, |
4595 ], | 4597 ], |
4596 } | 4598 } |
4597 | 4599 |
4598 # Local Variables: | 4600 # Local Variables: |
4599 # tab-width:2 | 4601 # tab-width:2 |
4600 # indent-tabs-mode:nil | 4602 # indent-tabs-mode:nil |
4601 # End: | 4603 # End: |
4602 # vim: set expandtab tabstop=2 shiftwidth=2: | 4604 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |