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

Side by Side Diff: ash/ash.gyp

Issue 369573004: Separate the logic of popup alignment and workarea handling as delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.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 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'system/user/tray_user_separator.cc', 497 'system/user/tray_user_separator.cc',
498 'system/user/tray_user_separator.h', 498 'system/user/tray_user_separator.h',
499 'system/user/update_observer.h', 499 'system/user/update_observer.h',
500 'system/user/user_observer.h', 500 'system/user/user_observer.h',
501 'system/user/user_accounts_delegate.cc', 501 'system/user/user_accounts_delegate.cc',
502 'system/user/user_accounts_delegate.h', 502 'system/user/user_accounts_delegate.h',
503 'system/user/user_card_view.cc', 503 'system/user/user_card_view.cc',
504 'system/user/user_card_view.h', 504 'system/user/user_card_view.h',
505 'system/user/user_view.cc', 505 'system/user/user_view.cc',
506 'system/user/user_view.h', 506 'system/user/user_view.h',
507 'system/web_notification/ash_popup_alignment_delegate.cc',
508 'system/web_notification/ash_popup_alignment_delegate.h',
507 'system/web_notification/web_notification_tray.cc', 509 'system/web_notification/web_notification_tray.cc',
508 'system/web_notification/web_notification_tray.h', 510 'system/web_notification/web_notification_tray.h',
509 'system/win/audio/tray_audio_delegate_win.cc', 511 'system/win/audio/tray_audio_delegate_win.cc',
510 'system/win/audio/tray_audio_delegate_win.h', 512 'system/win/audio/tray_audio_delegate_win.h',
511 'system/win/audio/tray_audio_win.cc', 513 'system/win/audio/tray_audio_win.cc',
512 'system/win/audio/tray_audio_win.h', 514 'system/win/audio/tray_audio_win.h',
513 'touch/touch_hud_debug.cc', 515 'touch/touch_hud_debug.cc',
514 'touch/touch_hud_debug.h', 516 'touch/touch_hud_debug.h',
515 'touch/touch_hud_projection.cc', 517 'touch/touch_hud_projection.cc',
516 'touch/touch_hud_projection.h', 518 'touch/touch_hud_projection.h',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 982 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
981 'system/chromeos/session/logout_confirmation_controller_unittest.cc', 983 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
982 'system/chromeos/session/tray_session_length_limit_unittest.cc', 984 'system/chromeos/session/tray_session_length_limit_unittest.cc',
983 'system/chromeos/tray_display_unittest.cc', 985 'system/chromeos/tray_display_unittest.cc',
984 'system/date/date_view_unittest.cc', 986 'system/date/date_view_unittest.cc',
985 'system/overview/overview_button_tray_unittest.cc', 987 'system/overview/overview_button_tray_unittest.cc',
986 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', 988 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
987 'system/tray/system_tray_unittest.cc', 989 'system/tray/system_tray_unittest.cc',
988 'system/tray/tray_details_view_unittest.cc', 990 'system/tray/tray_details_view_unittest.cc',
989 'system/user/tray_user_unittest.cc', 991 'system/user/tray_user_unittest.cc',
992 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
990 'system/web_notification/web_notification_tray_unittest.cc', 993 'system/web_notification/web_notification_tray_unittest.cc',
991 'test/ash_test_helper_unittest.cc', 994 'test/ash_test_helper_unittest.cc',
992 'test/ash_unittests.cc', 995 'test/ash_unittests.cc',
993 'tooltips/tooltip_controller_unittest.cc', 996 'tooltips/tooltip_controller_unittest.cc',
994 'touch/touch_observer_hud_unittest.cc', 997 'touch/touch_observer_hud_unittest.cc',
995 'touch/touch_transformer_controller_unittest.cc', 998 'touch/touch_transformer_controller_unittest.cc',
996 'wm/app_list_controller_unittest.cc', 999 'wm/app_list_controller_unittest.cc',
997 'wm/ash_native_cursor_manager_unittest.cc', 1000 'wm/ash_native_cursor_manager_unittest.cc',
998 'wm/dock/docked_window_layout_manager_unittest.cc', 1001 'wm/dock/docked_window_layout_manager_unittest.cc',
999 'wm/dock/docked_window_resizer_unittest.cc', 1002 'wm/dock/docked_window_resizer_unittest.cc',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'conditions': [ 1222 'conditions': [
1220 ['chromeos==1', { 1223 ['chromeos==1', {
1221 'dependencies': [ 1224 'dependencies': [
1222 '../ui/display/display.gyp:display', 1225 '../ui/display/display.gyp:display',
1223 ], 1226 ],
1224 }], 1227 }],
1225 ], 1228 ],
1226 }, 1229 },
1227 ], 1230 ],
1228 } 1231 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698