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

Side by Side Diff: chrome/android/BUILD.gn

Issue 2374213002: Revert of Move registration of Java mojo interfaces to the new InterfaceRegistrar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-content-interface-registry
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/android/java/DEPS » ('j') | 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//build_overrides/v8.gni") 8 import("//build_overrides/v8.gni")
9 import("//chrome/android/chrome_public_apk_tmpl.gni") 9 import("//chrome/android/chrome_public_apk_tmpl.gni")
10 import("//chrome/chrome_paks.gni") 10 import("//chrome/chrome_paks.gni")
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "//content/public/android:content_java", 207 "//content/public/android:content_java",
208 "//device/geolocation:geolocation_java", 208 "//device/geolocation:geolocation_java",
209 "//media/base/android:media_java", 209 "//media/base/android:media_java",
210 "//media/capture/content/android:screen_capture_java", 210 "//media/capture/content/android:screen_capture_java",
211 "//media/capture/video/android:capture_java", 211 "//media/capture/video/android:capture_java",
212 "//media/midi:midi_java", 212 "//media/midi:midi_java",
213 "//mojo/public/java:bindings", 213 "//mojo/public/java:bindings",
214 "//mojo/public/java:system", 214 "//mojo/public/java:system",
215 "//net/android:net_java", 215 "//net/android:net_java",
216 "//printing:printing_java", 216 "//printing:printing_java",
217 "//services/shell/public/interfaces:interfaces_java",
218 "//services/shell/public/java:shell_java",
219 "//third_party/WebKit/public:android_mojo_bindings_java", 217 "//third_party/WebKit/public:android_mojo_bindings_java",
220 "//third_party/WebKit/public:blink_headers_java", 218 "//third_party/WebKit/public:blink_headers_java",
221 "//third_party/android_data_chart:android_data_chart_java", 219 "//third_party/android_data_chart:android_data_chart_java",
222 "//third_party/android_media:android_media_java", 220 "//third_party/android_media:android_media_java",
223 "//third_party/android_protobuf:protobuf_nano_javalib", 221 "//third_party/android_protobuf:protobuf_nano_javalib",
224 "//third_party/android_swipe_refresh:android_swipe_refresh_java", 222 "//third_party/android_swipe_refresh:android_swipe_refresh_java",
225 "//third_party/android_tools:android_gcm_java", 223 "//third_party/android_tools:android_gcm_java",
226 "//third_party/android_tools:android_support_annotations_java", 224 "//third_party/android_tools:android_support_annotations_java",
227 "//third_party/android_tools:android_support_design_java", 225 "//third_party/android_tools:android_support_design_java",
228 "//third_party/android_tools:android_support_v13_java", 226 "//third_party/android_tools:android_support_v13_java",
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 instrumentation_test_apk("chrome_sync_shell_test_apk") { 771 instrumentation_test_apk("chrome_sync_shell_test_apk") {
774 apk_name = "ChromeSyncShellTest" 772 apk_name = "ChromeSyncShellTest"
775 apk_under_test = ":chrome_sync_shell_apk" 773 apk_under_test = ":chrome_sync_shell_apk"
776 android_manifest = chrome_sync_shell_test_apk_manifest 774 android_manifest = chrome_sync_shell_test_apk_manifest
777 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 775 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
778 deps = [ 776 deps = [
779 ":chrome_sync_shell_test_apk_java", 777 ":chrome_sync_shell_test_apk_java",
780 ] 778 ]
781 proguard_enabled = !is_java_debug 779 proguard_enabled = !is_java_debug
782 } 780 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698