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

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

Issue 1090153007: Fix chrome_shell_java deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | 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 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/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 import("//chrome/version.gni") 8 import("//chrome/version.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/icu/config.gni") 10 import("//third_party/icu/config.gni")
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 } 229 }
230 230
231 # GYP: N/A 231 # GYP: N/A
232 android_library("chrome_shell_java") { 232 android_library("chrome_shell_java") {
233 testonly = true 233 testonly = true
234 deps = [ 234 deps = [
235 ":chrome_shell_resources", 235 ":chrome_shell_resources",
236 ":chrome_java", 236 ":chrome_java",
237 "//base:base_java", 237 "//base:base_java",
238 "//content/public/android:content_java", 238 "//content/public/android:content_java",
239 "//components/dom_distiller/android:dom_distiller_content_java",
239 "//components/dom_distiller/android:dom_distiller_core_java", 240 "//components/dom_distiller/android:dom_distiller_core_java",
240 "//components/service_tab_launcher:service_tab_launcher_java", 241 "//components/service_tab_launcher:service_tab_launcher_java",
241 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 242 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
242 "//printing:printing_java", 243 "//printing:printing_java",
243 "//net/android:net_java", 244 "//net/android:net_java",
244 "//sync/android:sync_java", 245 "//sync/android:sync_java",
245 "//third_party/android_tools:android_support_v13_java", 246 "//third_party/android_tools:android_support_v13_java",
246 "//third_party/android_tools:android_support_v7_appcompat_java", 247 "//third_party/android_tools:android_support_v7_appcompat_java",
247 "//ui/android:ui_java", 248 "//ui/android:ui_java",
248 ] 249 ]
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ] 538 ]
538 } 539 }
539 540
540 zip("chrome_version_srcjar") { 541 zip("chrome_version_srcjar") {
541 inputs = [ 542 inputs = [
542 chrome_version_java_file, 543 chrome_version_java_file,
543 ] 544 ]
544 output = "$target_gen_dir/$target_name.srcjar" 545 output = "$target_gen_dir/$target_name.srcjar"
545 base_dir = chrome_version_java_dir 546 base_dir = chrome_version_java_dir
546 } 547 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698