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

Unified Diff: content/browser/BUILD.gn

Issue 2675163002: Add gpu_main_thread_factory.h to expose less of content's guts. (Closed)
Patch Set: Getter does not need exporting 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/gpu/gpu_main_thread_factory.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 1733495c9629b1e7e1bf05db634807b7297bd99b..4d43f9ae15af01114fdab24a073edccb7f7c7950 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -671,6 +671,8 @@ source_set("browser") {
"gpu/gpu_data_manager_impl_private.h",
"gpu/gpu_internals_ui.cc",
"gpu/gpu_internals_ui.h",
+ "gpu/gpu_main_thread_factory.cc",
+ "gpu/gpu_main_thread_factory.h",
"gpu/gpu_process_host.cc",
"gpu/gpu_process_host.h",
"gpu/gpu_process_host_ui_shim.cc",
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/gpu/gpu_main_thread_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698