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

Side by Side Diff: components/webui_generator.gypi

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 years, 6 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 {
6 'targets': [{
7 # GN version: //components/webui_generator
8 'target_name': 'webui_generator',
9 'type': '<(component)',
10 'dependencies': [
11 'login',
12 '<(DEPTH)/base/base.gyp:base',
13 '<(DEPTH)/components/components_resources.gyp:components_resources',
14 '<(DEPTH)/content/content.gyp:content_browser',
15 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
16 ],
17 'export_dependent_settings': [
18 'login',
19 '<(DEPTH)/base/base.gyp:base',
20 '<(DEPTH)/content/content.gyp:content_browser',
21 ],
22 'defines': [
23 'WUG_IMPLEMENTATION',
24 ],
25 'sources': [
26 'webui_generator/data_source_util.cc',
27 'webui_generator/data_source_util.h',
28 'webui_generator/export.h',
29 'webui_generator/view.cc',
30 'webui_generator/view.h',
31 'webui_generator/view_model.cc',
32 'webui_generator/view_model.h',
33 'webui_generator/web_ui_view.cc',
34 'webui_generator/web_ui_view.h',
35 ],
36 }],
37 }
OLDNEW
« no previous file with comments | « components/resources/webui_generator_resources.grdp ('k') | components/webui_generator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698