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

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: 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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 'base_java', 1543 'base_java',
1544 'base_java_test_support', 1544 'base_java_test_support',
1545 'base_junit_test_support', 1545 'base_junit_test_support',
1546 '../testing/android/junit/junit_test.gyp:junit_test_support', 1546 '../testing/android/junit/junit_test.gyp:junit_test_support',
1547 ], 1547 ],
1548 'variables': { 1548 'variables': {
1549 'main_class': 'org.chromium.testing.local.JunitTestMain', 1549 'main_class': 'org.chromium.testing.local.JunitTestMain',
1550 'src_paths': [ 1550 'src_paths': [
1551 '../base/android/junit/', 1551 '../base/android/junit/',
1552 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java', 1552 '../base/test/android/junit/src/org/chromium/base/test/util/Disabl eIfTest.java',
1553 '../base/test/android/junit/src/org/chromium/base/test/util/MinAnd roidSdkLevelSkipCheckTest.java',
1554 '../base/test/android/junit/src/org/chromium/base/test/util/Restri ctionSkipCheckTest.java',
1553 ], 1555 ],
1554 'test_type': 'junit', 1556 'test_type': 'junit',
1555 'wrapper_script_name': 'helper/<(_target_name)', 1557 'wrapper_script_name': 'helper/<(_target_name)',
1556 }, 1558 },
1557 'includes': [ 1559 'includes': [
1558 '../build/android/test_runner.gypi', 1560 '../build/android/test_runner.gypi',
1559 '../build/host_jar.gypi', 1561 '../build/host_jar.gypi',
1560 ], 1562 ],
1561 }, 1563 },
1562 { 1564 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 '../build/isolate.gypi', 1685 '../build/isolate.gypi',
1684 ], 1686 ],
1685 'sources': [ 1687 'sources': [
1686 'base_unittests.isolate', 1688 'base_unittests.isolate',
1687 ], 1689 ],
1688 }, 1690 },
1689 ], 1691 ],
1690 }], 1692 }],
1691 ], 1693 ],
1692 } 1694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698