| Index: chrome/browser/resources/chromeos/chromevox_next/chromevox.gyp
|
| diff --git a/chrome/browser/resources/chromeos/chromevox_next/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox_next/chromevox.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..22bee3dcb0721e2e2b1e5e3860f10ecf8306b9f6
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/chromevox_next/chromevox.gyp
|
| @@ -0,0 +1,27 @@
|
| +# 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', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'chromevox_resources',
|
| + 'type': 'none',
|
| + 'copies': [
|
| + {
|
| + 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/background',
|
| + 'files': [
|
| + 'background/background.html',
|
| + 'background/background.js',
|
| + ],
|
| + },
|
| + ],
|
| + 'dependencies': [
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| +}
|
|
|