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

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

Issue 24788002: events: Make it a separate component from ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 | « ui/events/events_export.h ('k') | ui/message_center/message_center.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 26 matching lines...) Expand all
37 'type': '<(component)', 37 'type': '<(component)',
38 'dependencies': [ 38 'dependencies': [
39 '../../base/base.gyp:base', 39 '../../base/base.gyp:base',
40 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 40 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
41 '../../content/content.gyp:content_browser', 41 '../../content/content.gyp:content_browser',
42 '../../ipc/ipc.gyp:ipc', 42 '../../ipc/ipc.gyp:ipc',
43 '../../skia/skia.gyp:skia', 43 '../../skia/skia.gyp:skia',
44 '../../url/url.gyp:url_lib', 44 '../../url/url.gyp:url_lib',
45 '../aura/aura.gyp:aura', 45 '../aura/aura.gyp:aura',
46 '../compositor/compositor.gyp:compositor', 46 '../compositor/compositor.gyp:compositor',
47 '../events/events.gyp:events',
47 '../gfx/gfx.gyp:gfx', 48 '../gfx/gfx.gyp:gfx',
48 '../ui.gyp:ui', 49 '../ui.gyp:ui',
49 'keyboard_resources', 50 'keyboard_resources',
50 ], 51 ],
51 'defines': [ 52 'defines': [
52 'KEYBOARD_IMPLEMENTATION', 53 'KEYBOARD_IMPLEMENTATION',
53 ], 54 ],
54 'sources': [ 55 'sources': [
55 'keyboard.cc', 56 'keyboard.cc',
56 'keyboard.h', 57 'keyboard.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 100 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
100 ], 101 ],
101 'link_settings': { 102 'link_settings': {
102 'ldflags': ['-rdynamic'], 103 'ldflags': ['-rdynamic'],
103 }, 104 },
104 }], 105 }],
105 ], 106 ],
106 }, 107 },
107 ], 108 ],
108 } 109 }
OLDNEW
« no previous file with comments | « ui/events/events_export.h ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698