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 3820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3831 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], | 3831 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f
actory_gtk.cc'], |
3832 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], | 3832 ['exclude', '^browser/ui/views/handle_web_keyboard_event_gtk.cc'], |
3833 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], | 3833 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.
*'], |
3834 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view
_gtk.*'], | 3834 ['exclude', '^browser/ui/views/tab_contents/native_tab_contents_view
_gtk.*'], |
3835 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], | 3835 ['exclude', '^browser/chromeos/input_method/candidate_window.cc'], |
3836 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], | 3836 ['exclude', '^browser/chromeos/input_method/candidate_window.h'], |
3837 ], | 3837 ], |
3838 'include_dirs': [ | 3838 'include_dirs': [ |
3839 '../third_party/angle/include', | 3839 '../third_party/angle/include', |
3840 ], | 3840 ], |
| 3841 'link_settings': { |
| 3842 'libraries': [ |
| 3843 '-lXcomposite', |
| 3844 ], |
| 3845 }, |
3841 }], | 3846 }], |
3842 ['webui_certificate_viewer==0', { | 3847 ['webui_certificate_viewer==0', { |
3843 'sources/': [ | 3848 'sources/': [ |
3844 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], | 3849 ['exclude', '^browser/ui/webui/certificate_viewer.cc'], |
3845 ['exclude', '^browser/ui/webui/certificate_viewer.h'], | 3850 ['exclude', '^browser/ui/webui/certificate_viewer.h'], |
3846 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 3851 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
3847 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], | 3852 ['exclude', '^browser/ui/webui/certificate_viewer_ui.h'], |
3848 ], | 3853 ], |
3849 }], | 3854 }], |
3850 ['webui_certificate_viewer==1', { | 3855 ['webui_certificate_viewer==1', { |
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4846 ], | 4851 ], |
4847 'export_dependent_settings': [ | 4852 'export_dependent_settings': [ |
4848 'in_memory_url_index_cache_proto', | 4853 'in_memory_url_index_cache_proto', |
4849 ], | 4854 ], |
4850 # This target exports a hard dependency because it includes generated | 4855 # This target exports a hard dependency because it includes generated |
4851 # header files. | 4856 # header files. |
4852 'hard_dependency': 1, | 4857 'hard_dependency': 1, |
4853 }, | 4858 }, |
4854 ], | 4859 ], |
4855 } | 4860 } |
OLD | NEW |