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

Side by Side Diff: content/content_tests.gypi

Issue 1895443004: Pull YUV Readback tests out of gl_helper_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Cleanup Created 4 years, 8 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
« no previous file with comments | « content/browser/compositor/yuv_readback_unittest.cc ('k') | content/test/BUILD.gn » ('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 '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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 '../ui/gfx/gfx.gyp:gfx_test_support', 1530 '../ui/gfx/gfx.gyp:gfx_test_support',
1531 '../ui/gl/gl.gyp:gl', 1531 '../ui/gl/gl.gyp:gl',
1532 '../ui/gl/gl.gyp:gl_test_support', 1532 '../ui/gl/gl.gyp:gl_test_support',
1533 '../v8/tools/gyp/v8.gyp:v8', 1533 '../v8/tools/gyp/v8.gyp:v8',
1534 ], 1534 ],
1535 'include_dirs': [ 1535 'include_dirs': [
1536 '..', 1536 '..',
1537 ], 1537 ],
1538 'sources': [ 1538 'sources': [
1539 'browser/compositor/gl_helper_unittest.cc', 1539 'browser/compositor/gl_helper_unittest.cc',
1540 'browser/compositor/yuv_readback_unittest.cc',
1540 'common/gpu/client/gpu_context_tests.h', 1541 'common/gpu/client/gpu_context_tests.h',
1541 'common/gpu/client/gpu_in_process_context_tests.cc', 1542 'common/gpu/client/gpu_in_process_context_tests.cc',
1542 'test/run_all_gl_tests.cc', 1543 'test/run_all_gl_tests.cc',
1543 ], 1544 ],
1544 'conditions': [ 1545 'conditions': [
1545 ['OS=="android"', { 1546 ['OS=="android"', {
1546 'dependencies': [ 1547 'dependencies': [
1547 '../testing/android/native_test.gyp:native_test_native_code', 1548 '../testing/android/native_test.gyp:native_test_native_code',
1548 ], 1549 ],
1549 }, { 1550 }, {
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
2199 'content_unittests_apk.isolate', 2200 'content_unittests_apk.isolate',
2200 ], 2201 ],
2201 }, 2202 },
2202 ], 2203 ],
2203 }, 2204 },
2204 ], 2205 ],
2205 ], 2206 ],
2206 }], 2207 }],
2207 ], 2208 ],
2208 } 2209 }
OLDNEW
« no previous file with comments | « content/browser/compositor/yuv_readback_unittest.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698