OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 '../build/linux/system.gyp:gtk', | 204 '../build/linux/system.gyp:gtk', |
205 ], | 205 ], |
206 }], | 206 }], |
207 ['use_glib == 1', { | 207 ['use_glib == 1', { |
208 'dependencies': [ | 208 'dependencies': [ |
209 '../build/linux/system.gyp:glib', | 209 '../build/linux/system.gyp:glib', |
210 ], | 210 ], |
211 }], | 211 }], |
212 ['use_aura==1', { | 212 ['use_aura==1', { |
213 'dependencies': [ | 213 'dependencies': [ |
214 '../ui/aura/aura.gyp:test_support_aura', | 214 '../ui/aura/aura.gyp:aura_test_support', |
215 '../ui/compositor/compositor.gyp:compositor', | 215 '../ui/compositor/compositor.gyp:compositor', |
216 ], | 216 ], |
217 }], | 217 }], |
218 ['OS=="win"', { | 218 ['OS=="win"', { |
219 'dependencies': [ | 219 'dependencies': [ |
220 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 220 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
221 ], | 221 ], |
222 }], | 222 }], |
223 ['OS!="android" and OS!="ios"', { | 223 ['OS!="android" and OS!="ios"', { |
224 'dependencies': [ | 224 'dependencies': [ |
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 'resource_dir': '../res', | 937 'resource_dir': '../res', |
938 'additional_src_dirs': ['../content/public/android/javatests/'], | 938 'additional_src_dirs': ['../content/public/android/javatests/'], |
939 'is_test_apk': 1, | 939 'is_test_apk': 1, |
940 }, | 940 }, |
941 'includes': [ '../build/java_apk.gypi' ], | 941 'includes': [ '../build/java_apk.gypi' ], |
942 }, | 942 }, |
943 ], | 943 ], |
944 }], | 944 }], |
945 ], | 945 ], |
946 } | 946 } |
OLD | NEW |