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

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

Issue 2352913002: Remove VIDEO_HOLE from chromecast (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | chromecast/android/DEPS » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 6
7 # These targets shall only be referenced on Android builds. 7 # These targets shall only be referenced on Android builds.
8 assert(is_android) 8 assert(is_android)
9 9
10 # This source_set should only contain headers for internal code. These must be 10 # This source_set should only contain headers for internal code. These must be
(...skipping 20 matching lines...) Expand all
31 "//base", 31 "//base",
32 "//chromecast:cast_shell_common", 32 "//chromecast:cast_shell_common",
33 "//chromecast/app", 33 "//chromecast/app",
34 "//chromecast/app:cast_crash_client", 34 "//chromecast/app:cast_crash_client",
35 "//chromecast/base", 35 "//chromecast/base",
36 "//chromecast/base:cast_sys_info", 36 "//chromecast/base:cast_sys_info",
37 "//chromecast/base:jni_headers", 37 "//chromecast/base:jni_headers",
38 "//chromecast/base/metrics", 38 "//chromecast/base/metrics",
39 "//chromecast/browser", 39 "//chromecast/browser",
40 "//chromecast/browser:jni_headers", 40 "//chromecast/browser:jni_headers",
41 "//components/external_video_surface",
42 "//content/public/app:both", 41 "//content/public/app:both",
43 "//content/public/browser", 42 "//content/public/browser",
44 "//skia", 43 "//skia",
45 ] 44 ]
46 45
47 if (chromecast_branding != "public") { 46 if (chromecast_branding != "public") {
48 deps += [ "//chromecast/internal:cast_shell_android_internal" ] 47 deps += [ "//chromecast/internal:cast_shell_android_internal" ]
49 } else { 48 } else {
50 sources += [ "platform_jni_loader_stub.cc" ] 49 sources += [ "platform_jni_loader_stub.cc" ]
51 } 50 }
52 } 51 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698