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

Unified Diff: remoting/app_remoting_webapp_compile.gypi

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_webapp_build.gypi ('k') | remoting/app_remoting_webapp_files.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp_compile.gypi
diff --git a/remoting/app_remoting_webapp_compile.gypi b/remoting/app_remoting_webapp_compile.gypi
deleted file mode 100644
index 40946b5c604c01cfa9cc7b7ef61a0efad2742f59..0000000000000000000000000000000000000000
--- a/remoting/app_remoting_webapp_compile.gypi
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2015 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_webapp_files.gypi',
- '../remoting/app_remoting_webapp_files.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'verify_main.html',
- 'variables': {
- 'source_files': [
- '<@(ar_main_js_files)',
- '<@(remoting_webapp_js_proto_files)',
- ],
- 'out_file': '<(PRODUCT_DIR)/>(_target_name)_main_jscompile.stamp',
- },
- 'includes': ['compile_js.gypi'],
- },
- {
- 'target_name': 'verify_background.js',
- 'variables': {
- 'source_files': [
- '<@(ar_background_html_js_files)',
- '<@(remoting_webapp_js_proto_files)',
- ],
- 'out_file': '<(PRODUCT_DIR)/>(_target_name)_background_jscompile.stamp',
- },
- 'includes': ['compile_js.gypi'],
- },
- {
- 'target_name': 'verify_feedback_consent.html',
- 'variables': {
- 'source_files': [
- '<@(ar_feedback_consent_html_all_js_files)',
- '<@(remoting_webapp_js_proto_files)',
- ],
- 'out_file': '<(PRODUCT_DIR)/>(_target_name)_feedback_consent_jscompile.stamp',
- },
- 'includes': ['compile_js.gypi'],
- },
- ], # targets
-}
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/app_remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698