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

Side by Side Diff: remoting/app_remoting_webapp.gyp

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « remoting/app_remoting_shared_module.gyp ('k') | remoting/app_remoting_webapp_build.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « remoting/app_remoting_shared_module.gyp ('k') | remoting/app_remoting_webapp_build.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698