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

Side by Side Diff: base/base.gyp

Issue 1761383002: [Android] Restrict tests inheriting from DocumentModeTestBase to phones. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: newt question Created 4 years, 9 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
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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'base_java', 1544 'base_java',
1545 'base_java_test_support', 1545 'base_java_test_support',
1546 'base_junit_test_support', 1546 'base_junit_test_support',
1547 '../testing/android/junit/junit_test.gyp:junit_test_support', 1547 '../testing/android/junit/junit_test.gyp:junit_test_support',
1548 ], 1548 ],
1549 'variables': { 1549 'variables': {
1550 'main_class': 'org.chromium.testing.local.JunitTestMain', 1550 'main_class': 'org.chromium.testing.local.JunitTestMain',
1551 'src_paths': [ 1551 'src_paths': [
1552 '../base/android/junit/', 1552 '../base/android/junit/',
1553 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java', 1553 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java',
1554 '../base/test/android/junit/src/org/chromium/base/test/util/MinAnd roidSdkLevelSkipCheckTest.java',
1555 '../base/test/android/junit/src/org/chromium/base/test/util/Restri ctionSkipCheckTest.java',
1556 '../base/test/android/junit/src/org/chromium/base/test/util/SkipCh eckTest.java',
1554 ], 1557 ],
1555 'test_type': 'junit', 1558 'test_type': 'junit',
1556 'wrapper_script_name': 'helper/<(_target_name)', 1559 'wrapper_script_name': 'helper/<(_target_name)',
1557 }, 1560 },
1558 'includes': [ 1561 'includes': [
1559 '../build/android/test_runner.gypi', 1562 '../build/android/test_runner.gypi',
1560 '../build/host_jar.gypi', 1563 '../build/host_jar.gypi',
1561 ], 1564 ],
1562 }, 1565 },
1563 { 1566 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 '../build/isolate.gypi', 1687 '../build/isolate.gypi',
1685 ], 1688 ],
1686 'sources': [ 1689 'sources': [
1687 'base_unittests.isolate', 1690 'base_unittests.isolate',
1688 ], 1691 ],
1689 }, 1692 },
1690 ], 1693 ],
1691 }], 1694 }],
1692 ], 1695 ],
1693 } 1696 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698