Chromium Code Reviews

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi

Issue 1145243006: Port chromevox build to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@externs
Patch Set: Workaround hardlink related spuroius rebuild issue by using a stamp file (not ideal). Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..e43990643e823e3689689e112db7370bf6aa6efc
--- /dev/null
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
@@ -0,0 +1,16 @@
+# 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.
+
+# Variables shared between gn and gyp.
+
+{
+ 'variables': {
+ 'chromevox1_background_script_loader_file': 'chromevox/background/loader.js',
+ 'chromevox1_content_script_loader_file': 'chromevox/injected/loader.js',
+ 'chromevox1_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader.js',
+ 'chromevox1_options_script_loader_file': 'chromevox/background/options_loader.js',
+ 'chromevox2_background_script_loader_file': 'cvox2/background/loader.js',
+ 'chromevox_extension_key': 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB',
+ }
+}

Powered by Google App Engine