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': '<(library)', | 9 'type': '<(library)', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 'browser/tab_contents/tab_contents_observer.h', | 132 'browser/tab_contents/tab_contents_observer.h', |
133 'browser/tab_contents/tab_contents_view.cc', | 133 'browser/tab_contents/tab_contents_view.cc', |
134 'browser/tab_contents/tab_contents_view.h', | 134 'browser/tab_contents/tab_contents_view.h', |
135 ], | 135 ], |
136 'conditions': [ | 136 'conditions': [ |
137 ['OS=="win"', { | 137 ['OS=="win"', { |
138 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', | 138 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', |
139 }], | 139 }], |
140 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 140 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
141 'dependencies': [ | 141 'dependencies': [ |
| 142 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 143 '../build/linux/system.gyp:fontconfig', |
142 '../build/linux/system.gyp:gtk', | 144 '../build/linux/system.gyp:gtk', |
143 ], | 145 ], |
144 }], | 146 }], |
145 ], | 147 ], |
146 }, | 148 }, |
147 ], | 149 ], |
148 } | 150 } |
OLD | NEW |