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

Side by Side Diff: components/wug/BUILD.gn

Issue 928163002: Initial implementation of WebUI generator (WUG) toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Owners updated. Created 5 years, 10 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 2015 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 # GYP version: components/wug.gypi:wug
6 component("wug") {
7 sources = [
8 "data_source_util.cc",
9 "data_source_util.h",
10 "export.h",
11 "view.cc",
12 "view.h",
13 "view_model.cc",
14 "view_model.h",
15 "web_ui_view.cc",
16 "web_ui_view.h",
17 ]
18
19 defines = [ "WUG_IMPLEMENTATION" ]
20
21 deps = [
22 "//base",
23 "//components/login",
24 "//components/resources",
25 "//content/public/browser",
26 "//ui/base",
27 ]
28 }
OLDNEW
« no previous file with comments | « components/wug.gypi ('k') | components/wug/DEPS » ('j') | components/wug/resources/context.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698