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

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

Issue 1032273004: Revert 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 deps = [ 79 deps = [
80 ":chrome_java_resources", 80 ":chrome_java_resources",
81 ":document_tab_model_info_proto_java", 81 ":document_tab_model_info_proto_java",
82 "//base:base_java", 82 "//base:base_java",
83 "//net/android:net_java", 83 "//net/android:net_java",
84 "//components/bookmarks/common/android:bookmarks_java", 84 "//components/bookmarks/common/android:bookmarks_java",
85 "//components/dom_distiller/android:dom_distiller_core_java", 85 "//components/dom_distiller/android:dom_distiller_core_java",
86 "//components/gcm_driver/android:gcm_driver_java", 86 "//components/gcm_driver/android:gcm_driver_java",
87 "//components/invalidation:java", 87 "//components/invalidation:java",
88 "//components/navigation_interception/android:navigation_interception_java", 88 "//components/navigation_interception/android:navigation_interception_java",
89 "//components/precache/android:precache_java",
90 "//components/variations/android:variations_java", 89 "//components/variations/android:variations_java",
91 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 90 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
92 "//content/public/android:content_java", 91 "//content/public/android:content_java",
93 "//printing:printing_java", 92 "//printing:printing_java",
94 "//sync/android:sync_java", 93 "//sync/android:sync_java",
95 "//third_party/android_data_chart:android_data_chart_java", 94 "//third_party/android_data_chart:android_data_chart_java",
96 "//third_party/android_protobuf:protobuf_nano_javalib", 95 "//third_party/android_protobuf:protobuf_nano_javalib",
97 "//third_party/android_tools:android_support_v13_java", 96 "//third_party/android_tools:android_support_v13_java",
98 "//third_party/android_tools:android_support_v7_appcompat_java", 97 "//third_party/android_tools:android_support_v7_appcompat_java",
99 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 98 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 ] 501 ]
503 } 502 }
504 503
505 zip("chrome_version_srcjar") { 504 zip("chrome_version_srcjar") {
506 inputs = [ 505 inputs = [
507 chrome_version_java_file, 506 chrome_version_java_file,
508 ] 507 ]
509 output = "$target_gen_dir/$target_name.srcjar" 508 output = "$target_gen_dir/$target_name.srcjar"
510 base_dir = chrome_version_java_dir 509 base_dir = chrome_version_java_dir
511 } 510 }
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