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

Unified Diff: ui/display/types/BUILD.gn

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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 | « ui/display/display.gyp ('k') | ui/display/util/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/BUILD.gn
diff --git a/ui/display/types/BUILD.gn b/ui/display/types/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..527bedf74869f9afd06063f30bd33e5f1bcb1c93
--- /dev/null
+++ b/ui/display/types/BUILD.gn
@@ -0,0 +1,27 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+component("types") {
+ output_name = "display_types"
+ sources = [
+ "chromeos/display_mode.cc",
+ "chromeos/display_mode.h",
+ "chromeos/display_snapshot.cc",
+ "chromeos/display_snapshot.h",
+ "chromeos/native_display_delegate.h",
+ "chromeos/native_display_observer.h",
+ "chromeos/touchscreen_device.cc",
+ "chromeos/touchscreen_device.h",
+ "chromeos/touchscreen_device_manager.h",
+ "display_constants.h",
+ "display_types_export.h",
+ ]
+
+ defines = [ "DISPLAY_TYPES_IMPLEMENTATION" ]
+
+ deps = [
+ "//base",
+ "//ui/gfx/geometry",
+ ]
+}
« no previous file with comments | « ui/display/display.gyp ('k') | ui/display/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698