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

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

Issue 1036363002: Reland of "precache: Move the java files into //components/precache/android" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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/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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 deps = [ 80 deps = [
81 ":chrome_java_resources", 81 ":chrome_java_resources",
82 ":document_tab_model_info_proto_java", 82 ":document_tab_model_info_proto_java",
83 "//base:base_java", 83 "//base:base_java",
84 "//net/android:net_java", 84 "//net/android:net_java",
85 "//components/bookmarks/common/android:bookmarks_java", 85 "//components/bookmarks/common/android:bookmarks_java",
86 "//components/dom_distiller/android:dom_distiller_core_java", 86 "//components/dom_distiller/android:dom_distiller_core_java",
87 "//components/gcm_driver/android:gcm_driver_java", 87 "//components/gcm_driver/android:gcm_driver_java",
88 "//components/invalidation:java", 88 "//components/invalidation:java",
89 "//components/navigation_interception/android:navigation_interception_java", 89 "//components/navigation_interception/android:navigation_interception_java",
90 "//components/precache/android:precache_java",
90 "//components/variations/android:variations_java", 91 "//components/variations/android:variations_java",
91 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 92 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
92 "//content/public/android:content_java", 93 "//content/public/android:content_java",
93 "//printing:printing_java", 94 "//printing:printing_java",
94 "//sync/android:sync_java", 95 "//sync/android:sync_java",
95 "//third_party/android_data_chart:android_data_chart_java", 96 "//third_party/android_data_chart:android_data_chart_java",
96 "//third_party/android_media:android_media_java", 97 "//third_party/android_media:android_media_java",
97 "//third_party/android_protobuf:protobuf_nano_javalib", 98 "//third_party/android_protobuf:protobuf_nano_javalib",
98 "//third_party/android_tools:android_support_v13_java", 99 "//third_party/android_tools:android_support_v13_java",
99 "//third_party/android_tools:android_support_v7_appcompat_java", 100 "//third_party/android_tools:android_support_v7_appcompat_java",
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 ] 519 ]
519 } 520 }
520 521
521 zip("chrome_version_srcjar") { 522 zip("chrome_version_srcjar") {
522 inputs = [ 523 inputs = [
523 chrome_version_java_file, 524 chrome_version_java_file,
524 ] 525 ]
525 output = "$target_gen_dir/$target_name.srcjar" 526 output = "$target_gen_dir/$target_name.srcjar"
526 base_dir = chrome_version_java_dir 527 base_dir = chrome_version_java_dir
527 } 528 }
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