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

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

Issue 714253002: aura/ozone: Remove dep on events_ozone, remove and #include (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/window_tree_host_ozone.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', 127 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
128 '../platform_window/win/win_window.gyp:win_window', 128 '../platform_window/win/win_window.gyp:win_window',
129 '../../ipc/ipc.gyp:ipc', 129 '../../ipc/ipc.gyp:ipc',
130 ], 130 ],
131 'sources!': [ 131 'sources!': [
132 'input_state_lookup.cc', 132 'input_state_lookup.cc',
133 ], 133 ],
134 }], 134 }],
135 ['use_ozone==1', { 135 ['use_ozone==1', {
136 'dependencies': [ 136 'dependencies': [
137 '../events/ozone/events_ozone.gyp:events_ozone',
138 '../ozone/ozone.gyp:ozone', 137 '../ozone/ozone.gyp:ozone',
139 '../ozone/ozone.gyp:ozone_base', 138 '../ozone/ozone.gyp:ozone_base',
140 ], 139 ],
141 }], 140 }],
142 ], 141 ],
143 }, 142 },
144 { 143 {
145 # GN version: //ui/aura:test_support 144 # GN version: //ui/aura:test_support
146 'target_name': 'aura_test_support', 145 'target_name': 'aura_test_support',
147 'type': 'static_library', 146 'type': 'static_library',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ['OS=="linux" and use_allocator!="none"', { 302 ['OS=="linux" and use_allocator!="none"', {
304 'dependencies': [ 303 'dependencies': [
305 # See http://crbug.com/162998#c4 for why this is needed. 304 # See http://crbug.com/162998#c4 for why this is needed.
306 '../../base/allocator/allocator.gyp:allocator', 305 '../../base/allocator/allocator.gyp:allocator',
307 ], 306 ],
308 }], 307 }],
309 ], 308 ],
310 }, 309 },
311 ], 310 ],
312 } 311 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/window_tree_host_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698