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

Unified Diff: chrome/browser/resources/chromeos/chromevox2/chromevox.gyp

Issue 584313003: Enable runtime switching between ChromeVox and ChromeVox next via command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make changes to exclude files/paths from webstore release. Created 6 years, 3 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: chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
diff --git a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
deleted file mode 100644
index 0eb27b4d683f64c91b19e8a51eb6fd3dbb2000f7..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
+++ /dev/null
@@ -1,76 +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.
-
-{
- 'conditions': [
- ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
- 'includes': [ '../chromevox/common.gypi', ],
- 'targets': [
- {
- 'target_name': 'chromevox2',
- 'type': 'none',
- 'dependencies': [
- 'chromevox2_copied_scripts',
- 'chromevox2_deps',
- 'chromevox2_manifest',
- 'chromevox2_guest_manifest',
- 'chromevox2_resources',
- '../chromevox/chromevox.gyp:chromevox_resources',
- ],
- },
- {
- 'target_name': 'chromevox2_copied_scripts',
- 'type': 'none',
- 'variables': {
- 'dest_dir': '<(chromevox_dest_dir)',
- },
- 'sources': [
- 'cvox2/background/loader.js',
- ],
- 'includes': [ '../chromevox/copy_js.gypi', ],
- },
- {
- 'target_name': 'chromevox2_deps',
- 'type': 'none',
- 'variables': {
- 'deps_js_output_file': '<(chromevox_dest_dir)/deps.js',
- },
- 'sources': [
- 'cvox2/background/loader.js',
- ],
- 'includes': ['../chromevox/generate_deps.gypi'],
- },
- {
- 'target_name': 'chromevox2_resources',
- 'type': 'none',
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/cvox2/background',
- 'files': [
- 'cvox2/background/background.html',
- ],
- },
- ],
- },
- {
- 'target_name': 'chromevox2_manifest',
- 'type': 'none',
- 'variables': {
- 'output_manifest_path': '<(chromevox_dest_dir)/manifest.json'
- },
- 'includes': [ '../chromevox/generate_manifest.gypi', ],
- },
- {
- 'target_name': 'chromevox2_guest_manifest',
- 'type': 'none',
- 'variables': {
- 'output_manifest_path': '<(chromevox_dest_dir)/manifest_guest.json',
- 'is_guest_manifest': 1,
- },
- 'includes': [ '../chromevox/generate_manifest.gypi', ],
- },
- ],
- }],
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698