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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/chrome_apps/webstore_widget/cws_widget/compiled_resources2.gyp
diff --git a/components/chrome_apps/webstore_widget/cws_widget/compiled_resources2.gyp b/components/chrome_apps/webstore_widget/cws_widget/compiled_resources2.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..b379ef8bb8247c9fedb135e9f2da4044da6236b9
--- /dev/null
+++ b/components/chrome_apps/webstore_widget/cws_widget/compiled_resources2.gyp
@@ -0,0 +1,47 @@
+# copyright 2017 the chromium authors. all rights reserved.
+# use of this source code is governed by a bsd-style license that can be
+# found in the license file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'app_installer',
+ 'dependencies': [
+ 'cws_widget_container_platform_delegate',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'cws_widget_container',
+ 'dependencies': [
+ 'app_installer',
+ 'cws_webview_client',
+ 'cws_widget_container_error_dialog',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'cws_widget_container_error_dialog',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'cws_widget_container_platform_delegate',
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'cws_webview_client',
+ 'dependencies': [
+ '../externs/compiled_resources2.gyp:webview_tag',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'cws_widget_container_platform_delegate',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ ],
+}
+

Powered by Google App Engine
This is Rietveld 408576698