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

Unified Diff: remoting/webapp/base/js/app_features.js

Issue 895523004: [Chromoting] Add ability to enable/disable GDrive support per-app in gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: remoting/webapp/base/js/app_features.js
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/remoting/webapp/base/js/app_features.js
similarity index 52%
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
copy to remoting/webapp/base/js/app_features.js
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..d68043e52b48d35dbcbf73bd7c4befad9d0ce3ef 100644
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
+++ b/remoting/webapp/base/js/app_features.js
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.dummy;
+'use strict';
-/** Does nothing. */
-class Dummy {}
+/** @suppress {duplicate} */
+var remoting = remoting || {};
+/** @type {Array.<string>} */
+remoting.app_features = ['APPLICATION_FEATURES'];
Jamie 2015/02/02 22:57:47 It feels to me like features should be an enumerat
garykac 2015/02/03 01:50:21 Done.

Powered by Google App Engine
This is Rietveld 408576698