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

Side by Side Diff: gpu/gpu.gyp

Issue 278443003: Android: cleanup gtest_target_type conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 7 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_tests.gypi ('k') | gpu/gpu_common.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'config/gpu_control_list_unittest.cc', 274 'config/gpu_control_list_unittest.cc',
275 'config/gpu_control_list_version_info_unittest.cc', 275 'config/gpu_control_list_version_info_unittest.cc',
276 'config/gpu_driver_bug_list_unittest.cc', 276 'config/gpu_driver_bug_list_unittest.cc',
277 'config/gpu_info_collector_unittest.cc', 277 'config/gpu_info_collector_unittest.cc',
278 'config/gpu_info_unittest.cc', 278 'config/gpu_info_unittest.cc',
279 'config/gpu_test_config_unittest.cc', 279 'config/gpu_test_config_unittest.cc',
280 'config/gpu_test_expectations_parser_unittest.cc', 280 'config/gpu_test_expectations_parser_unittest.cc',
281 'config/gpu_util_unittest.cc', 281 'config/gpu_util_unittest.cc',
282 ], 282 ],
283 'conditions': [ 283 'conditions': [
284 ['OS == "android" and gtest_target_type == "shared_library"', { 284 ['OS == "android"', {
285 'dependencies': [ 285 'dependencies': [
286 '../testing/android/native_test.gyp:native_test_native_code', 286 '../testing/android/native_test.gyp:native_test_native_code',
287 ], 287 ],
288 }], 288 }],
289 # See http://crbug.com/162998#c4 for why this is needed. 289 # See http://crbug.com/162998#c4 for why this is needed.
290 ['OS=="linux" and use_allocator!="none"', { 290 ['OS=="linux" and use_allocator!="none"', {
291 'dependencies': [ 291 'dependencies': [
292 '../base/allocator/allocator.gyp:allocator', 292 '../base/allocator/allocator.gyp:allocator',
293 ], 293 ],
294 }], 294 }],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'command_buffer/tests/gl_test_utils.h', 343 'command_buffer/tests/gl_test_utils.h',
344 'command_buffer/tests/gl_tests_main.cc', 344 'command_buffer/tests/gl_tests_main.cc',
345 'command_buffer/tests/gl_texture_mailbox_unittest.cc', 345 'command_buffer/tests/gl_texture_mailbox_unittest.cc',
346 'command_buffer/tests/gl_texture_storage_unittest.cc', 346 'command_buffer/tests/gl_texture_storage_unittest.cc',
347 'command_buffer/tests/gl_unittest.cc', 347 'command_buffer/tests/gl_unittest.cc',
348 'command_buffer/tests/gl_unittests_android.cc', 348 'command_buffer/tests/gl_unittests_android.cc',
349 'command_buffer/tests/gl_virtual_contexts_unittest.cc', 349 'command_buffer/tests/gl_virtual_contexts_unittest.cc',
350 'command_buffer/tests/occlusion_query_unittest.cc', 350 'command_buffer/tests/occlusion_query_unittest.cc',
351 ], 351 ],
352 'conditions': [ 352 'conditions': [
353 ['OS == "android" and gtest_target_type == "shared_library"', { 353 ['OS == "android"', {
354 'dependencies': [ 354 'dependencies': [
355 '../testing/android/native_test.gyp:native_test_native_code', 355 '../testing/android/native_test.gyp:native_test_native_code',
356 ], 356 ],
357 }], 357 }],
358 ['OS == "win"', { 358 ['OS == "win"', {
359 'dependencies': [ 359 'dependencies': [
360 '../third_party/angle/src/build_angle.gyp:libEGL', 360 '../third_party/angle/src/build_angle.gyp:libEGL',
361 '../third_party/angle/src/build_angle.gyp:libGLESv2', 361 '../third_party/angle/src/build_angle.gyp:libGLESv2',
362 ], 362 ],
363 }], 363 }],
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'GPU_IMPLEMENTATION', 584 'GPU_IMPLEMENTATION',
585 ], 585 ],
586 'configurations': { 586 'configurations': {
587 'Common_Base': { 587 'Common_Base': {
588 'msvs_target_platform': 'x64', 588 'msvs_target_platform': 'x64',
589 }, 589 },
590 }, 590 },
591 }, 591 },
592 ], 592 ],
593 }], 593 }],
594 ['OS == "android" and gtest_target_type == "shared_library"', { 594 ['OS == "android"', {
595 'targets': [ 595 'targets': [
596 { 596 {
597 'target_name': 'gl_tests_apk', 597 'target_name': 'gl_tests_apk',
598 'type': 'none', 598 'type': 'none',
599 'dependencies': [ 599 'dependencies': [
600 'gl_tests', 600 'gl_tests',
601 ], 601 ],
602 'variables': { 602 'variables': {
603 'test_suite_name': 'gl_tests', 603 'test_suite_name': 'gl_tests',
604 }, 604 },
605 'includes': [ 605 'includes': [
606 '../build/apk_test.gypi', 606 '../build/apk_test.gypi',
607 ], 607 ],
608 }, 608 },
609 ], 609 ],
610 }], 610 }],
611 ], 611 ],
612 } 612 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698