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

Side by Side Diff: content/content_tests.gypi

Issue 729523005: [Ozone] Fix SoftwareOutputDevice tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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
« no previous file with comments | « content/browser/compositor/software_output_device_ozone_unittest.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ['use_aura==1', { 324 ['use_aura==1', {
325 'dependencies': [ 325 'dependencies': [
326 '../ui/aura/aura.gyp:aura_test_support', 326 '../ui/aura/aura.gyp:aura_test_support',
327 '../ui/resources/ui_resources.gyp:ui_test_pak', 327 '../ui/resources/ui_resources.gyp:ui_test_pak',
328 '../ui/wm/wm.gyp:wm', 328 '../ui/wm/wm.gyp:wm',
329 ], 329 ],
330 }], 330 }],
331 ['use_ozone==1', { 331 ['use_ozone==1', {
332 'dependencies': [ 332 'dependencies': [
333 '../ui/ozone/ozone.gyp:ozone', 333 '../ui/ozone/ozone.gyp:ozone',
334 '../ui/platform_window/platform_window.gyp:platform_window',
334 ], 335 ],
335 }], 336 }],
336 ['OS=="win"', { 337 ['OS=="win"', {
337 'dependencies': [ 338 'dependencies': [
338 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 339 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
339 ], 340 ],
340 }], 341 }],
341 ['OS!="android" and OS!="ios"', { 342 ['OS!="android" and OS!="ios"', {
342 'sources': [ 343 'sources': [
343 'browser/compositor/test/no_transport_image_transport_factory.cc', 344 'browser/compositor/test/no_transport_image_transport_factory.cc',
(...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2030 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2030 }, 2031 },
2031 ], 2032 ],
2032 }], 2033 }],
2033 ], 2034 ],
2034 }, 2035 },
2035 ], 2036 ],
2036 }], 2037 }],
2037 ], 2038 ],
2038 } 2039 }
OLDNEW
« no previous file with comments | « content/browser/compositor/software_output_device_ozone_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698