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

Side by Side Diff: components/chrome_apps/webstore_widget/cws_widget/compiled_resources2.gyp

Issue 2805853002: Compile suggest_app_dialog in gyp v2 (Closed)
Patch Set: Fix unit test. Created 3 years, 8 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 {
6 'targets': [
7 {
8 'target_name': 'app_installer',
9 'dependencies': [
10 'cws_widget_container_platform_delegate',
11 ],
12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13 },
14 {
15 'target_name': 'cws_widget_container',
16 'dependencies': [
17 'app_installer',
18 'cws_webview_client',
19 'cws_widget_container_error_dialog',
20 ],
21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
22 },
23 {
24 'target_name': 'cws_widget_container_error_dialog',
25 'dependencies': [
26 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs',
27 ],
28 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
29 },
30 {
31 'target_name': 'cws_widget_container_platform_delegate',
32 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
33 },
34 {
35 'target_name': 'cws_webview_client',
36 'dependencies': [
37 '../externs/compiled_resources2.gyp:webview_tag',
38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
39 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' ,
40 '<(EXTERNS_GYP):chrome_extensions',
41 'cws_widget_container_platform_delegate',
42 ],
43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
44 },
45 ],
46 }
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698