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

Unified Diff: content/browser/BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/update_client/utils.cc ('k') | content/browser/android/content_view_core_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index cd5fdaac02cd6e4db2610c88e3d52bf189cd3a89..1130e4da18d0764b91c110c2d219ab3e8d2b0a70 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -808,10 +808,6 @@ source_set("browser") {
"media/android/media_throttler.h",
"media/android/media_web_contents_observer_android.cc",
"media/android/media_web_contents_observer_android.h",
- "media/android/provision_fetcher_impl.cc",
- "media/android/provision_fetcher_impl.h",
- "media/android/url_provision_fetcher.cc",
- "media/android/url_provision_fetcher.h",
"media/audible_metrics.cc",
"media/audible_metrics.h",
"media/audio_stream_monitor.cc",
@@ -878,6 +874,8 @@ source_set("browser") {
"media/session/media_session_service_impl.h",
"media/session/media_session_uma_helper.cc",
"media/session/media_session_uma_helper.h",
+ "media/url_provision_fetcher.cc",
+ "media/url_provision_fetcher.h",
"memory/memory_coordinator.cc",
"memory/memory_coordinator.h",
"memory/memory_coordinator_impl.cc",
@@ -1757,7 +1755,6 @@ source_set("browser") {
"//media",
"//media/capture/content/android",
"//media/capture/video/android",
- "//media/mojo/interfaces",
"//mojo/android:libsystem_java",
"//ui/android",
]
@@ -1789,6 +1786,10 @@ source_set("browser") {
]
}
+ if (enable_mojo_media) {
+ deps += [ "//media/mojo/interfaces" ]
+ }
+
if (use_aura) {
deps += [
"//services/ui/public/cpp",
« no previous file with comments | « components/update_client/utils.cc ('k') | content/browser/android/content_view_core_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698