Chromium Code Reviews| 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", |
| + ] |
| +} |