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

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

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 ], 65 ],
66 }, 66 },
67 { 67 {
68 'target_name': 'events', 68 'target_name': 'events',
69 'type': '<(component)', 69 'type': '<(component)',
70 'dependencies': [ 70 'dependencies': [
71 '<(DEPTH)/base/base.gyp:base', 71 '<(DEPTH)/base/base.gyp:base',
72 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 72 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
73 '<(DEPTH)/skia/skia.gyp:skia', 73 '<(DEPTH)/skia/skia.gyp:skia',
74 '../gfx/gfx.gyp:gfx', 74 '../gfx/gfx.gyp:gfx',
75 '../gfx/gfx.gyp:gfx_geometry',
75 'events_base', 76 'events_base',
76 ], 77 ],
77 'defines': [ 78 'defines': [
78 'EVENTS_IMPLEMENTATION', 79 'EVENTS_IMPLEMENTATION',
79 ], 80 ],
80 'sources': [ 81 'sources': [
81 'event.cc', 82 'event.cc',
82 'event.h', 83 'event.h',
83 'event_constants.h', 84 'event_constants.h',
84 'event_dispatcher.cc', 85 'event_dispatcher.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 176 ],
176 }, 177 },
177 { 178 {
178 'target_name': 'events_unittests', 179 'target_name': 'events_unittests',
179 'type': '<(gtest_target_type)', 180 'type': '<(gtest_target_type)',
180 'dependencies': [ 181 'dependencies': [
181 '<(DEPTH)/base/base.gyp:base', 182 '<(DEPTH)/base/base.gyp:base',
182 '<(DEPTH)/base/base.gyp:test_support_base', 183 '<(DEPTH)/base/base.gyp:test_support_base',
183 '<(DEPTH)/testing/gtest.gyp:gtest', 184 '<(DEPTH)/testing/gtest.gyp:gtest',
184 '../gfx/gfx.gyp:gfx', 185 '../gfx/gfx.gyp:gfx',
186 '../gfx/gfx.gyp:gfx_geometry',
185 'dom4_keycode_converter', 187 'dom4_keycode_converter',
186 'events_base', 188 'events_base',
187 'events', 189 'events',
188 'events_test_support', 190 'events_test_support',
189 ], 191 ],
190 'sources': [ 192 'sources': [
191 'event_dispatcher_unittest.cc', 193 'event_dispatcher_unittest.cc',
192 'event_processor_unittest.cc', 194 'event_processor_unittest.cc',
193 'event_unittest.cc', 195 'event_unittest.cc',
194 'gestures/velocity_calculator_unittest.cc', 196 'gestures/velocity_calculator_unittest.cc',
195 'keycodes/dom4/keycode_converter_unittest.cc', 197 'keycodes/dom4/keycode_converter_unittest.cc',
196 'latency_info_unittest.cc', 198 'latency_info_unittest.cc',
197 'test/run_all_unittests.cc', 199 'test/run_all_unittests.cc',
198 'test/test_suite.cc', 200 'test/test_suite.cc',
199 'test/test_suite.h', 201 'test/test_suite.h',
200 'ozone/evdev/key_event_converter_unittest.cc', 202 'ozone/evdev/key_event_converter_unittest.cc',
201 'ozone/evdev/touch_event_converter_unittest.cc', 203 'ozone/evdev/touch_event_converter_unittest.cc',
202 'x/events_x_unittest.cc', 204 'x/events_x_unittest.cc',
203 ], 205 ],
204 'conditions': [ 206 'conditions': [
205 ['OS=="linux" and linux_use_tcmalloc==1', { 207 ['OS=="linux" and linux_use_tcmalloc==1', {
206 'dependencies': [ 208 'dependencies': [
207 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 209 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
208 ], 210 ],
209 }], 211 }],
210 ], 212 ],
211 }, 213 },
212 ], 214 ],
213 } 215 }
OLDNEW
« ui/aura/aura.gyp ('K') | « ui/compositor/compositor.gyp ('k') | ui/gfx/box_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698