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

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

Issue 2406923002: Move payment_request.mojom file to components/ (Closed)
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
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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//chrome/android/chrome_public_apk_tmpl.gni") 10 import("//chrome/android/chrome_public_apk_tmpl.gni")
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 141
142 android_library("chrome_java") { 142 android_library("chrome_java") {
143 deps = [ 143 deps = [
144 ":chrome_public_android_manifest", 144 ":chrome_public_android_manifest",
145 ":chrome_public_apk_template_resources", 145 ":chrome_public_apk_template_resources",
146 "//base:base_java", 146 "//base:base_java",
147 "//chrome/android/webapk/libs/client:client_java", 147 "//chrome/android/webapk/libs/client:client_java",
148 "//chrome/android/webapk/libs/common:common_java", 148 "//chrome/android/webapk/libs/common:common_java",
149 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 149 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
150 "//components/autofill/android:autofill_java", 150 "//components/autofill/android:autofill_java",
151 "//components/payments:payment_request_java",
151 "//components/safe_json/android:safe_json_java", 152 "//components/safe_json/android:safe_json_java",
152 "//components/spellcheck/browser/android:java", 153 "//components/spellcheck/browser/android:java",
153 "//components/variations/android:variations_java", 154 "//components/variations/android:variations_java",
154 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 155 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
155 "//components/web_restrictions:web_restrictions_java", 156 "//components/web_restrictions:web_restrictions_java",
156 "//content/public/android:content_java", 157 "//content/public/android:content_java",
157 "//device/geolocation:geolocation_java", 158 "//device/geolocation:geolocation_java",
158 "//media/base/android:media_java", 159 "//media/base/android:media_java",
159 "//media/capture/content/android:screen_capture_java", 160 "//media/capture/content/android:screen_capture_java",
160 "//media/capture/video/android:capture_java", 161 "//media/capture/video/android:capture_java",
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 instrumentation_test_apk("chrome_sync_shell_test_apk") { 734 instrumentation_test_apk("chrome_sync_shell_test_apk") {
734 apk_name = "ChromeSyncShellTest" 735 apk_name = "ChromeSyncShellTest"
735 apk_under_test = ":chrome_sync_shell_apk" 736 apk_under_test = ":chrome_sync_shell_apk"
736 android_manifest = chrome_sync_shell_test_apk_manifest 737 android_manifest = chrome_sync_shell_test_apk_manifest
737 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 738 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
738 deps = [ 739 deps = [
739 ":chrome_sync_shell_test_apk_java", 740 ":chrome_sync_shell_test_apk_java",
740 ] 741 ]
741 proguard_enabled = !is_java_debug 742 proguard_enabled = !is_java_debug
742 } 743 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698