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

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

Issue 410873003: Revert 284850 "aura: Use PlatformWindow from WindowTreeHostWin." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'dependencies': [ 117 'dependencies': [
118 '../../build/linux/system.gyp:x11', 118 '../../build/linux/system.gyp:x11',
119 '../../build/linux/system.gyp:xrandr', 119 '../../build/linux/system.gyp:xrandr',
120 '../../build/linux/system.gyp:xi', 120 '../../build/linux/system.gyp:xi',
121 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 121 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
122 ], 122 ],
123 }], 123 }],
124 ['OS=="win"', { 124 ['OS=="win"', {
125 'dependencies': [ 125 'dependencies': [
126 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', 126 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
127 '../platform_window/win/win_window.gyp:win_window',
128 '../../ipc/ipc.gyp:ipc', 127 '../../ipc/ipc.gyp:ipc',
129 ], 128 ],
130 'sources!': [ 129 'sources!': [
131 'input_state_lookup.cc', 130 'input_state_lookup.cc',
132 ], 131 ],
133 }], 132 }],
134 ['use_ozone==1', { 133 ['use_ozone==1', {
135 'dependencies': [ 134 'dependencies': [
136 '../events/ozone/events_ozone.gyp:events_ozone', 135 '../events/ozone/events_ozone.gyp:events_ozone',
137 '../ozone/ozone.gyp:ozone', 136 '../ozone/ozone.gyp:ozone',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ['OS=="linux" and use_allocator!="none"', { 299 ['OS=="linux" and use_allocator!="none"', {
301 'dependencies': [ 300 'dependencies': [
302 # See http://crbug.com/162998#c4 for why this is needed. 301 # See http://crbug.com/162998#c4 for why this is needed.
303 '../../base/allocator/allocator.gyp:allocator', 302 '../../base/allocator/allocator.gyp:allocator',
304 ], 303 ],
305 }], 304 }],
306 ], 305 ],
307 }, 306 },
308 ], 307 ],
309 } 308 }
OLDNEW
« no previous file with comments | « trunk/src/mojo/services/native_viewport/native_viewport_x11.cc ('k') | trunk/src/ui/aura/window_tree_host_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698