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': 'content_browser', | 8 'target_name': 'content_browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 ], | 595 ], |
596 }], | 596 }], |
597 ['touchui==1', { | 597 ['touchui==1', { |
598 'sources/': [ | 598 'sources/': [ |
599 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 599 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
601 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, | 601 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc']
, |
602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], | 602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
603 ], | 603 ], |
604 }], | 604 }], |
| 605 ['use_aura==1', { |
| 606 'sources/': [ |
| 607 ['exclude', '^browser/accessibility/browser_accessibility_manager_wi
n.cc'], |
| 608 ['exclude', '^browser/accessibility/browser_accessibility_manager_wi
n.h'], |
| 609 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'], |
| 610 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], |
| 611 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc']
, |
| 612 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], |
| 613 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
| 614 ], |
| 615 }], |
605 ], | 616 ], |
606 }, | 617 }, |
607 ], | 618 ], |
608 } | 619 } |
OLD | NEW |