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

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: Restrict test to ChromeOS Created 6 years, 2 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
« no previous file with comments | « no previous file | ash/system/tray/hover_highlight_view.h » ('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 # 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'system/tray/tray_image_item.cc', 420 'system/tray/tray_image_item.cc',
421 'system/tray/tray_image_item.h', 421 'system/tray/tray_image_item.h',
422 'system/tray/tray_item_more.cc', 422 'system/tray/tray_item_more.cc',
423 'system/tray/tray_item_more.h', 423 'system/tray/tray_item_more.h',
424 'system/tray/tray_item_view.cc', 424 'system/tray/tray_item_view.cc',
425 'system/tray/tray_item_view.h', 425 'system/tray/tray_item_view.h',
426 'system/tray/tray_notification_view.cc', 426 'system/tray/tray_notification_view.cc',
427 'system/tray/tray_notification_view.h', 427 'system/tray/tray_notification_view.h',
428 'system/tray/tray_popup_header_button.cc', 428 'system/tray/tray_popup_header_button.cc',
429 'system/tray/tray_popup_header_button.h', 429 'system/tray/tray_popup_header_button.h',
430 'system/tray/tray_popup_item_container.cc',
431 'system/tray/tray_popup_item_container.h',
430 'system/tray/tray_popup_label_button.cc', 432 'system/tray/tray_popup_label_button.cc',
431 'system/tray/tray_popup_label_button.h', 433 'system/tray/tray_popup_label_button.h',
432 'system/tray/tray_popup_label_button_border.cc', 434 'system/tray/tray_popup_label_button_border.cc',
433 'system/tray/tray_popup_label_button_border.h', 435 'system/tray/tray_popup_label_button_border.h',
434 'system/tray/tray_utils.cc', 436 'system/tray/tray_utils.cc',
435 'system/tray/tray_utils.h', 437 'system/tray/tray_utils.h',
436 'system/tray/view_click_listener.h', 438 'system/tray/view_click_listener.h',
437 'system/tray_accessibility.cc', 439 'system/tray_accessibility.cc',
438 'system/tray_accessibility.h', 440 'system/tray_accessibility.h',
439 'system/tray_update.cc', 441 'system/tray_update.cc',
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 '../build/isolate.gypi', 1291 '../build/isolate.gypi',
1290 ], 1292 ],
1291 'sources': [ 1293 'sources': [
1292 'ash_unittests.isolate', 1294 'ash_unittests.isolate',
1293 ], 1295 ],
1294 }, 1296 },
1295 ], 1297 ],
1296 }], 1298 }],
1297 ], 1299 ],
1298 } 1300 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/tray/hover_highlight_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698