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

Side by Side Diff: content/content_tests.gypi

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months 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 | « content/content_shell.gypi ('k') | content/public/test/test_renderer_host.h » ('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) 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 }], 270 }],
271 ['use_glib == 1', { 271 ['use_glib == 1', {
272 'dependencies': [ 272 'dependencies': [
273 '../build/linux/system.gyp:glib', 273 '../build/linux/system.gyp:glib',
274 ], 274 ],
275 }], 275 }],
276 ['use_aura==1', { 276 ['use_aura==1', {
277 'dependencies': [ 277 'dependencies': [
278 '../ui/aura/aura.gyp:aura_test_support', 278 '../ui/aura/aura.gyp:aura_test_support',
279 '../ui/resources/ui_resources.gyp:ui_test_pak', 279 '../ui/resources/ui_resources.gyp:ui_test_pak',
280 '../ui/wm/wm.gyp:wm_test_support',
280 ], 281 ],
281 }], 282 }],
282 ['use_aura==1 or OS=="mac"', { 283 ['use_aura==1 or OS=="mac"', {
283 'dependencies': [ 284 'dependencies': [
284 '../ui/compositor/compositor.gyp:compositor', 285 '../ui/compositor/compositor.gyp:compositor',
285 ], 286 ],
286 }], 287 }],
287 ['OS=="win"', { 288 ['OS=="win"', {
288 'dependencies': [ 289 'dependencies': [
289 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 290 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1759 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1759 }, 1760 },
1760 ], 1761 ],
1761 }], 1762 }],
1762 ], 1763 ],
1763 }, 1764 },
1764 ], 1765 ],
1765 }], 1766 }],
1766 ], 1767 ],
1767 } 1768 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/test/test_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698