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

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

Issue 2626863006: [Chromecast] Add CastWebContents (Closed)
Patch Set: [Chromecast] Add CastWebContents Created 3 years, 10 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/browser/android/cast_content_window_android.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 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chromecast/chromecast.gni") 6 import("//chromecast/chromecast.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 21 matching lines...) Expand all
32 "cast_net_log.cc", 32 "cast_net_log.cc",
33 "cast_net_log.h", 33 "cast_net_log.h",
34 "cast_network_delegate.cc", 34 "cast_network_delegate.cc",
35 "cast_network_delegate.h", 35 "cast_network_delegate.h",
36 "cast_permission_manager.cc", 36 "cast_permission_manager.cc",
37 "cast_permission_manager.h", 37 "cast_permission_manager.h",
38 "cast_quota_permission_context.cc", 38 "cast_quota_permission_context.cc",
39 "cast_quota_permission_context.h", 39 "cast_quota_permission_context.h",
40 "cast_resource_dispatcher_host_delegate.cc", 40 "cast_resource_dispatcher_host_delegate.cc",
41 "cast_resource_dispatcher_host_delegate.h", 41 "cast_resource_dispatcher_host_delegate.h",
42 "cast_web_view.cc",
43 "cast_web_view.h",
42 "devtools/cast_devtools_manager_delegate.cc", 44 "devtools/cast_devtools_manager_delegate.cc",
43 "devtools/cast_devtools_manager_delegate.h", 45 "devtools/cast_devtools_manager_delegate.h",
44 "devtools/remote_debugging_server.cc", 46 "devtools/remote_debugging_server.cc",
45 "devtools/remote_debugging_server.h", 47 "devtools/remote_debugging_server.h",
46 "geolocation/cast_access_token_store.cc", 48 "geolocation/cast_access_token_store.cc",
47 "geolocation/cast_access_token_store.h", 49 "geolocation/cast_access_token_store.h",
48 "media/media_caps_impl.cc", 50 "media/media_caps_impl.cc",
49 "media/media_caps_impl.h", 51 "media/media_caps_impl.h",
50 "media/supported_codec_finder.cc", 52 "media/supported_codec_finder.cc",
51 "media/supported_codec_finder.h", 53 "media/supported_codec_finder.h",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va", 280 "android/apk/src/org/chromium/chromecast/shell/CastContentWindowAndroid.ja va",
279 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java", 281 "android/apk/src/org/chromium/chromecast/shell/CastCrashHandler.java",
280 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java", 282 "android/apk/src/org/chromium/chromecast/shell/CastMetricsHelper.java",
281 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java", 283 "android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java",
282 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a", 284 "android/apk/src/org/chromium/chromecast/shell/CastWebContentsActivity.jav a",
283 ] 285 ]
284 286
285 jni_package = "chromecast" 287 jni_package = "chromecast"
286 } 288 }
287 } 289 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/android/cast_content_window_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698