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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 3730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3741 ], | 3741 ], |
3742 }], | 3742 }], |
3743 ['touchui==0', { | 3743 ['touchui==0', { |
3744 'sources/': [ | 3744 'sources/': [ |
3745 ['exclude', '^browser/chromeos/login/touch_*'], | 3745 ['exclude', '^browser/chromeos/login/touch_*'], |
3746 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], | 3746 ['exclude', '^browser/extensions/extension_input_ui_api.cc'], |
3747 ['exclude', '^browser/extensions/extension_input_ui_api.h'], | 3747 ['exclude', '^browser/extensions/extension_input_ui_api.h'], |
3748 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.cc'], | 3748 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.cc'], |
3749 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.h'], | 3749 ['exclude', '^browser/renderer_host/accelerated_surface_container_to
uch.h'], |
3750 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to
uch.cc'], | 3750 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to
uch.cc'], |
3751 ['exclude', '^browser/renderer_host/render_widget_host_view_views_to
uch.cc'], | |
3752 ['exclude', '^browser/ui/touch/*'], | 3751 ['exclude', '^browser/ui/touch/*'], |
3753 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], | 3752 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.cc'], |
3754 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], | 3753 ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_v
iews.h'], |
3755 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], | 3754 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.
*'], |
3756 ['exclude', '^browser/ui/webui/keyboard_ui.*'], | 3755 ['exclude', '^browser/ui/webui/keyboard_ui.*'], |
3757 ], | 3756 ], |
3758 }], | 3757 }], |
3759 ['touchui==1', { | 3758 ['touchui==1', { |
3760 'dependencies': [ | 3759 'dependencies': [ |
3761 '../ui/gfx/gl/gl.gyp:gl', | 3760 '../ui/gfx/gl/gl.gyp:gl', |
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4762 'hard_dependency': 1, | 4761 'hard_dependency': 1, |
4763 }, | 4762 }, |
4764 ], | 4763 ], |
4765 } | 4764 } |
4766 | 4765 |
4767 # Local Variables: | 4766 # Local Variables: |
4768 # tab-width:2 | 4767 # tab-width:2 |
4769 # indent-tabs-mode:nil | 4768 # indent-tabs-mode:nil |
4770 # End: | 4769 # End: |
4771 # vim: set expandtab tabstop=2 shiftwidth=2: | 4770 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |