| Index: chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| index 591fa22136238666313af0845524a41ad6f6b4b8..635535627a43c5998f564e3edbc04476ecf9f125 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| @@ -5,7 +5,6 @@
|
| {
|
| 'conditions': [
|
| ['chromeos==1', {
|
| - 'includes': ['common.gypi'],
|
| 'variables': {
|
| # Whether to compress the 4 main ChromeVox scripts. Applicable if
|
| # use_migrated_chromevox is true.
|
| @@ -15,6 +14,10 @@
|
| 'options_script_loader_file': 'chromevox/background/options_loader.js',
|
| 'kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader.js',
|
| },
|
| + 'includes': [
|
| + 'chromevox_tests.gypi',
|
| + 'common.gypi',
|
| + ],
|
| 'targets': [
|
| {
|
| 'target_name': 'chromevox',
|
|
|