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

Side by Side Diff: base/base.gyp

Issue 10911097: [Android] Upstream org.chromium.base.test.UrlUtils (partially) and device files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 'includes': [ '../build/java.gypi' ], 941 'includes': [ '../build/java.gypi' ],
942 }, 942 },
943 { 943 {
944 'target_name': 'base_java_test_support', 944 'target_name': 'base_java_test_support',
945 'type': 'none', 945 'type': 'none',
946 'dependencies': [ 946 'dependencies': [
947 'base_java', 947 'base_java',
948 ], 948 ],
949 'variables': { 949 'variables': {
950 'package_name': 'base_javatests', 950 'package_name': 'base_javatests',
951 'java_in_dir': '../base/android/javatests', 951 'java_in_dir': 'android/javatests',
mkosiba (inactive) 2012/09/05 16:07:13 do you need this change?
mnaganov (inactive) 2012/09/05 16:58:10 It is not required, just drive-by a cleanup.
952 }, 952 },
953 'includes': [ '../build/java.gypi' ], 953 'includes': [ '../build/java.gypi' ],
954 }, 954 },
955 ], 955 ],
956 }], 956 }],
957 ['OS == "win"', { 957 ['OS == "win"', {
958 'targets': [ 958 'targets': [
959 { 959 {
960 'target_name': 'debug_message', 960 'target_name': 'debug_message',
961 'type': 'executable', 961 'type': 'executable',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 '--result', '<@(_outputs)', 1024 '--result', '<@(_outputs)',
1025 '--isolate', 'base_unittests.isolate', 1025 '--isolate', 'base_unittests.isolate',
1026 ], 1026 ],
1027 }, 1027 },
1028 ], 1028 ],
1029 }, 1029 },
1030 ], 1030 ],
1031 }], 1031 }],
1032 ], 1032 ],
1033 } 1033 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698