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

Side by Side Diff: chromecast/browser/android/BUILD.gn

Issue 2156453002: Add AAR support to Chrome and convert support libraries to using AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change in 3p/android_async_task/README.chromium Created 4 years, 5 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 | « chrome/test/android/BUILD.gn ('k') | components/cronet/android/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 assert(is_android) 7 assert(is_android)
8 8
9 # GYP target: chromecast.gyp:cast_shell_manifest 9 # GYP target: chromecast.gyp:cast_shell_manifest
10 jinja_template("cast_shell_manifest") { 10 jinja_template("cast_shell_manifest") {
(...skipping 27 matching lines...) Expand all
38 deps = [ 38 deps = [
39 ":cast_shell_android_resources", 39 ":cast_shell_android_resources",
40 "//base:base_java", 40 "//base:base_java",
41 "//chromecast/base:base_java", 41 "//chromecast/base:base_java",
42 "//components/external_video_surface:java", 42 "//components/external_video_surface:java",
43 "//content/public/android:content_java", 43 "//content/public/android:content_java",
44 "//media/base/android:media_java", 44 "//media/base/android:media_java",
45 "//net/android:net_java", 45 "//net/android:net_java",
46 46
47 # TODO(slan): We may need to pass this in as a parameter. 47 # TODO(slan): We may need to pass this in as a parameter.
48 "//third_party/android_tools:android_support_v13_java", 48 "//third_party/android_tools:android_support_v4_java",
49 "//ui/android:ui_java", 49 "//ui/android:ui_java",
50 ] 50 ]
51 } 51 }
OLDNEW
« no previous file with comments | « chrome/test/android/BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698