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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/ui.gni")
6 import("//extensions/features/features.gni")
7
8 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
9
10 source_set("views") {
11 sources = [
12 "app_window_frame_view.cc",
13 "app_window_frame_view.h",
14 ]
15
16 deps = [
17 "//cc/paint",
18 "//chrome/app/theme:theme_resources",
19 "//extensions/browser/app_window",
20 "//extensions/common",
21 "//skia",
22 "//ui/gfx",
23 "//ui/strings",
24 "//ui/views",
25 ]
26 }
OLDNEW
« 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