Commit dcc61213 authored by Chih-Hsuan Kuo's avatar Chih-Hsuan Kuo Committed by Commit Bot

Add simple_browser target

Some internal code, e.g. unit tests, doesn't need to depend on the full
browser implementation. simple_browser could be useful for them.

Bug: internal b/159122768
Test: Build

Change-Id: I0d9033753cbacc610f98b888b19a3dbcfd2ef5ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241392
Auto-Submit: Chih-Hsuan Kuo <chkuo@google.com>
Commit-Queue: Chih-Hsuan Kuo <chkuo@google.com>
Reviewed-by: default avatarSean Topping <seantopping@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780154}
parent 4d2469fb
...@@ -619,6 +619,22 @@ if (is_android) { ...@@ -619,6 +619,22 @@ if (is_android) {
} }
} }
# Could be used in the internal build if the internal implementation won't be
# included, for example, some unit tests.
cast_source_set("simple_browser") {
sources = [
"cast_browser_main_parts_simple.cc",
"cast_content_browser_client_simple.cc",
"pref_service_helper_simple.cc",
]
deps = [
":browser",
":prefs",
"//chromecast/base:default_create_sys_info",
]
}
cast_source_set("web_contents_provider") { cast_source_set("web_contents_provider") {
sources = [ "webview/web_contents_provider.h" ] sources = [ "webview/web_contents_provider.h" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment