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

Side by Side Diff: ash/ash.gyp

Issue 556383002: Status Panel Touch Feedback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 (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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'system/tray/tray_image_item.cc', 422 'system/tray/tray_image_item.cc',
423 'system/tray/tray_image_item.h', 423 'system/tray/tray_image_item.h',
424 'system/tray/tray_item_more.cc', 424 'system/tray/tray_item_more.cc',
425 'system/tray/tray_item_more.h', 425 'system/tray/tray_item_more.h',
426 'system/tray/tray_item_view.cc', 426 'system/tray/tray_item_view.cc',
427 'system/tray/tray_item_view.h', 427 'system/tray/tray_item_view.h',
428 'system/tray/tray_notification_view.cc', 428 'system/tray/tray_notification_view.cc',
429 'system/tray/tray_notification_view.h', 429 'system/tray/tray_notification_view.h',
430 'system/tray/tray_popup_header_button.cc', 430 'system/tray/tray_popup_header_button.cc',
431 'system/tray/tray_popup_header_button.h', 431 'system/tray/tray_popup_header_button.h',
432 'system/tray/tray_popup_item_container.cc',
433 'system/tray/tray_popup_item_container.h',
432 'system/tray/tray_popup_label_button.cc', 434 'system/tray/tray_popup_label_button.cc',
433 'system/tray/tray_popup_label_button.h', 435 'system/tray/tray_popup_label_button.h',
434 'system/tray/tray_popup_label_button_border.cc', 436 'system/tray/tray_popup_label_button_border.cc',
435 'system/tray/tray_popup_label_button_border.h', 437 'system/tray/tray_popup_label_button_border.h',
436 'system/tray/tray_utils.cc', 438 'system/tray/tray_utils.cc',
437 'system/tray/tray_utils.h', 439 'system/tray/tray_utils.h',
438 'system/tray/view_click_listener.h', 440 'system/tray/view_click_listener.h',
439 'system/tray_accessibility.cc', 441 'system/tray_accessibility.cc',
440 'system/tray_accessibility.h', 442 'system/tray_accessibility.h',
441 'system/tray_update.cc', 443 'system/tray_update.cc',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 'conditions': [ 1264 'conditions': [
1263 ['chromeos==1', { 1265 ['chromeos==1', {
1264 'dependencies': [ 1266 'dependencies': [
1265 '../ui/display/display.gyp:display', 1267 '../ui/display/display.gyp:display',
1266 ], 1268 ],
1267 }], 1269 }],
1268 ], 1270 ],
1269 }, 1271 },
1270 ], 1272 ],
1271 } 1273 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/tray/hover_highlight_view.h » ('j') | ash/system/tray/hover_highlight_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698