summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
blob: c38d599fa5b27dd1f27df9de34ff9bfa0bb9665c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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': {
    'chromevox_background_script_loader_file': 'cvox2/background/loader.js',
    'chromevox_content_script_loader_file': 'chromevox/injected/loader.js',
    'chromevox_extension_key': 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB',
    'chromevox_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader.js',
    'chromevox_min_content_script_loader_file': 'cvox2/injected/loader.js',
    'chromevox_options_script_loader_file': 'chromevox/background/options_loader.js',
    'chromevox_panel_script_loader_file': 'cvox2/background/panel_loader.js',
      }
}