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..bda91b3fcbc0257549c1d9cde24d2bbcc5a09093 |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/chromevox_next/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': 'chromevox_resources', |
Peter Lundblad
2014/05/12 18:37:32
Please pick a unique target name so it is easier t
David Tseng
2014/05/12 20:33:38
Done.
|
+ 'type': 'none', |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chromevox2/background', |
Peter Lundblad
2014/05/12 18:37:32
Why don't you create chromevox_next under chromeos
David Tseng
2014/05/12 20:33:38
I created chromeos/chromevox2/chromevox2/*
This r
|
+ 'files': [ |
+ 'chromevox2/background/background.html', |
Peter Lundblad
2014/05/12 18:37:32
Why do we need both a html file and js file for th
David Tseng
2014/05/12 20:33:38
The html file includes all other dependencies (e.g
|
+ 'chromevox2/background/background.js', |
+ ], |
+ }, |
+ { |
+ 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chromevox2/injected', |
+ 'files': [ |
+ 'chromevox2/injected/injected.js', |
+ ], |
+ }, |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
+} |