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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5772ca077a0821b051e2be34b9858f598cd327db |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp |
@@ -0,0 +1,31 @@ |
+# 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': 'chromevox2_resources', |
+ 'type': 'none', |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/cvox2/background', |
+ 'files': [ |
+ 'cvox2/background/background.html', |
+ 'cvox2/background/background.js', |
+ ], |
+ }, |
+ { |
+ 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/cvox2/injected', |
+ 'files': [ |
+ 'cvox2/injected/injected.js', |
+ ], |
+ }, |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
+} |