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

Side by Side Diff: content/public/android/BUILD.gn

Issue 701823002: Separate out Touch Selection Orientation enum (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
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 7
8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py", 8 content_jni_gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../../content_jni.gypi") ], 9 [ rebase_path("../../content_jni.gypi") ],
10 "scope", 10 "scope",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//third_party/jsr-305:jsr_305_javalib", 43 "//third_party/jsr-305:jsr_305_javalib",
44 "//third_party/WebKit/public:blink_headers_java", 44 "//third_party/WebKit/public:blink_headers_java",
45 45
46 #"//content:content_common", 46 #"//content:content_common",
47 ] 47 ]
48 48
49 srcjar_deps = [ 49 srcjar_deps = [
50 ":common_aidl", 50 ":common_aidl",
51 ":content_public_android_java_enums_srcjar", 51 ":content_public_android_java_enums_srcjar",
52 "//ui/touch_selection:ui_touch_selection_enums_srcjar", 52 "//ui/touch_selection:ui_touch_selection_enums_srcjar",
53 "//ui/touch_selection:ui_touch_handle_orientation_srcjar",
53 ] 54 ]
54 55
55 DEPRECATED_java_in_dir = "java/src" 56 DEPRECATED_java_in_dir = "java/src"
56 } 57 }
57 58
58 java_strings_grd("content_strings_grd") { 59 java_strings_grd("content_strings_grd") {
59 grd_file = "java/strings/android_content_strings.grd" 60 grd_file = "java/strings/android_content_strings.grd"
60 outputs = [ 61 outputs = [
61 "values-am/android_content_strings.xml", 62 "values-am/android_content_strings.xml",
62 "values-ar/android_content_strings.xml", 63 "values-ar/android_content_strings.xml",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interface s_java", 170 "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interface s_java",
170 "//third_party/mojo/src/mojo/public/java:bindings", 171 "//third_party/mojo/src/mojo/public/java:bindings",
171 "//third_party/mojo/src/mojo/public/java:system", 172 "//third_party/mojo/src/mojo/public/java:system",
172 "//ui/android:ui_java", 173 "//ui/android:ui_java",
173 ":content_java", 174 ":content_java",
174 ] 175 ]
175 176
176 DEPRECATED_java_in_dir = "javatests/src" 177 DEPRECATED_java_in_dir = "javatests/src"
177 } 178 }
178 # TODO(GYP): content_icudata 179 # TODO(GYP): content_icudata
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/public/android/java/src/org/chromium/content/browser/input/PopupTouchHandleDrawable.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698