Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: content/content_tests.gypi

Issue 11428130: Rename test_support_ash and test_support_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698