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

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

Issue 2476683002: Rename //mojo/public:bindings -> mojo:bindings_java (Closed)
Patch Set: Created 4 years, 1 month 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 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//third_party/icu/config.gni") 8 import("//third_party/icu/config.gni")
9 9
10 generate_jni("content_shell_jni_headers") { 10 generate_jni("content_shell_jni_headers") {
(...skipping 29 matching lines...) Expand all
40 40
41 android_library("content_shell_java") { 41 android_library("content_shell_java") {
42 testonly = true 42 testonly = true
43 deps = [ 43 deps = [
44 ":content_shell_java_resources", 44 ":content_shell_java_resources",
45 "//base:base_java", 45 "//base:base_java",
46 "//content/public/android:content_java", 46 "//content/public/android:content_java",
47 "//device/geolocation:geolocation_java", 47 "//device/geolocation:geolocation_java",
48 "//media/base/android:media_java", 48 "//media/base/android:media_java",
49 "//media/capture/video/android:capture_java", 49 "//media/capture/video/android:capture_java",
50 "//mojo/public/java:system", 50 "//mojo/public/java:system_java",
51 "//net/android:net_java", 51 "//net/android:net_java",
52 "//ui/android:ui_java", 52 "//ui/android:ui_java",
53 ] 53 ]
54 java_files = [ 54 java_files = [
55 "java/src/org/chromium/content_shell/Shell.java", 55 "java/src/org/chromium/content_shell/Shell.java",
56 "java/src/org/chromium/content_shell/ShellLayoutTestUtils.java", 56 "java/src/org/chromium/content_shell/ShellLayoutTestUtils.java",
57 "java/src/org/chromium/content_shell/ShellManager.java", 57 "java/src/org/chromium/content_shell/ShellManager.java",
58 ] 58 ]
59 } 59 }
60 60
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 testonly = true 235 testonly = true
236 deps = [ 236 deps = [
237 ":content_shell_java", 237 ":content_shell_java",
238 "//base:base_java", 238 "//base:base_java",
239 "//content/public/android:content_java", 239 "//content/public/android:content_java",
240 "//testing/android/native_test:native_test_java", 240 "//testing/android/native_test:native_test_java",
241 "//ui/android:ui_java", 241 "//ui/android:ui_java",
242 ] 242 ]
243 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ] 243 java_files = [ "browsertests/src/org/chromium/content_shell/browsertests/Conte ntShellBrowserTestActivity.java" ]
244 } 244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698