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

Side by Side Diff: base/base.gyp

Issue 10974012: Move base Java utils to base/test/android/javatests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved util packaged to test subpackage. addded OWNERS Created 8 years, 3 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
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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'includes': [ '../build/java.gypi' ], 969 'includes': [ '../build/java.gypi' ],
970 }, 970 },
971 { 971 {
972 'target_name': 'base_java_test_support', 972 'target_name': 'base_java_test_support',
973 'type': 'none', 973 'type': 'none',
974 'dependencies': [ 974 'dependencies': [
975 'base_java', 975 'base_java',
976 ], 976 ],
977 'variables': { 977 'variables': {
978 'package_name': 'base_javatests', 978 'package_name': 'base_javatests',
979 'java_in_dir': '../base/android/javatests', 979 'java_in_dir': '../base/test/android/javatests',
980 }, 980 },
981 'includes': [ '../build/java.gypi' ], 981 'includes': [ '../build/java.gypi' ],
982 }, 982 },
983 ], 983 ],
984 }], 984 }],
985 ['OS == "win"', { 985 ['OS == "win"', {
986 'targets': [ 986 'targets': [
987 { 987 {
988 'target_name': 'debug_message', 988 'target_name': 'debug_message',
989 'type': 'executable', 989 'type': 'executable',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 '--result', '<@(_outputs)', 1052 '--result', '<@(_outputs)',
1053 '--isolate', 'base_unittests.isolate', 1053 '--isolate', 'base_unittests.isolate',
1054 ], 1054 ],
1055 }, 1055 },
1056 ], 1056 ],
1057 }, 1057 },
1058 ], 1058 ],
1059 }], 1059 }],
1060 ], 1060 ],
1061 } 1061 }
OLDNEW
« no previous file with comments | « base/android/javatests/src/org/chromium/base/test/UrlUtils.java ('k') | base/test/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698