| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'includes': [ | |
| 7 '../remoting/remoting_locales.gypi', | |
| 8 '../remoting/app_remoting_webapp_build.gypi', | |
| 9 ], | |
| 10 'target_defaults': { | |
| 11 'variables': { | |
| 12 'ar_internal': 0, | |
| 13 }, | |
| 14 'conditions': [ | |
| 15 ['run_jscompile != 0', { | |
| 16 'dependencies': [ | |
| 17 'app_remoting_webapp_compile.gypi:verify_main.html', | |
| 18 'app_remoting_webapp_compile.gypi:verify_background.js', | |
| 19 'app_remoting_webapp_compile.gypi:verify_feedback_consent.html', | |
| 20 ], | |
| 21 'inputs': [ | |
| 22 # Include zip as input so that this action is run after the build. | |
| 23 '<(zip_path)', | |
| 24 ], | |
| 25 }], | |
| 26 ], # conditions | |
| 27 }, | |
| 28 'targets': [ | |
| 29 { | |
| 30 # GN version: //remoting/webapp:ar_sample_app | |
| 31 # Sample AppRemoting app. | |
| 32 'target_name': 'ar_sample_app', | |
| 33 'app_key': 'Sample_App', | |
| 34 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', | |
| 35 'app_client_id': 'sample_client_id', | |
| 36 'app_name': 'App Remoting Client', | |
| 37 'app_description': 'App Remoting client', | |
| 38 'app_capabilities': ['GOOGLE_DRIVE', 'CLOUD_PRINT'], | |
| 39 'manifest_key': 'remotingdevbuild', | |
| 40 }, | |
| 41 ], # end of targets | |
| 42 } | |
| OLD | NEW |