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

Unified Diff: ui/aura_extra/BUILD.gn

Issue 880703002: Move ImageWindowDelegate to ui/aura_extra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated a comment 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
« no previous file with comments | « content/content_tests.gypi ('k') | ui/aura_extra/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_extra/BUILD.gn
diff --git a/ui/aura_extra/BUILD.gn b/ui/aura_extra/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..d82d54771d9df68164cec9bf3c93d1a9e8f9171c
--- /dev/null
+++ b/ui/aura_extra/BUILD.gn
@@ -0,0 +1,24 @@
+# Copyright 2015 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.
+
+import("//build/config/ui.gni")
+
+component("aura_extra") {
+ sources = [
+ "aura_extra_export.h",
+ "image_window_delegate.cc",
+ "image_window_delegate.h",
+ ]
+
+ defines = [ "AURA_EXTRA_IMPLEMENTATION" ]
+
+ deps = [
+ "//base",
+ "//ui/aura",
+ "//ui/base",
+ "//ui/events",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ ]
+}
« no previous file with comments | « content/content_tests.gypi ('k') | ui/aura_extra/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698