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

Side by Side Diff: ash/ash.gyp

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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 | « ash/accelerators/accelerator_table.cc ('k') | ash/dip_unittest.cc » ('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 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'launcher/launcher_tooltip_manager.cc', 90 'launcher/launcher_tooltip_manager.cc',
91 'launcher/launcher_tooltip_manager.h', 91 'launcher/launcher_tooltip_manager.h',
92 'launcher/launcher_types.cc', 92 'launcher/launcher_types.cc',
93 'launcher/launcher_types.h', 93 'launcher/launcher_types.h',
94 'launcher/launcher_view.cc', 94 'launcher/launcher_view.cc',
95 'launcher/launcher_view.h', 95 'launcher/launcher_view.h',
96 'launcher/tabbed_launcher_button.cc', 96 'launcher/tabbed_launcher_button.cc',
97 'launcher/tabbed_launcher_button.h', 97 'launcher/tabbed_launcher_button.h',
98 'magnifier/magnification_controller.cc', 98 'magnifier/magnification_controller.cc',
99 'magnifier/magnification_controller.h', 99 'magnifier/magnification_controller.h',
100 'monitor/monitor_controller.cc', 100 'display/display_controller.cc',
101 'monitor/monitor_controller.h', 101 'display/display_controller.h',
102 'monitor/mouse_cursor_event_filter.cc', 102 'display/mouse_cursor_event_filter.cc',
103 'monitor/mouse_cursor_event_filter.h', 103 'display/mouse_cursor_event_filter.h',
104 'monitor/multi_monitor_manager.cc', 104 'display/multi_display_manager.cc',
105 'monitor/multi_monitor_manager.h', 105 'display/multi_display_manager.h',
106 'monitor/secondary_monitor_view.cc', 106 'display/secondary_display_view.cc',
107 'monitor/secondary_monitor_view.h', 107 'display/secondary_display_view.h',
108 'root_window_controller.cc', 108 'root_window_controller.cc',
109 'root_window_controller.h', 109 'root_window_controller.h',
110 'screen_ash.cc', 110 'screen_ash.cc',
111 'screen_ash.h', 111 'screen_ash.h',
112 'screensaver/screensaver_view.cc', 112 'screensaver/screensaver_view.cc',
113 'screensaver/screensaver_view.h', 113 'screensaver/screensaver_view.h',
114 'screenshot_delegate.h', 114 'screenshot_delegate.h',
115 'shell.cc', 115 'shell.cc',
116 'shell.h', 116 'shell.h',
117 'shell_context_menu.cc', 117 'shell_context_menu.cc',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'ash', 372 'ash',
373 ], 373 ],
374 'sources': [ 374 'sources': [
375 '../ui/views/test/test_views_delegate.cc', 375 '../ui/views/test/test_views_delegate.cc',
376 '../ui/views/test/test_views_delegate.h', 376 '../ui/views/test/test_views_delegate.h',
377 'accelerators/accelerator_controller_unittest.cc', 377 'accelerators/accelerator_controller_unittest.cc',
378 'accelerators/accelerator_filter_unittest.cc', 378 'accelerators/accelerator_filter_unittest.cc',
379 'accelerators/accelerator_table_unittest.cc', 379 'accelerators/accelerator_table_unittest.cc',
380 'accelerators/nested_dispatcher_controller_unittest.cc', 380 'accelerators/nested_dispatcher_controller_unittest.cc',
381 'dip_unittest.cc', 381 'dip_unittest.cc',
382 'display/multi_display_manager_unittest.cc',
382 'drag_drop/drag_drop_controller_unittest.cc', 383 'drag_drop/drag_drop_controller_unittest.cc',
383 'extended_desktop_unittest.cc', 384 'extended_desktop_unittest.cc',
384 'focus_cycler_unittest.cc', 385 'focus_cycler_unittest.cc',
385 'launcher/launcher_context_menu_unittest.cc', 386 'launcher/launcher_context_menu_unittest.cc',
386 'launcher/launcher_model_unittest.cc', 387 'launcher/launcher_model_unittest.cc',
387 'launcher/launcher_navigator_unittest.cc', 388 'launcher/launcher_navigator_unittest.cc',
388 'launcher/launcher_unittest.cc', 389 'launcher/launcher_unittest.cc',
389 'launcher/launcher_view_unittest.cc', 390 'launcher/launcher_view_unittest.cc',
390 'monitor/multi_monitor_manager_unittest.cc',
391 'root_window_controller_unittest.cc', 391 'root_window_controller_unittest.cc',
392 'screensaver/screensaver_view_unittest.cc', 392 'screensaver/screensaver_view_unittest.cc',
393 'shell_unittest.cc', 393 'shell_unittest.cc',
394 'system/tray/system_tray_unittest.cc', 394 'system/tray/system_tray_unittest.cc',
395 'system/web_notification/web_notification_tray_unittest.cc', 395 'system/web_notification/web_notification_tray_unittest.cc',
396 'test/ash_test_base.cc', 396 'test/ash_test_base.cc',
397 'test/ash_test_base.h', 397 'test/ash_test_base.h',
398 'test/ash_unittests.cc', 398 'test/ash_unittests.cc',
399 'test/capture_tracking_view.cc', 399 'test/capture_tracking_view.cc',
400 'test/capture_tracking_view.h', 400 'test/capture_tracking_view.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'shell/cocoa/app-Info.plist', 560 'shell/cocoa/app-Info.plist',
561 ], 561 ],
562 'xcode_settings': { 562 'xcode_settings': {
563 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 563 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
564 }, 564 },
565 }], 565 }],
566 ], 566 ],
567 }, 567 },
568 ], 568 ],
569 } 569 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/dip_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698