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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2189893002: services/ui: Create a proper component for the client-lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « mash/login/BUILD.gn ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 001833b4fc759c60157e044507d3ae5d3242f353..3cbbdef1b6e8d39eb06cfc8558e41202ac408d1b 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
+component("cpp") {
sources = [
"bitmap_uploader.h",
"context_provider.h",
@@ -31,6 +31,7 @@ source_set("cpp") {
"property_type_converters.h",
"raster_thread_helper.h",
"scoped_window_ptr.h",
+ "ui_export.h",
"window.h",
"window_manager_delegate.cc",
"window_manager_delegate.h",
@@ -75,5 +76,8 @@ source_set("cpp") {
"//services/ui",
]
- defines = [ "GL_GLEXT_PROTOTYPES" ]
+ defines = [
+ "GL_GLEXT_PROTOTYPES",
+ "UI_IMPLEMENTATION",
+ ]
}
« no previous file with comments | « mash/login/BUILD.gn ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698