| OLD | NEW |
| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1400 ['OS == "android" and gtest_target_type == "shared_library"', { | 1400 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 1401 'targets': [ | 1401 'targets': [ |
| 1402 { | 1402 { |
| 1403 'target_name': 'base_perftests_apk', | 1403 'target_name': 'base_perftests_apk', |
| 1404 'type': 'none', | 1404 'type': 'none', |
| 1405 'dependencies': [ | 1405 'dependencies': [ |
| 1406 'base_perftests', | 1406 'base_perftests', |
| 1407 ], | 1407 ], |
| 1408 'variables': { | 1408 'variables': { |
| 1409 'test_suite_name': 'base_perftests', | 1409 'test_suite_name': 'base_perftests', |
| 1410 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_perf
tests<(SHARED_LIB_SUFFIX)', | |
| 1411 }, | 1410 }, |
| 1412 'includes': [ '../build/apk_test.gypi' ], | 1411 'includes': [ '../build/apk_test.gypi' ], |
| 1413 }, | 1412 }, |
| 1414 ], | 1413 ], |
| 1415 }], | 1414 }], |
| 1416 ['OS == "win"', { | 1415 ['OS == "win"', { |
| 1417 'targets': [ | 1416 'targets': [ |
| 1418 { | 1417 { |
| 1419 'target_name': 'debug_message', | 1418 'target_name': 'debug_message', |
| 1420 'type': 'executable', | 1419 'type': 'executable', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 1439 'targets': [ | 1438 'targets': [ |
| 1440 { | 1439 { |
| 1441 'target_name': 'base_unittests_apk', | 1440 'target_name': 'base_unittests_apk', |
| 1442 'type': 'none', | 1441 'type': 'none', |
| 1443 'dependencies': [ | 1442 'dependencies': [ |
| 1444 'base_java', | 1443 'base_java', |
| 1445 'base_unittests', | 1444 'base_unittests', |
| 1446 ], | 1445 ], |
| 1447 'variables': { | 1446 'variables': { |
| 1448 'test_suite_name': 'base_unittests', | 1447 'test_suite_name': 'base_unittests', |
| 1449 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | |
| 1450 }, | 1448 }, |
| 1451 'includes': [ '../build/apk_test.gypi' ], | 1449 'includes': [ '../build/apk_test.gypi' ], |
| 1452 }, | 1450 }, |
| 1453 ], | 1451 ], |
| 1454 }], | 1452 }], |
| 1455 ['test_isolation_mode != "noop"', { | 1453 ['test_isolation_mode != "noop"', { |
| 1456 'targets': [ | 1454 'targets': [ |
| 1457 { | 1455 { |
| 1458 'target_name': 'base_unittests_run', | 1456 'target_name': 'base_unittests_run', |
| 1459 'type': 'none', | 1457 'type': 'none', |
| 1460 'dependencies': [ | 1458 'dependencies': [ |
| 1461 'base_unittests', | 1459 'base_unittests', |
| 1462 ], | 1460 ], |
| 1463 'includes': [ | 1461 'includes': [ |
| 1464 '../build/isolate.gypi', | 1462 '../build/isolate.gypi', |
| 1465 'base_unittests.isolate', | 1463 'base_unittests.isolate', |
| 1466 ], | 1464 ], |
| 1467 'sources': [ | 1465 'sources': [ |
| 1468 'base_unittests.isolate', | 1466 'base_unittests.isolate', |
| 1469 ], | 1467 ], |
| 1470 }, | 1468 }, |
| 1471 ], | 1469 ], |
| 1472 }], | 1470 }], |
| 1473 ], | 1471 ], |
| 1474 } | 1472 } |
| OLD | NEW |