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

Unified Diff: gallery/static/supported_versions.js

Issue 12088091: Remove legacy docs and gallery (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « gallery/static/redirect.html ('k') | libraries/scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gallery/static/supported_versions.js
diff --git a/gallery/static/supported_versions.js b/gallery/static/supported_versions.js
deleted file mode 100644
index d899fb7f5bb566defd5afd2523228b9fe57f9500..0000000000000000000000000000000000000000
--- a/gallery/static/supported_versions.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2011 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/**
- * @fileoverview This file provides 2 variables that can be used
- * with the BrowserChecker Javascript class. This file can be read
- * in by examples.ezt/examples.html from code.google.com/chrome/nativeclient.
- * Users can create a BrowserChecker object using
- * |supported_versions.MIN_GALLERY_CHROME_VERSION|.
- * This allows updating the versions directly on app-engine w/o changing
- * examples.ezt in perforce.
- */
-
-// Create a namespace object
-var supported_versions = supported_versions || {};
-// Add the min value to the namespace
-supported_versions.MIN_GALLERY_CHROME_VERSION = 14;
« no previous file with comments | « gallery/static/redirect.html ('k') | libraries/scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698