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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp.gyp
diff --git a/remoting/app_remoting_webapp.gyp b/remoting/app_remoting_webapp.gyp
deleted file mode 100644
index d05bd09118b44617a11fd4e84df619b85ed18d22..0000000000000000000000000000000000000000
--- a/remoting/app_remoting_webapp.gyp
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'includes': [
- '../remoting/remoting_locales.gypi',
- '../remoting/app_remoting_webapp_build.gypi',
- ],
- 'target_defaults': {
- 'variables': {
- 'ar_internal': 0,
- },
- 'conditions': [
- ['run_jscompile != 0', {
- 'dependencies': [
- 'app_remoting_webapp_compile.gypi:verify_main.html',
- 'app_remoting_webapp_compile.gypi:verify_background.js',
- 'app_remoting_webapp_compile.gypi:verify_feedback_consent.html',
- ],
- 'inputs': [
- # Include zip as input so that this action is run after the build.
- '<(zip_path)',
- ],
- }],
- ], # conditions
- },
- 'targets': [
- {
- # GN version: //remoting/webapp:ar_sample_app
- # Sample AppRemoting app.
- 'target_name': 'ar_sample_app',
- 'app_key': 'Sample_App',
- 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
- 'app_client_id': 'sample_client_id',
- 'app_name': 'App Remoting Client',
- 'app_description': 'App Remoting client',
- 'app_capabilities': ['GOOGLE_DRIVE', 'CLOUD_PRINT'],
- 'manifest_key': 'remotingdevbuild',
- },
- ], # end of targets
-}
« 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