| 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 'browser/chromeos/webui/language_options_util.h', | 721 'browser/chromeos/webui/language_options_util.h', |
| 722 'browser/chromeos/webui/language_pinyin_options_handler.cc', | 722 'browser/chromeos/webui/language_pinyin_options_handler.cc', |
| 723 'browser/chromeos/webui/language_pinyin_options_handler.h', | 723 'browser/chromeos/webui/language_pinyin_options_handler.h', |
| 724 'browser/chromeos/webui/login/authenticator_facade.h', | 724 'browser/chromeos/webui/login/authenticator_facade.h', |
| 725 'browser/chromeos/webui/login/authenticator_facade_cros.cc', | 725 'browser/chromeos/webui/login/authenticator_facade_cros.cc', |
| 726 'browser/chromeos/webui/login/authenticator_facade_cros.h', | 726 'browser/chromeos/webui/login/authenticator_facade_cros.h', |
| 727 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc', | 727 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.cc', |
| 728 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h', | 728 'browser/chromeos/webui/login/authenticator_facade_cros_helpers.h', |
| 729 'browser/chromeos/webui/login/login_ui.cc', | 729 'browser/chromeos/webui/login/login_ui.cc', |
| 730 'browser/chromeos/webui/login/login_ui.h', | 730 'browser/chromeos/webui/login/login_ui.h', |
| 731 'browser/chromeos/webui/login/login_container_ui.cc', |
| 732 'browser/chromeos/webui/login/login_container_ui.h', |
| 731 'browser/chromeos/webui/login/login_ui_helpers.cc', | 733 'browser/chromeos/webui/login/login_ui_helpers.cc', |
| 732 'browser/chromeos/webui/login/login_ui_helpers.h', | 734 'browser/chromeos/webui/login/login_ui_helpers.h', |
| 733 'browser/chromeos/webui/menu_ui.cc', | 735 'browser/chromeos/webui/menu_ui.cc', |
| 734 'browser/chromeos/webui/menu_ui.h', | 736 'browser/chromeos/webui/menu_ui.h', |
| 735 'browser/chromeos/webui/mobile_setup_ui.cc', | 737 'browser/chromeos/webui/mobile_setup_ui.cc', |
| 736 'browser/chromeos/webui/mobile_setup_ui.h', | 738 'browser/chromeos/webui/mobile_setup_ui.h', |
| 737 'browser/chromeos/webui/network_menu_ui.cc', | 739 'browser/chromeos/webui/network_menu_ui.cc', |
| 738 'browser/chromeos/webui/network_menu_ui.h', | 740 'browser/chromeos/webui/network_menu_ui.h', |
| 739 'browser/chromeos/webui/proxy_handler.cc', | 741 'browser/chromeos/webui/proxy_handler.cc', |
| 740 'browser/chromeos/webui/proxy_handler.h', | 742 'browser/chromeos/webui/proxy_handler.h', |
| (...skipping 2689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3430 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], | 3432 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'
], |
| 3431 ['exclude', '^browser/ui/touch/*'], | 3433 ['exclude', '^browser/ui/touch/*'], |
| 3432 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], | 3434 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], |
| 3433 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], | 3435 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], |
| 3434 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], | 3436 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], |
| 3435 ], | 3437 ], |
| 3436 }], | 3438 }], |
| 3437 ['touchui==1', { | 3439 ['touchui==1', { |
| 3438 'sources/': [ | 3440 'sources/': [ |
| 3439 ['include', '^browser/ui/touch/*'], | 3441 ['include', '^browser/ui/touch/*'], |
| 3442 ['include', '^browser/chromeos/dom_ui/login/'], |
| 3440 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], | 3443 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f
actory_chromeos.cc'], |
| 3441 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 3444 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
| 3442 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 3445 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
| 3443 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 3446 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
| 3444 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 3447 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
| 3445 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], | 3448 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], |
| 3446 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], | 3449 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], |
| 3447 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], | 3450 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], |
| 3448 ], | 3451 ], |
| 3449 }], | 3452 }], |
| (...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4423 ], | 4426 ], |
| 4424 }, | 4427 }, |
| 4425 ], | 4428 ], |
| 4426 } | 4429 } |
| 4427 | 4430 |
| 4428 # Local Variables: | 4431 # Local Variables: |
| 4429 # tab-width:2 | 4432 # tab-width:2 |
| 4430 # indent-tabs-mode:nil | 4433 # indent-tabs-mode:nil |
| 4431 # End: | 4434 # End: |
| 4432 # vim: set expandtab tabstop=2 shiftwidth=2: | 4435 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |