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

Side by Side Diff: components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi

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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'WIDGET_ROOT': '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget', 7 'WIDGET_ROOT': '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget',
8 'cws_widget_container': [ 8 'cws_widget_container': [
9 '<(DEPTH)/ui/webui/resources/js/cr.js', 9 '<(DEPTH)/ui/webui/resources/js/cr.js',
10 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js', 10 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js',
11 '<(DEPTH)/ui/webui/resources/js/cr/ui/dialogs.js', 11 '<(DEPTH)/ui/webui/resources/js/cr/ui/dialogs.js',
12 '<(WIDGET_ROOT)/app_installer.js', 12 '<(WIDGET_ROOT)/app_installer.js',
13 '<(WIDGET_ROOT)/cws_webview_client.js', 13 '<(WIDGET_ROOT)/cws_webview_client.js',
14 '<(WIDGET_ROOT)/cws_widget_container.js', 14 '<(WIDGET_ROOT)/cws_widget_container.js',
15 '<(WIDGET_ROOT)/cws_widget_container_error_dialog.js', 15 '<(WIDGET_ROOT)/cws_widget_container_error_dialog.js',
16 '<(WIDGET_ROOT)/cws_widget_container_platform_delegate.js',
16 ] 17 ]
17 } 18 }
18 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698