OLD | NEW |
---|---|
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
312 '../build/linux/system.gyp:glib', | 312 '../build/linux/system.gyp:glib', |
313 ], | 313 ], |
314 }], | 314 }], |
315 ['use_aura==1', { | 315 ['use_aura==1', { |
316 'dependencies': [ | 316 'dependencies': [ |
317 '../ui/aura/aura.gyp:aura_test_support', | 317 '../ui/aura/aura.gyp:aura_test_support', |
318 '../ui/resources/ui_resources.gyp:ui_test_pak', | 318 '../ui/resources/ui_resources.gyp:ui_test_pak', |
319 '../ui/wm/wm.gyp:wm', | 319 '../ui/wm/wm.gyp:wm', |
320 ], | 320 ], |
321 }], | 321 }], |
322 ['use_aura==1 or OS=="mac"', { | 322 ['use_aura==1 or OS=="mac"', { |
Nico
2014/07/03 19:49:04
Is this the same as OS!="android" and OS!="ios" be
| |
323 'sources': [ | |
324 'browser/compositor/no_transport_image_transport_factory.cc', | |
325 'browser/compositor/no_transport_image_transport_factory.h', | |
326 ], | |
323 'dependencies': [ | 327 'dependencies': [ |
324 '../ui/compositor/compositor.gyp:compositor', | 328 '../ui/compositor/compositor.gyp:compositor', |
325 ], | 329 ], |
326 }], | 330 }], |
327 ['OS=="win"', { | 331 ['OS=="win"', { |
328 'dependencies': [ | 332 'dependencies': [ |
329 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 333 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
330 ], | 334 ], |
331 }], | 335 }], |
332 ['OS!="android" and OS!="ios"', { | 336 ['OS!="android" and OS!="ios"', { |
(...skipping 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1839 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1836 }, | 1840 }, |
1837 ], | 1841 ], |
1838 }], | 1842 }], |
1839 ], | 1843 ], |
1840 }, | 1844 }, |
1841 ], | 1845 ], |
1842 }], | 1846 }], |
1843 ], | 1847 ], |
1844 } | 1848 } |
OLD | NEW |