Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gyp

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['chromeos==1', { 7 ['chromeos==1', {
8 'variables': { 8 'variables': {
9 # Whether to compress the 4 main ChromeVox scripts. 9 # Whether to compress the 4 main ChromeVox scripts.
10 'chromevox_compress_js%': '1', 10 'chromevox_compress_js%': '1',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'destination': '<(chromevox_dest_dir)/chromevox/background', 66 'destination': '<(chromevox_dest_dir)/chromevox/background',
67 'files': [ 67 'files': [
68 'chromevox/background/kbexplorer.html', 68 'chromevox/background/kbexplorer.html',
69 'chromevox/background/options.html', 69 'chromevox/background/options.html',
70 ], 70 ],
71 }, 71 },
72 { 72 {
73 'destination': '<(chromevox_dest_dir)/cvox2/background', 73 'destination': '<(chromevox_dest_dir)/cvox2/background',
74 'files': [ 74 'files': [
75 'cvox2/background/background.html', 75 'cvox2/background/background.html',
76 'cvox2/background/panel.css',
76 'cvox2/background/panel.html', 77 'cvox2/background/panel.html',
77 ], 78 ],
78 }, 79 },
79 ], 80 ],
80 }, 81 },
81 { 82 {
82 # JavaScript files that are always directly included into the 83 # JavaScript files that are always directly included into the
83 # destination directory. 84 # destination directory.
84 'target_name': 'chromevox_uncompiled_js_files', 85 'target_name': 'chromevox_uncompiled_js_files',
85 'type': 'none', 86 'type': 'none',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '<(chromevox_panel_script_loader_file)', 230 '<(chromevox_panel_script_loader_file)',
230 ], 231 ],
231 'includes': [ 'copy_js.gypi', ], 232 'includes': [ 'copy_js.gypi', ],
232 }, 233 },
233 ], 234 ],
234 }], 235 }],
235 ], 236 ],
236 }], 237 }],
237 ], 238 ],
238 } 239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698