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

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

Issue 2352913002: Remove VIDEO_HOLE from chromecast (Closed)
Patch Set: Created 4 years, 3 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 | « chromecast/browser/DEPS ('k') | chromecast/browser/cast_content_browser_client.h » ('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 21 matching lines...) Expand all
32 "$java_src_dir/org/chromium/chromecast/shell/CastShellActivity.java", 32 "$java_src_dir/org/chromium/chromecast/shell/CastShellActivity.java",
33 "$java_src_dir/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 33 "$java_src_dir/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
34 "$java_src_dir/org/chromium/chromecast/shell/CastWindowAndroid.java", 34 "$java_src_dir/org/chromium/chromecast/shell/CastWindowAndroid.java",
35 "$java_src_dir/org/chromium/chromecast/shell/CastWindowManager.java", 35 "$java_src_dir/org/chromium/chromecast/shell/CastWindowManager.java",
36 ] 36 ]
37 37
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",
43 "//content/public/android:content_java", 42 "//content/public/android:content_java",
44 "//media/base/android:media_java", 43 "//media/base/android:media_java",
45 "//net/android:net_java", 44 "//net/android:net_java",
46 45
47 # TODO(slan): We may need to pass this in as a parameter. 46 # TODO(slan): We may need to pass this in as a parameter.
48 "//third_party/android_tools:android_support_v4_java", 47 "//third_party/android_tools:android_support_v4_java",
49 "//ui/android:ui_java", 48 "//ui/android:ui_java",
50 ] 49 ]
51 } 50 }
OLDNEW
« no previous file with comments | « chromecast/browser/DEPS ('k') | chromecast/browser/cast_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698