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_common', | 8 'target_name': 'content_common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'dependencies': [ | 273 'dependencies': [ |
274 '../build/linux/system.gyp:gtk', | 274 '../build/linux/system.gyp:gtk', |
275 ], | 275 ], |
276 }], | 276 }], |
277 ['use_x11 == 1 and target_arch != "arm"', { | 277 ['use_x11 == 1 and target_arch != "arm"', { |
278 'sources': [ | 278 'sources': [ |
279 'common/gpu/x_util.cc', | 279 'common/gpu/x_util.cc', |
280 'common/gpu/x_util.h', | 280 'common/gpu/x_util.h', |
281 ], | 281 ], |
282 }], | 282 }], |
283 ['toolkit_views==1', { | |
284 'sources': [ | |
285 'common/native_web_keyboard_event_views.cc', | |
286 ], | |
287 }], | |
288 ['touchui==1', { | 283 ['touchui==1', { |
289 'sources': [ | 284 'sources': [ |
290 'common/gpu/image_transport_surface_linux.h', | 285 'common/gpu/image_transport_surface_linux.h', |
291 'common/gpu/image_transport_surface_linux.cc', | 286 'common/gpu/image_transport_surface_linux.cc', |
292 ], | 287 ], |
293 'include_dirs': [ | 288 'include_dirs': [ |
294 '<(DEPTH)/third_party/angle/include', | 289 '<(DEPTH)/third_party/angle/include', |
295 ], | 290 ], |
296 'link_settings': { | 291 'link_settings': { |
297 'libraries': [ | 292 'libraries': [ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 ], | 340 ], |
346 'sources': [ | 341 'sources': [ |
347 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 342 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
348 ], | 343 ], |
349 } | 344 } |
350 ], | 345 ], |
351 }, | 346 }, |
352 ], | 347 ], |
353 ], | 348 ], |
354 } | 349 } |
OLD | NEW |