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

Side by Side Diff: ash/ash.gyp

Issue 9701098: MultiMonitor support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix shutdown order Created 8 years, 9 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/monitor/monitor_controller.h » ('j') | ash/monitor/monitor_controller.h » ('J')
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'launcher/launcher_view.cc', 96 'launcher/launcher_view.cc',
97 'launcher/launcher_view.h', 97 'launcher/launcher_view.h',
98 'launcher/launcher_window_cycler.cc', 98 'launcher/launcher_window_cycler.cc',
99 'launcher/launcher_window_cycler.h', 99 'launcher/launcher_window_cycler.h',
100 'launcher/tabbed_launcher_button.cc', 100 'launcher/tabbed_launcher_button.cc',
101 'launcher/tabbed_launcher_button.h', 101 'launcher/tabbed_launcher_button.h',
102 'launcher/view_model.cc', 102 'launcher/view_model.cc',
103 'launcher/view_model.h', 103 'launcher/view_model.h',
104 'launcher/view_model_utils.cc', 104 'launcher/view_model_utils.cc',
105 'launcher/view_model_utils.h', 105 'launcher/view_model_utils.h',
106 'monitor/monitor_controller.cc',
107 'monitor/monitor_controller.h',
108 'monitor/multi_monitor_manager.cc',
109 'monitor/multi_monitor_manager.h',
110 'monitor/secondary_monitor_view.cc',
111 'monitor/secondary_monitor_view.h',
106 'screen_ash.cc', 112 'screen_ash.cc',
107 'screen_ash.h', 113 'screen_ash.h',
108 'screenshot_delegate.h', 114 'screenshot_delegate.h',
109 'shell.cc', 115 'shell.cc',
110 'shell.h', 116 'shell.h',
111 'shell_delegate.h', 117 'shell_delegate.h',
112 'shell_factory.h', 118 'shell_factory.h',
113 'shell_window_ids.h', 119 'shell_window_ids.h',
114 'status_area/status_area_view.cc', 120 'status_area/status_area_view.cc',
115 'status_area/status_area_view.h', 121 'status_area/status_area_view.h',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'shell/cocoa/app-Info.plist', 443 'shell/cocoa/app-Info.plist',
438 ], 444 ],
439 'xcode_settings': { 445 'xcode_settings': {
440 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 446 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
441 }, 447 },
442 }], 448 }],
443 ], 449 ],
444 }, 450 },
445 ], 451 ],
446 } 452 }
OLDNEW
« no previous file with comments | « no previous file | ash/monitor/monitor_controller.h » ('j') | ash/monitor/monitor_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698