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

Side by Side Diff: ash/ash.gyp

Issue 177123016: Add a11y virtual keyboard icon when a11y VK is enabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new png resources and new button size Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'system/chromeos/screen_security/screen_tray_item.cc', 342 'system/chromeos/screen_security/screen_tray_item.cc',
343 'system/chromeos/screen_security/screen_tray_item.h', 343 'system/chromeos/screen_security/screen_tray_item.h',
344 'system/chromeos/settings/tray_settings.cc', 344 'system/chromeos/settings/tray_settings.cc',
345 'system/chromeos/settings/tray_settings.h', 345 'system/chromeos/settings/tray_settings.h',
346 'system/chromeos/system_clock_observer.cc', 346 'system/chromeos/system_clock_observer.cc',
347 'system/chromeos/system_clock_observer.h', 347 'system/chromeos/system_clock_observer.h',
348 'system/chromeos/tray_display.cc', 348 'system/chromeos/tray_display.cc',
349 'system/chromeos/tray_display.h', 349 'system/chromeos/tray_display.h',
350 'system/chromeos/tray_tracing.cc', 350 'system/chromeos/tray_tracing.cc',
351 'system/chromeos/tray_tracing.h', 351 'system/chromeos/tray_tracing.h',
352 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
353 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
352 'system/date/clock_observer.h', 354 'system/date/clock_observer.h',
353 'system/date/date_default_view.cc', 355 'system/date/date_default_view.cc',
354 'system/date/date_default_view.h', 356 'system/date/date_default_view.h',
355 'system/date/date_view.cc', 357 'system/date/date_view.cc',
356 'system/date/date_view.h', 358 'system/date/date_view.h',
357 'system/date/tray_date.cc', 359 'system/date/tray_date.cc',
358 'system/date/tray_date.h', 360 'system/date/tray_date.h',
359 'system/drive/drive_observer.h', 361 'system/drive/drive_observer.h',
360 'system/drive/tray_drive.cc', 362 'system/drive/tray_drive.cc',
361 'system/drive/tray_drive.h', 363 'system/drive/tray_drive.h',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 }, 1115 },
1114 }, 1116 },
1115 'dependencies': [ 1117 'dependencies': [
1116 '../sandbox/sandbox.gyp:sandbox', 1118 '../sandbox/sandbox.gyp:sandbox',
1117 ], 1119 ],
1118 }], 1120 }],
1119 ], 1121 ],
1120 }, 1122 },
1121 ], 1123 ],
1122 } 1124 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698