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

Unified Diff: mojo/services/public/cpp/surfaces/BUILD.gn

Issue 534843002: Convert view manager to surfaces with uploading shim in client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove overzealous shutdown check in cc/surfaces, add NON_EXPORTED_BASE for windows build, saturate… Created 6 years, 3 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 | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/services/public/cpp/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/surfaces/BUILD.gn
diff --git a/mojo/services/public/cpp/surfaces/BUILD.gn b/mojo/services/public/cpp/surfaces/BUILD.gn
index 4bec2e74fbce10a4589594f725db52323954fc84..3001e2e4cdb9c27343f5904784fecb00079f0b53 100644
--- a/mojo/services/public/cpp/surfaces/BUILD.gn
+++ b/mojo/services/public/cpp/surfaces/BUILD.gn
@@ -30,7 +30,9 @@ component("surfaces") {
sources = [
"lib/surfaces_type_converters.cc",
- "surfaces_type_converters.h",
+ "lib/surfaces_utils.cc",
"mojo_surfaces_export.h",
+ "surfaces_type_converters.h",
+ "surfaces_utils.h",
]
}
« no previous file with comments | « mojo/services/native_viewport/viewport_surface.cc ('k') | mojo/services/public/cpp/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698