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

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: Fixed layering violation 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
« no previous file with comments | « base/android/javatests/src/org/chromium/base/test/UrlUtils.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'includes': [ '../build/java.gypi' ], 954 'includes': [ '../build/java.gypi' ],
955 }, 955 },
956 { 956 {
957 'target_name': 'base_java_test_support', 957 'target_name': 'base_java_test_support',
958 'type': 'none', 958 'type': 'none',
959 'dependencies': [ 959 'dependencies': [
960 'base_java', 960 'base_java',
961 ], 961 ],
962 'variables': { 962 'variables': {
963 'package_name': 'base_javatests', 963 'package_name': 'base_javatests',
964 'java_in_dir': '../base/android/javatests', 964 'java_in_dir': 'android/javatests',
965 }, 965 },
966 'includes': [ '../build/java.gypi' ], 966 'includes': [ '../build/java.gypi' ],
967 }, 967 },
968 ], 968 ],
969 }], 969 }],
970 ['OS == "win"', { 970 ['OS == "win"', {
971 'targets': [ 971 'targets': [
972 { 972 {
973 'target_name': 'debug_message', 973 'target_name': 'debug_message',
974 'type': 'executable', 974 'type': 'executable',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 '--result', '<@(_outputs)', 1037 '--result', '<@(_outputs)',
1038 '--isolate', 'base_unittests.isolate', 1038 '--isolate', 'base_unittests.isolate',
1039 ], 1039 ],
1040 }, 1040 },
1041 ], 1041 ],
1042 }, 1042 },
1043 ], 1043 ],
1044 }], 1044 }],
1045 ], 1045 ],
1046 } 1046 }
OLDNEW
« no previous file with comments | « base/android/javatests/src/org/chromium/base/test/UrlUtils.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698