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

Side by Side Diff: build/config/android/rules.gni

Issue 2488453002: [android] Remove pylib/{remote,uirobot}. (Closed)
Patch Set: Remove remote_device_dummy_apk from rules.gni. Created 4 years, 1 month 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
« no previous file with comments | « build/android/test_runner.pydeps ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Do not add any imports to non-//build directories here. 5 # Do not add any imports to non-//build directories here.
6 # Some projects (e.g. V8) do not have non-build directories DEPS'ed in. 6 # Some projects (e.g. V8) do not have non-build directories DEPS'ed in.
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/internal_rules.gni") 8 import("//build/config/android/internal_rules.gni")
9 import("//build/config/compiler/compiler.gni") 9 import("//build/config/compiler/compiler.gni")
10 import("//build/config/dcheck_always_on.gni") 10 import("//build/config/dcheck_always_on.gni")
(...skipping 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after
2430 2430
2431 if (!defined(use_default_launcher) || use_default_launcher) { 2431 if (!defined(use_default_launcher) || use_default_launcher) {
2432 deps += [ "//testing/android/native_test:native_test_java" ] 2432 deps += [ "//testing/android/native_test:native_test_java" ]
2433 } 2433 }
2434 shared_libraries = [ invoker.shared_library ] 2434 shared_libraries = [ invoker.shared_library ]
2435 deps += [ 2435 deps += [
2436 "//base:base_java", 2436 "//base:base_java",
2437 "//testing/android/appurify_support:appurify_support_java", 2437 "//testing/android/appurify_support:appurify_support_java",
2438 "//testing/android/reporter:reporter_java", 2438 "//testing/android/reporter:reporter_java",
2439 ] 2439 ]
2440 data_deps += [ 2440 data_deps += [ "//tools/android/md5sum" ]
2441 "//build/android/pylib/remote/device/dummy:remote_device_dummy_apk",
2442 "//tools/android/md5sum",
2443 ]
2444 if (host_os == "linux") { 2441 if (host_os == "linux") {
2445 data_deps += [ "//tools/android/forwarder2" ] 2442 data_deps += [ "//tools/android/forwarder2" ]
2446 } 2443 }
2447 } 2444 }
2448 } 2445 }
2449 2446
2450 # Generate .java files from .aidl files. 2447 # Generate .java files from .aidl files.
2451 # 2448 #
2452 # This target will store the .java files in a srcjar and should be included in 2449 # This target will store the .java files in a srcjar and should be included in
2453 # an android_library or android_apk's srcjar_deps. 2450 # an android_library or android_apk's srcjar_deps.
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
2759 # because in practice they seem to contain classes required to be in the 2756 # because in practice they seem to contain classes required to be in the
2760 # classpath. 2757 # classpath.
2761 deps += _subjar_targets 2758 deps += _subjar_targets
2762 } 2759 }
2763 if (defined(_res_target_name)) { 2760 if (defined(_res_target_name)) {
2764 deps += [ ":$_res_target_name" ] 2761 deps += [ ":$_res_target_name" ]
2765 } 2762 }
2766 } 2763 }
2767 } 2764 }
2768 } 2765 }
OLDNEW
« no previous file with comments | « build/android/test_runner.pydeps ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698