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

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

Issue 1277183003: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN build Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
index 61c8479639b7a94fc8a64c2fc82350b97ad4617c..f7a523463dc651d3252218c96dd7195344bdae8d 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
@@ -4,11 +4,16 @@
{
'variables': {
- 'chromevox_assets_chromevox': [
- 'chromevox/chromevox-128.png',
- 'chromevox/chromevox-16.png',
- 'chromevox/chromevox-19.png',
- 'chromevox/chromevox-48.png',
+ 'chromevox_assets_images': [
+ 'images/chromevox-128.png',
+ 'images/chromevox-16.png',
+ 'images/chromevox-19.png',
+ 'images/chromevox-48.png',
+ 'images/close-19.png',
+ 'images/close-hover-19.png',
+ 'images/options-19.png',
+ 'images/options-hover-19.png',
+ 'images/triangle-6.png',
],
'chromevox_assets_chromevox_background_earcons': [
'chromevox/background/earcons/alert_modal.ogg',
@@ -92,9 +97,9 @@
'type': 'none',
'copies': [
{
- 'destination': '<(chromevox_dest_dir)/chromevox',
+ 'destination': '<(chromevox_dest_dir)/images',
'files': [
- '<@(chromevox_assets_chromevox)',
+ '<@(chromevox_assets_images)',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698