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

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

Issue 2887253006: Closure: remove older, original GYP compilation system (Closed)
Patch Set: compiled_resources.gypi 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 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 'variables': {
7 'WIDGET_ROOT': '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget',
8 'cws_widget_container': [
9 '<(DEPTH)/ui/webui/resources/js/cr.js',
10 '<(DEPTH)/ui/webui/resources/js/cr/event_target.js',
11 '<(DEPTH)/ui/webui/resources/js/cr/ui/dialogs.js',
12 '<(WIDGET_ROOT)/app_installer.js',
13 '<(WIDGET_ROOT)/cws_webview_client.js',
14 '<(WIDGET_ROOT)/cws_widget_container.js',
15 '<(WIDGET_ROOT)/cws_widget_container_error_dialog.js',
16 '<(WIDGET_ROOT)/cws_widget_container_platform_delegate.js',
17 ]
18 }
19 }
OLDNEW
« no previous file with comments | « components/chrome_apps/webstore_widget/app/compiled_resources.gyp ('k') | third_party/closure_compiler/build/inputs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698