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

Side by Side Diff: ash/ash.gyp

Issue 2056683003: mash: Move tray_constants.h and FixedSizedImageView to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/common/system/tray/fixed_sized_image_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 # 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'common/shelf/wm_shelf.h', 90 'common/shelf/wm_shelf.h',
91 'common/shelf/wm_shelf_observer.h', 91 'common/shelf/wm_shelf_observer.h',
92 'common/shelf/wm_shelf_util.cc', 92 'common/shelf/wm_shelf_util.cc',
93 'common/shelf/wm_shelf_util.h', 93 'common/shelf/wm_shelf_util.h',
94 'common/shell_window_ids.cc', 94 'common/shell_window_ids.cc',
95 'common/shell_window_ids.h', 95 'common/shell_window_ids.h',
96 'common/system/networking_config_delegate.cc', 96 'common/system/networking_config_delegate.cc',
97 'common/system/networking_config_delegate.h', 97 'common/system/networking_config_delegate.h',
98 'common/system/tray/default_system_tray_delegate.cc', 98 'common/system/tray/default_system_tray_delegate.cc',
99 'common/system/tray/default_system_tray_delegate.h', 99 'common/system/tray/default_system_tray_delegate.h',
100 'common/system/tray/fixed_sized_image_view.cc',
101 'common/system/tray/fixed_sized_image_view.h',
100 'common/system/tray/system_tray_delegate.cc', 102 'common/system/tray/system_tray_delegate.cc',
101 'common/system/tray/system_tray_delegate.h', 103 'common/system/tray/system_tray_delegate.h',
104 'common/system/tray/tray_constants.cc',
105 'common/system/tray/tray_constants.h',
102 'common/system/update/update_observer.h', 106 'common/system/update/update_observer.h',
103 'common/system/volume_control_delegate.h', 107 'common/system/volume_control_delegate.h',
104 'common/wm/always_on_top_controller.cc', 108 'common/wm/always_on_top_controller.cc',
105 'common/wm/always_on_top_controller.h', 109 'common/wm/always_on_top_controller.h',
106 'common/wm/background_animator.cc', 110 'common/wm/background_animator.cc',
107 'common/wm/background_animator.h', 111 'common/wm/background_animator.h',
108 'common/wm/container_finder.cc', 112 'common/wm/container_finder.cc',
109 'common/wm/container_finder.h', 113 'common/wm/container_finder.h',
110 'common/wm/default_state.cc', 114 'common/wm/default_state.cc',
111 'common/wm/default_state.h', 115 'common/wm/default_state.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'system/status_area_widget_delegate.cc', 537 'system/status_area_widget_delegate.cc',
534 'system/status_area_widget_delegate.h', 538 'system/status_area_widget_delegate.h',
535 'system/system_notifier.cc', 539 'system/system_notifier.cc',
536 'system/system_notifier.h', 540 'system/system_notifier.h',
537 'system/toast/toast_manager.cc', 541 'system/toast/toast_manager.cc',
538 'system/toast/toast_manager.h', 542 'system/toast/toast_manager.h',
539 'system/toast/toast_overlay.cc', 543 'system/toast/toast_overlay.cc',
540 'system/toast/toast_overlay.h', 544 'system/toast/toast_overlay.h',
541 'system/tray/actionable_view.cc', 545 'system/tray/actionable_view.cc',
542 'system/tray/actionable_view.h', 546 'system/tray/actionable_view.h',
543 'system/tray/fixed_sized_image_view.cc',
544 'system/tray/fixed_sized_image_view.h',
545 'system/tray/fixed_sized_scroll_view.cc', 547 'system/tray/fixed_sized_scroll_view.cc',
546 'system/tray/fixed_sized_scroll_view.h', 548 'system/tray/fixed_sized_scroll_view.h',
547 'system/tray/hover_highlight_view.cc', 549 'system/tray/hover_highlight_view.cc',
548 'system/tray/hover_highlight_view.h', 550 'system/tray/hover_highlight_view.h',
549 'system/tray/media_security/media_capture_observer.h', 551 'system/tray/media_security/media_capture_observer.h',
550 'system/tray/media_security/multi_profile_media_tray_item.cc', 552 'system/tray/media_security/multi_profile_media_tray_item.cc',
551 'system/tray/media_security/multi_profile_media_tray_item.h', 553 'system/tray/media_security/multi_profile_media_tray_item.h',
552 'system/tray/special_popup_row.cc', 554 'system/tray/special_popup_row.cc',
553 'system/tray/special_popup_row.h', 555 'system/tray/special_popup_row.h',
554 'system/tray/system_tray.cc', 556 'system/tray/system_tray.cc',
555 'system/tray/system_tray.h', 557 'system/tray/system_tray.h',
556 'system/tray/system_tray_bubble.cc', 558 'system/tray/system_tray_bubble.cc',
557 'system/tray/system_tray_bubble.h', 559 'system/tray/system_tray_bubble.h',
558 'system/tray/system_tray_item.cc', 560 'system/tray/system_tray_item.cc',
559 'system/tray/system_tray_item.h', 561 'system/tray/system_tray_item.h',
560 'system/tray/system_tray_notifier.cc', 562 'system/tray/system_tray_notifier.cc',
561 'system/tray/system_tray_notifier.h', 563 'system/tray/system_tray_notifier.h',
562 'system/tray/throbber_view.cc', 564 'system/tray/throbber_view.cc',
563 'system/tray/throbber_view.h', 565 'system/tray/throbber_view.h',
564 'system/tray/tray_background_view.cc', 566 'system/tray/tray_background_view.cc',
565 'system/tray/tray_background_view.h', 567 'system/tray/tray_background_view.h',
566 'system/tray/tray_bar_button_with_title.cc', 568 'system/tray/tray_bar_button_with_title.cc',
567 'system/tray/tray_bar_button_with_title.h', 569 'system/tray/tray_bar_button_with_title.h',
568 'system/tray/tray_bubble_wrapper.cc', 570 'system/tray/tray_bubble_wrapper.cc',
569 'system/tray/tray_bubble_wrapper.h', 571 'system/tray/tray_bubble_wrapper.h',
570 'system/tray/tray_constants.cc',
571 'system/tray/tray_constants.h',
572 'system/tray/tray_details_view.cc', 572 'system/tray/tray_details_view.cc',
573 'system/tray/tray_details_view.h', 573 'system/tray/tray_details_view.h',
574 'system/tray/tray_empty.cc', 574 'system/tray/tray_empty.cc',
575 'system/tray/tray_empty.h', 575 'system/tray/tray_empty.h',
576 'system/tray/tray_event_filter.cc', 576 'system/tray/tray_event_filter.cc',
577 'system/tray/tray_event_filter.h', 577 'system/tray/tray_event_filter.h',
578 'system/tray/tray_image_item.cc', 578 'system/tray/tray_image_item.cc',
579 'system/tray/tray_image_item.h', 579 'system/tray/tray_image_item.h',
580 'system/tray/tray_item_more.cc', 580 'system/tray/tray_item_more.cc',
581 'system/tray/tray_item_more.h', 581 'system/tray/tray_item_more.h',
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1446 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1447 ], 1447 ],
1448 } 1448 }
1449 ], 1449 ],
1450 ], 1450 ],
1451 }, 1451 },
1452 ], 1452 ],
1453 }], 1453 }],
1454 ], 1454 ],
1455 } 1455 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/fixed_sized_image_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698