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

Side by Side Diff: ui/aura/aura.gyp

Issue 9960042: Refactor screen/monitor so that gfx::Screen returns monitor object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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 | « content/test/test_renderer_host.cc ('k') | ui/aura/monitor.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'env.h', 66 'env.h',
67 'env_observer.h', 67 'env_observer.h',
68 'event.cc', 68 'event.cc',
69 'event.h', 69 'event.h',
70 'event_filter.h', 70 'event_filter.h',
71 'event_mac.mm', 71 'event_mac.mm',
72 'event_mac.h', 72 'event_mac.h',
73 'focus_manager.h', 73 'focus_manager.h',
74 'layout_manager.cc', 74 'layout_manager.cc',
75 'layout_manager.h', 75 'layout_manager.h',
76 'monitor.cc',
77 'monitor.h',
78 'monitor_change_observer_x11.cc', 76 'monitor_change_observer_x11.cc',
79 'monitor_change_observer_x11.h', 77 'monitor_change_observer_x11.h',
80 'monitor_manager.cc', 78 'monitor_manager.cc',
81 'monitor_manager.h', 79 'monitor_manager.h',
80 'monitor_observer.cc',
81 'monitor_observer.h',
82 'root_window_host.h', 82 'root_window_host.h',
83 'root_window_host_linux.cc', 83 'root_window_host_linux.cc',
84 'root_window_host_linux.h', 84 'root_window_host_linux.h',
85 'root_window_host_mac.h', 85 'root_window_host_mac.h',
86 'root_window_host_mac.mm', 86 'root_window_host_mac.mm',
87 'root_window_host_win.cc', 87 'root_window_host_win.cc',
88 'root_window_host_win.h', 88 'root_window_host_win.h',
89 'root_window_mac.h', 89 'root_window_mac.h',
90 'root_window_mac.mm', 90 'root_window_mac.mm',
91 'root_window_view_mac.h', 91 'root_window_view_mac.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 # osmesa GL implementation is used on linux. 212 # osmesa GL implementation is used on linux.
213 ['OS=="linux"', { 213 ['OS=="linux"', {
214 'dependencies': [ 214 'dependencies': [
215 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 215 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
216 ], 216 ],
217 }], 217 }],
218 ], 218 ],
219 }, 219 },
220 ], 220 ],
221 } 221 }
OLDNEW
« no previous file with comments | « content/test/test_renderer_host.cc ('k') | ui/aura/monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698