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

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: Moved to ui/aura_extra 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: 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..b5ae3872671bd387339fcecf304bb4308721f1ae
--- /dev/null
+++ b/ui/aura_extra/BUILD.gn
@@ -0,0 +1,24 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
sadrul 2015/01/28 18:26:56 2015
mohsen 2015/01/28 21:10:29 Done.
+# 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",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698