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

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

Issue 2406923002: Move payment_request.mojom file to components/ (Closed)
Patch Set: Make tests compile and link 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/minidump_uploader:minidump_uploader_java", 151 "//components/minidump_uploader:minidump_uploader_java",
152 "//components/payments:payment_request_java",
152 "//components/safe_json/android:safe_json_java", 153 "//components/safe_json/android:safe_json_java",
153 "//components/spellcheck/browser/android:java", 154 "//components/spellcheck/browser/android:java",
154 "//components/variations/android:variations_java", 155 "//components/variations/android:variations_java",
155 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 156 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
156 "//components/web_restrictions:web_restrictions_java", 157 "//components/web_restrictions:web_restrictions_java",
157 "//content/public/android:content_java", 158 "//content/public/android:content_java",
158 "//device/geolocation:geolocation_java", 159 "//device/geolocation:geolocation_java",
159 "//media/base/android:media_java", 160 "//media/base/android:media_java",
160 "//media/capture/content/android:screen_capture_java", 161 "//media/capture/content/android:screen_capture_java",
161 "//media/capture/video/android:capture_java", 162 "//media/capture/video/android:capture_java",
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 instrumentation_test_apk("chrome_sync_shell_test_apk") { 742 instrumentation_test_apk("chrome_sync_shell_test_apk") {
742 apk_name = "ChromeSyncShellTest" 743 apk_name = "ChromeSyncShellTest"
743 apk_under_test = ":chrome_sync_shell_apk" 744 apk_under_test = ":chrome_sync_shell_apk"
744 android_manifest = chrome_sync_shell_test_apk_manifest 745 android_manifest = chrome_sync_shell_test_apk_manifest
745 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 746 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
746 deps = [ 747 deps = [
747 ":chrome_sync_shell_test_apk_java", 748 ":chrome_sync_shell_test_apk_java",
748 ] 749 ]
749 proguard_enabled = !is_java_debug 750 proguard_enabled = !is_java_debug
750 } 751 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698