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

Side by Side Diff: content/content_tests.gypi

Issue 8780001: aura: Make aura::TooltipClient completely static? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged with upstream Created 9 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
OLDNEW
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': '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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ['OS=="mac"', { 300 ['OS=="mac"', {
301 'dependencies': [ 301 'dependencies': [
302 'closure_blocks_leopard_compat', 302 'closure_blocks_leopard_compat',
303 ], 303 ],
304 }], 304 }],
305 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { 305 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', {
306 'dependencies': [ 306 'dependencies': [
307 '../sandbox/sandbox.gyp:sandbox', 307 '../sandbox/sandbox.gyp:sandbox',
308 ], 308 ],
309 }], 309 }],
310 ['use_aura == 1', {
311 'dependencies': [
312 '../ui/aura/aura.gyp:non_shell_test_support_aura',
313 ],
314 }],
310 ], 315 ],
311 }, 316 },
312 { 317 {
313 'target_name': 'content_browsertests', 318 'target_name': 'content_browsertests',
314 'type': 'executable', 319 'type': 'executable',
315 'defines!': ['CONTENT_IMPLEMENTATION'], 320 'defines!': ['CONTENT_IMPLEMENTATION'],
316 'dependencies': [ 321 'dependencies': [
317 'content_browser', 322 'content_browser',
318 'content_gpu', 323 'content_gpu',
319 'content_plugin', 324 'content_plugin',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 ], 410 ],
406 'sources': [ 411 'sources': [
407 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 412 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
408 ], 413 ],
409 } 414 }
410 ], 415 ],
411 }, 416 },
412 ], 417 ],
413 ], 418 ],
414 } 419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698