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 3803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3814 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], | 3814 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], |
3815 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], | 3815 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], |
3816 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], | 3816 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], |
3817 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view
_gtk.*'], | 3817 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view
_gtk.*'], |
3818 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], | 3818 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], |
3819 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], | 3819 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], |
3820 ], | 3820 ], |
3821 'include_dirs': [ | 3821 'include_dirs': [ |
3822 '../third_party/angle/include', | 3822 '../third_party/angle/include', |
3823 ], | 3823 ], |
| 3824 'link_settings': { |
| 3825 'libraries': [ |
| 3826 '-lXcomposite', |
| 3827 ], |
| 3828 }, |
3824 }], | 3829 }], |
3825 ['webui_certificate_viewer==0', { | 3830 ['webui_certificate_viewer==0', { |
3826 'sources/': [ | 3831 'sources/': [ |
3827 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], | 3832 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], |
3828 ['exclude', '^browser/ui/webui/certificate_viewer.h'], | 3833 ['exclude', '^browser/ui/webui/certificate_viewer.h'], |
3829 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 3834 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
3830 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], | 3835 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
3831 ], | 3836 ], |
3832 }], | 3837 }], |
3833 ['webui_certificate_viewer==1', { | 3838 ['webui_certificate_viewer==1', { |
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4829 ], | 4834 ], |
4830 'export_dependent_settings': [ | 4835 'export_dependent_settings': [ |
4831 'in_memory_url_index_cache_proto', | 4836 'in_memory_url_index_cache_proto', |
4832 ], | 4837 ], |
4833 # This target exports a hard dependency because it includes generated | 4838 # This target exports a hard dependency because it includes generated |
4834 # header files. | 4839 # header files. |
4835 'hard_dependency': 1, | 4840 'hard_dependency': 1, |
4836 }, | 4841 }, |
4837 ], | 4842 ], |
4838 } | 4843 } |
OLD | NEW |