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

Side by Side Diff: base/base.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed cjhopman's comments. Created 5 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
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 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 { 1551 {
1552 # GN: //base:base_unittests_apk 1552 # GN: //base:base_unittests_apk
1553 'target_name': 'base_unittests_apk', 1553 'target_name': 'base_unittests_apk',
1554 'type': 'none', 1554 'type': 'none',
1555 'dependencies': [ 1555 'dependencies': [
1556 'base_java', 1556 'base_java',
1557 'base_unittests', 1557 'base_unittests',
1558 ], 1558 ],
1559 'variables': { 1559 'variables': {
1560 'test_suite_name': 'base_unittests', 1560 'test_suite_name': 'base_unittests',
1561 'isolate_file': 'base_unittests.isolate',
1561 }, 1562 },
1562 'includes': [ '../build/apk_test.gypi' ], 1563 'includes': [ '../build/apk_test.gypi' ],
1563 }, 1564 },
1564 ], 1565 ],
1565 }], 1566 }],
1566 ['OS == "win"', { 1567 ['OS == "win"', {
1567 'targets': [ 1568 'targets': [
1568 { 1569 {
1569 'target_name': 'debug_message', 1570 'target_name': 'debug_message',
1570 'type': 'executable', 1571 'type': 'executable',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 'dependencies': [ 1621 'dependencies': [
1621 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1622 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1622 ], 1623 ],
1623 }], 1624 }],
1624 ], 1625 ],
1625 }, 1626 },
1626 ], 1627 ],
1627 }], 1628 }],
1628 ], 1629 ],
1629 } 1630 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | breakpad/BUILD.gn » ('j') | breakpad/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698