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

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

Issue 2623023002: Remove //chrome as an embedder of blimp. (Closed)
Patch Set: One more rebase for good measure Created 3 years, 11 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("//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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 162 ]
163 } 163 }
164 164
165 android_library("chrome_java") { 165 android_library("chrome_java") {
166 deps = [ 166 deps = [
167 ":chrome_java_resources", 167 ":chrome_java_resources",
168 ":chrome_public_android_manifest", 168 ":chrome_public_android_manifest",
169 ":chrome_public_apk_template_resources", 169 ":chrome_public_apk_template_resources",
170 ":document_tab_model_info_proto_java", 170 ":document_tab_model_info_proto_java",
171 "//base:base_java", 171 "//base:base_java",
172 "//blimp/client/public:public_java",
173 "//chrome/android/webapk/libs/client:client_java", 172 "//chrome/android/webapk/libs/client:client_java",
174 "//chrome/android/webapk/libs/common:common_java", 173 "//chrome/android/webapk/libs/common:common_java",
175 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java", 174 "//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
176 "//components/autofill/android:autofill_java", 175 "//components/autofill/android:autofill_java",
177 "//components/bookmarks/common/android:bookmarks_java", 176 "//components/bookmarks/common/android:bookmarks_java",
178 "//components/dom_distiller/content/browser/android:dom_distiller_content_ja va", 177 "//components/dom_distiller/content/browser/android:dom_distiller_content_ja va",
179 "//components/dom_distiller/core/android:dom_distiller_core_java", 178 "//components/dom_distiller/core/android:dom_distiller_core_java",
180 "//components/gcm_driver/android:gcm_driver_java", 179 "//components/gcm_driver/android:gcm_driver_java",
181 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 180 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
182 "//components/invalidation/impl:java", 181 "//components/invalidation/impl:java",
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 apk_name = "ChromeSyncShellTest" 787 apk_name = "ChromeSyncShellTest"
789 apk_under_test = ":chrome_sync_shell_apk" 788 apk_under_test = ":chrome_sync_shell_apk"
790 android_manifest = chrome_sync_shell_test_apk_manifest 789 android_manifest = chrome_sync_shell_test_apk_manifest
791 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 790 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
792 deps = [ 791 deps = [
793 ":chrome_sync_shell_test_apk_java", 792 ":chrome_sync_shell_test_apk_java",
794 "//third_party/android_support_test_runner:runner_java", 793 "//third_party/android_support_test_runner:runner_java",
795 ] 794 ]
796 proguard_enabled = !is_java_debug 795 proguard_enabled = !is_java_debug
797 } 796 }
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