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

Side by Side Diff: ash/ash.gyp

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ash_unittests compile errors. Created 4 years, 5 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'common/system/tray/tray_background_view.cc', 266 'common/system/tray/tray_background_view.cc',
267 'common/system/tray/tray_background_view.h', 267 'common/system/tray/tray_background_view.h',
268 'common/system/tray/tray_bar_button_with_title.cc', 268 'common/system/tray/tray_bar_button_with_title.cc',
269 'common/system/tray/tray_bar_button_with_title.h', 269 'common/system/tray/tray_bar_button_with_title.h',
270 'common/system/tray/tray_bubble_wrapper.cc', 270 'common/system/tray/tray_bubble_wrapper.cc',
271 'common/system/tray/tray_bubble_wrapper.h', 271 'common/system/tray/tray_bubble_wrapper.h',
272 'common/system/tray/tray_constants.cc', 272 'common/system/tray/tray_constants.cc',
273 'common/system/tray/tray_constants.h', 273 'common/system/tray/tray_constants.h',
274 'common/system/tray/tray_details_view.cc', 274 'common/system/tray/tray_details_view.cc',
275 'common/system/tray/tray_details_view.h', 275 'common/system/tray/tray_details_view.h',
276 'common/system/tray/tray_empty.cc',
277 'common/system/tray/tray_empty.h',
278 'common/system/tray/tray_event_filter.cc', 276 'common/system/tray/tray_event_filter.cc',
279 'common/system/tray/tray_event_filter.h', 277 'common/system/tray/tray_event_filter.h',
280 'common/system/tray/tray_image_item.cc', 278 'common/system/tray/tray_image_item.cc',
281 'common/system/tray/tray_image_item.h', 279 'common/system/tray/tray_image_item.h',
282 'common/system/tray/tray_item_more.cc', 280 'common/system/tray/tray_item_more.cc',
283 'common/system/tray/tray_item_more.h', 281 'common/system/tray/tray_item_more.h',
284 'common/system/tray/tray_item_view.cc', 282 'common/system/tray/tray_item_view.cc',
285 'common/system/tray/tray_item_view.h', 283 'common/system/tray/tray_item_view.h',
286 'common/system/tray/tray_notification_view.cc', 284 'common/system/tray/tray_notification_view.cc',
287 'common/system/tray/tray_notification_view.h', 285 'common/system/tray/tray_notification_view.h',
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1454 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1457 ], 1455 ],
1458 } 1456 }
1459 ], 1457 ],
1460 ], 1458 ],
1461 }, 1459 },
1462 ], 1460 ],
1463 }], 1461 }],
1464 ], 1462 ],
1465 } 1463 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/audio/tray_audio.cc » ('j') | ash/common/system/chromeos/settings/tray_settings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698