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

Side by Side Diff: ui/ui.gyp

Issue 10912168: events: Add some test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win-component Created 8 years, 3 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/base/events/event_target.h ('k') | ui/ui_unittests.gypi » ('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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'base/dragdrop/os_exchange_data.h', 179 'base/dragdrop/os_exchange_data.h',
180 'base/dragdrop/os_exchange_data_provider_aura.cc', 180 'base/dragdrop/os_exchange_data_provider_aura.cc',
181 'base/dragdrop/os_exchange_data_provider_aura.h', 181 'base/dragdrop/os_exchange_data_provider_aura.h',
182 'base/dragdrop/os_exchange_data_provider_gtk.cc', 182 'base/dragdrop/os_exchange_data_provider_gtk.cc',
183 'base/dragdrop/os_exchange_data_provider_gtk.h', 183 'base/dragdrop/os_exchange_data_provider_gtk.h',
184 'base/dragdrop/os_exchange_data_provider_win.cc', 184 'base/dragdrop/os_exchange_data_provider_win.cc',
185 'base/dragdrop/os_exchange_data_provider_win.h', 185 'base/dragdrop/os_exchange_data_provider_win.h',
186 'base/events/event.cc', 186 'base/events/event.cc',
187 'base/events/event.h', 187 'base/events/event.h',
188 'base/events/event_constants.h', 188 'base/events/event_constants.h',
189 'base/events/event_dispatcher.cc',
189 'base/events/event_dispatcher.h', 190 'base/events/event_dispatcher.h',
190 'base/events/event_handler.h', 191 'base/events/event_handler.h',
191 'base/events/event_target.cc', 192 'base/events/event_target.cc',
192 'base/events/event_target.h', 193 'base/events/event_target.h',
193 'base/gestures/gesture_configuration.cc', 194 'base/gestures/gesture_configuration.cc',
194 'base/gestures/gesture_configuration.h', 195 'base/gestures/gesture_configuration.h',
195 'base/gestures/gesture_point.cc', 196 'base/gestures/gesture_point.cc',
196 'base/gestures/gesture_point.h', 197 'base/gestures/gesture_point.h',
197 'base/gestures/gesture_recognizer.h', 198 'base/gestures/gesture_recognizer.h',
198 'base/gestures/gesture_recognizer_impl.cc', 199 'base/gestures/gesture_recognizer_impl.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 }, 783 },
783 ], 784 ],
784 'conditions': [ 785 'conditions': [
785 ['inside_chromium_build == 1', { 786 ['inside_chromium_build == 1', {
786 'includes': [ 787 'includes': [
787 'ui_unittests.gypi', 788 'ui_unittests.gypi',
788 ]}, 789 ]},
789 ], 790 ],
790 ], 791 ],
791 } 792 }
OLDNEW
« no previous file with comments | « ui/base/events/event_target.h ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698