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 |
index b255ca3f4a1b6f2135e14930aaf6396cfc5f6cc6..f9a63c7ba2a8baebd47a7e33f4afa970e6d11a74 100644 |
--- a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp |
+++ b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp |
@@ -8,6 +8,9 @@ |
'includes': [ '../chromevox/common.gypi', ], |
'targets': [ |
{ |
+ 'variables': { |
Peter Lundblad
2014/09/22 09:00:46
Variables put here will only apply to the chromevo
David Tseng
2014/09/22 17:23:12
Done.
|
+ 'use_chromevox_next': 1, |
+ }, |
'target_name': 'chromevox2', |
'type': 'none', |
'dependencies': [ |
@@ -61,7 +64,7 @@ |
'target_name': 'chromevox2_manifest', |
'type': 'none', |
'variables': { |
- 'output_manifest_path': '<(chromevox_dest_dir)/manifest.json' |
+ 'output_manifest_path': '<(chromevox_dest_dir)/manifest_next.json' |
}, |
'includes': [ '../chromevox/generate_manifest.gypi', ], |
}, |
@@ -69,7 +72,7 @@ |
'target_name': 'chromevox2_guest_manifest', |
'type': 'none', |
'variables': { |
- 'output_manifest_path': '<(chromevox_dest_dir)/manifest_guest.json', |
+ 'output_manifest_path': '<(chromevox_dest_dir)/manifest_next_guest.json', |
'is_guest_manifest': 1, |
}, |
'includes': [ '../chromevox/generate_manifest.gypi', ], |