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

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

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes Created 5 years, 10 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/res/color/float_label.xml » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 89 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
90 "//content/public/android:content_java", 90 "//content/public/android:content_java",
91 "//printing:printing_java", 91 "//printing:printing_java",
92 "//sync/android:sync_java", 92 "//sync/android:sync_java",
93 "//third_party/android_protobuf:protobuf_nano_javalib", 93 "//third_party/android_protobuf:protobuf_nano_javalib",
94 "//third_party/android_tools:android_support_v13_java", 94 "//third_party/android_tools:android_support_v13_java",
95 "//third_party/android_tools:android_support_v7_appcompat_java", 95 "//third_party/android_tools:android_support_v7_appcompat_java",
96 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 96 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
97 "//third_party/cacheinvalidation:cacheinvalidation_proto_java", 97 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
98 "//third_party/jsr-305:jsr_305_javalib", 98 "//third_party/jsr-305:jsr_305_javalib",
99 "//third_party/libaddressinput:android_addressinput_widget_java",
100 "//third_party/libaddressinput:android_addressinput_widget_resources",
101 "//ui/android:ui_java", 99 "//ui/android:ui_java",
102 "//ui/android:ui_java_resources", 100 "//ui/android:ui_java_resources",
103 ] 101 ]
104 102
105 srcjar_deps = [ 103 srcjar_deps = [
106 ":app_banner_metrics_ids_javagen", 104 ":app_banner_metrics_ids_javagen",
107 ":chrome_android_java_enums_srcjar", 105 ":chrome_android_java_enums_srcjar",
108 ":chrome_version_srcjar", 106 ":chrome_version_srcjar",
109 ":resource_id_javagen", 107 ":resource_id_javagen",
110 "//chrome:page_info_connection_type_javagen", 108 "//chrome:page_info_connection_type_javagen",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 ] 492 ]
495 } 493 }
496 494
497 zip("chrome_version_srcjar") { 495 zip("chrome_version_srcjar") {
498 inputs = [ 496 inputs = [
499 chrome_version_java_file, 497 chrome_version_java_file,
500 ] 498 ]
501 output = "$target_gen_dir/$target_name.srcjar" 499 output = "$target_gen_dir/$target_name.srcjar"
502 base_dir = chrome_version_java_dir 500 base_dir = chrome_version_java_dir
503 } 501 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/color/float_label.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698