common.gypi revision 6d86b77056ed63eb6871182f42a9fd5f07550f90
1# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4# Common variables shared amongst all ChromeVox targets.
5
6{
7  'variables': {
8    'chromevox_third_party_dir': '<(DEPTH)/chrome/third_party/chromevox',
9    'closure_goog_dir': '<(chromevox_third_party_dir)/third_party/closure-library/closure/goog',
10    'chromevox_dest_dir': '<(PRODUCT_DIR)/resources/chromeos/chromevox',
11    'js_root_flags': [
12      '-r', '.',
13      '-r', '<(closure_goog_dir)',
14      '-x', 'testing',
15      '-x', '_test.js',
16    ],
17    'path_rewrite_flags': [
18      '-w', '<(closure_goog_dir):closure',
19    ],
20    'template_manifest_path': 'manifest.json.jinja2',
21  },
22}
23