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

Side by Side Diff: content/content_tests.gypi

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 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
« no previous file with comments | « content/content_common.gypi ('k') | gpu/blink/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 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 }], 1460 }],
1461 ], 1461 ],
1462 }, 1462 },
1463 { 1463 {
1464 'target_name': 'content_gl_tests', 1464 'target_name': 'content_gl_tests',
1465 'type': '<(gtest_target_type)', 1465 'type': '<(gtest_target_type)',
1466 'dependencies': [ 1466 'dependencies': [
1467 'content.gyp:content_common', 1467 'content.gyp:content_common',
1468 'test_support_content', 1468 'test_support_content',
1469 '../base/base.gyp:test_support_base', 1469 '../base/base.gyp:test_support_base',
1470 '../gpu/blink/gpu_blink.gyp:gpu_blink',
1470 '../gpu/gpu.gyp:command_buffer_common', 1471 '../gpu/gpu.gyp:command_buffer_common',
1471 '../testing/gtest.gyp:gtest', 1472 '../testing/gtest.gyp:gtest',
1472 '../third_party/WebKit/public/blink.gyp:blink', 1473 '../third_party/WebKit/public/blink.gyp:blink',
1473 '../ui/base/ui_base.gyp:ui_base', 1474 '../ui/base/ui_base.gyp:ui_base',
1474 '../ui/gfx/gfx.gyp:gfx', 1475 '../ui/gfx/gfx.gyp:gfx',
1475 '../ui/gfx/gfx.gyp:gfx_geometry', 1476 '../ui/gfx/gfx.gyp:gfx_geometry',
1476 '../ui/gfx/gfx.gyp:gfx_test_support', 1477 '../ui/gfx/gfx.gyp:gfx_test_support',
1477 '../ui/gl/gl.gyp:gl', 1478 '../ui/gl/gl.gyp:gl',
1478 '../v8/tools/gyp/v8.gyp:v8', 1479 '../v8/tools/gyp/v8.gyp:v8',
1479 ], 1480 ],
(...skipping 23 matching lines...) Expand all
1503 }], 1504 }],
1504 ], 1505 ],
1505 }, 1506 },
1506 { 1507 {
1507 'target_name': 'content_gl_benchmark', 1508 'target_name': 'content_gl_benchmark',
1508 'type': '<(gtest_target_type)', 1509 'type': '<(gtest_target_type)',
1509 'dependencies': [ 1510 'dependencies': [
1510 'content.gyp:content_common', 1511 'content.gyp:content_common',
1511 'test_support_content', 1512 'test_support_content',
1512 '../base/base.gyp:test_support_base', 1513 '../base/base.gyp:test_support_base',
1514 '../gpu/blink/gpu_blink.gyp:gpu_blink',
1513 '../testing/gtest.gyp:gtest', 1515 '../testing/gtest.gyp:gtest',
1514 '../third_party/WebKit/public/blink.gyp:blink', 1516 '../third_party/WebKit/public/blink.gyp:blink',
1515 '../ui/base/ui_base.gyp:ui_base', 1517 '../ui/base/ui_base.gyp:ui_base',
1516 '../ui/gfx/gfx.gyp:gfx', 1518 '../ui/gfx/gfx.gyp:gfx',
1517 '../ui/gfx/gfx.gyp:gfx_geometry', 1519 '../ui/gfx/gfx.gyp:gfx_geometry',
1518 '../ui/gl/gl.gyp:gl', 1520 '../ui/gl/gl.gyp:gl',
1521 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
1519 ], 1522 ],
1520 'include_dirs': [ 1523 'include_dirs': [
1521 '..', 1524 '..',
1522 ], 1525 ],
1523 'sources': [ 1526 'sources': [
1524 'common/gpu/client/gl_helper_benchmark.cc', 1527 'common/gpu/client/gl_helper_benchmark.cc',
1525 ], 1528 ],
1526 'conditions': [ 1529 'conditions': [
1527 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', { 1530 ['OS=="win" and component!="shared_library" and win_use_allocator_sh im==1', {
1528 'dependencies': [ 1531 'dependencies': [
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2075 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2073 }, 2076 },
2074 ], 2077 ],
2075 }], 2078 }],
2076 ], 2079 ],
2077 }, 2080 },
2078 ], 2081 ],
2079 }], 2082 }],
2080 ], 2083 ],
2081 } 2084 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | gpu/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698