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

Unified Diff: apps/ui/views/BUILD.gn

Issue 2820563004: Create separate BUILD.gn for //apps/ui/views (Closed)
Patch Set: rebase Created 3 years, 7 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
« apps/BUILD.gn ('K') | « apps/DEPS ('k') | apps/ui/views/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/ui/views/BUILD.gn
diff --git a/apps/ui/views/BUILD.gn b/apps/ui/views/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..bd7d9076500e97015631244ce35cb5538de2380b
--- /dev/null
+++ b/apps/ui/views/BUILD.gn
@@ -0,0 +1,26 @@
+# Copyright 2017 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")
+import("//extensions/features/features.gni")
+
+assert(enable_extensions)
michaelpg 2017/05/22 23:15:41 Is this the part that caused problems when compili
hugoh_UTC2 2017/05/23 11:57:27 Yes, this assert (and some others of the same kind
+
+source_set("views") {
+ sources = [
+ "app_window_frame_view.cc",
+ "app_window_frame_view.h",
+ ]
+
+ deps = [
+ "//cc/paint",
+ "//chrome/app/theme:theme_resources",
+ "//extensions/browser/app_window",
+ "//extensions/common",
+ "//skia",
+ "//ui/gfx",
+ "//ui/strings",
+ "//ui/views",
+ ]
+}
« apps/BUILD.gn ('K') | « apps/DEPS ('k') | apps/ui/views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698