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: ui/aura/aura.gyp

Issue 44933002: Implement OzonePlatform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 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/DEPS ('k') | ui/aura/root_window_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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 }], 118 }],
119 ['OS=="win"', { 119 ['OS=="win"', {
120 'dependencies': [ 120 'dependencies': [
121 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', 121 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
122 '../../ipc/ipc.gyp:ipc', 122 '../../ipc/ipc.gyp:ipc',
123 ], 123 ],
124 'sources!': [ 124 'sources!': [
125 'input_state_lookup.cc', 125 'input_state_lookup.cc',
126 ], 126 ],
127 }], 127 }],
128 ['use_ozone==1', {
129 'dependencies': [
130 '../ozone/ozone.gyp:ozone',
131 ],
132 }],
128 ], 133 ],
129 }, 134 },
130 { 135 {
131 'target_name': 'aura_test_support', 136 'target_name': 'aura_test_support',
132 'type': 'static_library', 137 'type': 'static_library',
133 'dependencies': [ 138 'dependencies': [
134 '../../skia/skia.gyp:skia', 139 '../../skia/skia.gyp:skia',
135 '../../testing/gtest.gyp:gtest', 140 '../../testing/gtest.gyp:gtest',
136 '../compositor/compositor.gyp:compositor_test_support', 141 '../compositor/compositor.gyp:compositor_test_support',
137 '../events/events.gyp:events', 142 '../events/events.gyp:events',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 ['OS=="linux" and linux_use_tcmalloc==1', { 305 ['OS=="linux" and linux_use_tcmalloc==1', {
301 'dependencies': [ 306 'dependencies': [
302 # See http://crbug.com/162998#c4 for why this is needed. 307 # See http://crbug.com/162998#c4 for why this is needed.
303 '../../base/allocator/allocator.gyp:allocator', 308 '../../base/allocator/allocator.gyp:allocator',
304 ], 309 ],
305 }], 310 }],
306 ], 311 ],
307 }, 312 },
308 ], 313 ],
309 } 314 }
OLDNEW
« no previous file with comments | « ui/aura/DEPS ('k') | ui/aura/root_window_host_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698