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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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 | « content/common/BUILD.gn ('k') | content/public/app/BUILD.gn » ('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 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",
11 [ "../../content_jni.gypi" ]) 11 [ "../../content_jni.gypi" ])
12 12
13 android_aidl("common_aidl") { 13 android_aidl("common_aidl") {
14 interface_file = "java/src/org/chromium/content/common/common.aidl" 14 interface_file = "java/src/org/chromium/content/common/common.aidl"
15 import_include = "java/src" 15 import_include = "java/src"
16 sources = [ 16 sources = [
17 "java/src/org/chromium/content/common/IChildProcessCallback.aidl", 17 "java/src/org/chromium/content/common/IChildProcessCallback.aidl",
18 "java/src/org/chromium/content/common/IChildProcessService.aidl", 18 "java/src/org/chromium/content/common/IChildProcessService.aidl",
19 ] 19 ]
20 } 20 }
21 21
(...skipping 11 matching lines...) Expand all
33 ":content_java_resources", 33 ":content_java_resources",
34 "//base:base_java", 34 "//base:base_java",
35 "//media/base/android:media_java", 35 "//media/base/android:media_java",
36 "//mojo/android:system_java", 36 "//mojo/android:system_java",
37 "//mojo/public/java:bindings", 37 "//mojo/public/java:bindings",
38 "//mojo/public/java:system", 38 "//mojo/public/java:system",
39 "//net/android:net_java", 39 "//net/android:net_java",
40 "//ui/android:ui_java", 40 "//ui/android:ui_java",
41 "//third_party/jsr-305:jsr_305_javalib", 41 "//third_party/jsr-305:jsr_305_javalib",
42 42
43 #"//content:content_common", 43 #"//content:content_common",
44 ] 44 ]
45 45
46 srcjar_deps = [ 46 srcjar_deps = [
47 ":common_aidl", 47 ":common_aidl",
48 ":content_public_android_java_enums_srcjar", 48 ":content_public_android_java_enums_srcjar",
49 ] 49 ]
50 50
51 DEPRECATED_java_in_dir = "java/src" 51 DEPRECATED_java_in_dir = "java/src"
52 if (!is_android_webview_build) { 52 if (!is_android_webview_build) {
53 deps += [ 53 deps += [ "//third_party/eyesfree:eyesfree_java" ]
54 "//third_party/eyesfree:eyesfree_java",
55 ]
56 } 54 }
57 } 55 }
58 56
59 java_strings_grd("content_strings_grd") { 57 java_strings_grd("content_strings_grd") {
60 grd_file = "java/strings/android_content_strings.grd" 58 grd_file = "java/strings/android_content_strings.grd"
61 outputs = [ 59 outputs = [
62 "values-am/android_content_strings.xml", 60 "values-am/android_content_strings.xml",
63 "values-ar/android_content_strings.xml", 61 "values-ar/android_content_strings.xml",
64 "values-bg/android_content_strings.xml", 62 "values-bg/android_content_strings.xml",
65 "values-ca/android_content_strings.xml", 63 "values-ca/android_content_strings.xml",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "//mojo/public/java:bindings", 164 "//mojo/public/java:bindings",
167 "//mojo/public/java:system", 165 "//mojo/public/java:system",
168 "//net/android:net_java", 166 "//net/android:net_java",
169 "//net/android:net_java_test_support", 167 "//net/android:net_java_test_support",
170 "//ui/android:ui_java", 168 "//ui/android:ui_java",
171 ":content_java", 169 ":content_java",
172 ] 170 ]
173 171
174 DEPRECATED_java_in_dir = "javatests/src" 172 DEPRECATED_java_in_dir = "javatests/src"
175 } 173 }
176
177
178 # TODO(GYP): content_icudata 174 # TODO(GYP): content_icudata
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698