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

Unified Diff: content/browser/BUILD.gn

Issue 888783002: Composite to cc::Display from ui::InProcessContextFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 736cd5b3a4b1d8799db804272794205ba87b8a7b..3e794f8750c4f8f60f8961b204e8429a12c8e0cc 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -390,12 +390,6 @@ source_set("browser") {
]
}
- if (use_aura || is_mac || is_android) {
- sources += rebase_path(
- content_browser_gypi_values.compositor_browser_surface_sources,
- ".",
- "//content")
- }
if (use_aura || is_mac) {
sources +=
rebase_path(content_browser_gypi_values.compositor_browser_sources,
« no previous file with comments | « cc/surfaces/surface_display_output_surface.cc ('k') | content/browser/compositor/gpu_process_transport_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698