OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'includes': [ | 6 'includes': [ |
7 '../remoting/remoting_locales.gypi', | 7 '../remoting/remoting_locales.gypi', |
8 '../remoting/app_remoting_webapp_build.gypi', | 8 '../remoting/app_remoting_webapp_build.gypi', |
9 ], | 9 ], |
10 | 10 |
(...skipping 27 matching lines...) Expand all Loading... |
38 ], | 38 ], |
39 'action': [ | 39 'action': [ |
40 'python', '../third_party/closure_compiler/compile.py', | 40 'python', '../third_party/closure_compiler/compile.py', |
41 '<@(compiler_flags)', | 41 '<@(compiler_flags)', |
42 '--success-stamp', '<(success_stamp)', | 42 '--success-stamp', '<(success_stamp)', |
43 '<@(ar_main_js_files)', | 43 '<@(ar_main_js_files)', |
44 '<@(remoting_webapp_js_proto_files)', | 44 '<@(remoting_webapp_js_proto_files)', |
45 ], | 45 ], |
46 }, | 46 }, |
47 { | 47 { |
48 'action_name': 'Verify >(ar_app_name) background.js', | 48 'action_name': 'Verify >(ar_app_name) background.html', |
49 'variables': { | 49 'variables': { |
50 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_background_jscomp
ile.stamp', | 50 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_background_jscomp
ile.stamp', |
51 }, | 51 }, |
52 'inputs': [ | 52 'inputs': [ |
53 '<@(ar_background_js_files)', | 53 '<@(ar_background_html_js_files)', |
54 '<@(remoting_webapp_js_proto_files)', | 54 '<@(remoting_webapp_js_proto_files)', |
55 # Include zip as input so that this action is run after the build. | 55 # Include zip as input so that this action is run after the build. |
56 '<(zip_path)', | 56 '<(zip_path)', |
57 ], | 57 ], |
58 'outputs': [ | 58 'outputs': [ |
59 '<(success_stamp)', | 59 '<(success_stamp)', |
60 ], | 60 ], |
61 'action': [ | 61 'action': [ |
62 'python', '../third_party/closure_compiler/compile.py', | 62 'python', '../third_party/closure_compiler/compile.py', |
63 '<@(compiler_flags)', | 63 '<@(compiler_flags)', |
64 '--success-stamp', '<(success_stamp)', | 64 '--success-stamp', '<(success_stamp)', |
65 '<@(ar_background_js_files)', | 65 '<@(ar_background_html_js_files)', |
66 '<@(remoting_webapp_js_proto_files)', | 66 '<@(remoting_webapp_js_proto_files)', |
67 ], | 67 ], |
68 }, | 68 }, |
69 { | 69 { |
70 'action_name': 'Verify >(ar_app_name) feedback_consent.html', | 70 'action_name': 'Verify >(ar_app_name) feedback_consent.html', |
71 'variables': { | 71 'variables': { |
72 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_feedback_consent_
jscompile.stamp', | 72 'success_stamp': '<(PRODUCT_DIR)/>(_target_name)_feedback_consent_
jscompile.stamp', |
73 }, | 73 }, |
74 'inputs': [ | 74 'inputs': [ |
75 '<@(ar_feedback_consent_html_all_js_files)', | 75 '<@(ar_feedback_consent_html_all_js_files)', |
(...skipping 25 matching lines...) Expand all Loading... |
101 'app_key': 'Sample_App', | 101 'app_key': 'Sample_App', |
102 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', | 102 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', |
103 'app_client_id': 'sample_client_id', | 103 'app_client_id': 'sample_client_id', |
104 'app_name': 'App Remoting Client', | 104 'app_name': 'App Remoting Client', |
105 'app_description': 'App Remoting client', | 105 'app_description': 'App Remoting client', |
106 'app_capabilities': ['GOOGLE_DRIVE'], | 106 'app_capabilities': ['GOOGLE_DRIVE'], |
107 'manifest_key': 'remotingdevbuild', | 107 'manifest_key': 'remotingdevbuild', |
108 }, | 108 }, |
109 ], # end of targets | 109 ], # end of targets |
110 } | 110 } |
OLD | NEW |