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

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

Issue 284743009: events: Create a separate platforms target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | « components/bookmarks.gypi ('k') | ui/base/ui_base.gyp » ('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 {
11 'target_name': 'aura', 11 'target_name': 'aura',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../gpu/gpu.gyp:gpu', 17 '../../gpu/gpu.gyp:gpu',
18 '../../skia/skia.gyp:skia', 18 '../../skia/skia.gyp:skia',
19 '../base/ui_base.gyp:ui_base', 19 '../base/ui_base.gyp:ui_base',
20 '../compositor/compositor.gyp:compositor', 20 '../compositor/compositor.gyp:compositor',
21 '../events/events.gyp:events', 21 '../events/events.gyp:events',
22 '../events/events.gyp:events_base', 22 '../events/events.gyp:events_base',
23 '../events/platform/events_platform.gyp:events_platform',
23 '../gfx/gfx.gyp:gfx', 24 '../gfx/gfx.gyp:gfx',
24 '../gfx/gfx.gyp:gfx_geometry', 25 '../gfx/gfx.gyp:gfx_geometry',
25 ], 26 ],
26 'defines': [ 27 'defines': [
27 'AURA_IMPLEMENTATION', 28 'AURA_IMPLEMENTATION',
28 ], 29 ],
29 'sources': [ 30 'sources': [
30 'client/aura_constants.cc', 31 'client/aura_constants.cc',
31 'client/aura_constants.h', 32 'client/aura_constants.h',
32 'client/capture_client.cc', 33 'client/capture_client.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 '../wm/public/transient_window_client.h', 110 '../wm/public/transient_window_client.h',
110 '../wm/public/window_move_client.cc', 111 '../wm/public/window_move_client.cc',
111 '../wm/public/window_move_client.h', 112 '../wm/public/window_move_client.h',
112 ], 113 ],
113 'conditions': [ 114 'conditions': [
114 ['use_x11==1', { 115 ['use_x11==1', {
115 'dependencies': [ 116 'dependencies': [
116 '../../build/linux/system.gyp:x11', 117 '../../build/linux/system.gyp:x11',
117 '../../build/linux/system.gyp:xrandr', 118 '../../build/linux/system.gyp:xrandr',
118 '../../build/linux/system.gyp:xi', 119 '../../build/linux/system.gyp:xi',
120 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
119 ], 121 ],
120 }], 122 }],
121 ['OS=="win"', { 123 ['OS=="win"', {
122 'dependencies': [ 124 'dependencies': [
123 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages', 125 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
124 '../../ipc/ipc.gyp:ipc', 126 '../../ipc/ipc.gyp:ipc',
125 ], 127 ],
126 'sources!': [ 128 'sources!': [
127 'input_state_lookup.cc', 129 'input_state_lookup.cc',
128 ], 130 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 ['OS=="linux" and use_allocator!="none"', { 291 ['OS=="linux" and use_allocator!="none"', {
290 'dependencies': [ 292 'dependencies': [
291 # See http://crbug.com/162998#c4 for why this is needed. 293 # See http://crbug.com/162998#c4 for why this is needed.
292 '../../base/allocator/allocator.gyp:allocator', 294 '../../base/allocator/allocator.gyp:allocator',
293 ], 295 ],
294 }], 296 }],
295 ], 297 ],
296 }, 298 },
297 ], 299 ],
298 } 300 }
OLDNEW
« no previous file with comments | « components/bookmarks.gypi ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698