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

Side by Side Diff: ui/ui.gyp

Issue 12566007: Wrap calls to GetTouchInputInfo (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Correcting namespace references. Created 7 years, 9 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
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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'base/win/message_box_win.h', 302 'base/win/message_box_win.h',
303 'base/win/mouse_wheel_util.cc', 303 'base/win/mouse_wheel_util.cc',
304 'base/win/mouse_wheel_util.h', 304 'base/win/mouse_wheel_util.h',
305 'base/win/scoped_ole_initializer.cc', 305 'base/win/scoped_ole_initializer.cc',
306 'base/win/scoped_ole_initializer.h', 306 'base/win/scoped_ole_initializer.h',
307 'base/win/scoped_set_map_mode.h', 307 'base/win/scoped_set_map_mode.h',
308 'base/win/shell.cc', 308 'base/win/shell.cc',
309 'base/win/shell.h', 309 'base/win/shell.h',
310 'base/win/singleton_hwnd.cc', 310 'base/win/singleton_hwnd.cc',
311 'base/win/singleton_hwnd.h', 311 'base/win/singleton_hwnd.h',
312 'base/win/touch_input.cc',
313 'base/win/touch_input.h',
312 'base/win/window_impl.cc', 314 'base/win/window_impl.cc',
313 'base/win/window_impl.h', 315 'base/win/window_impl.h',
314 'base/window_open_disposition.cc', 316 'base/window_open_disposition.cc',
315 'base/window_open_disposition.h', 317 'base/window_open_disposition.h',
316 'base/work_area_watcher_observer.h', 318 'base/work_area_watcher_observer.h',
317 'base/x/active_window_watcher_x.cc', 319 'base/x/active_window_watcher_x.cc',
318 'base/x/active_window_watcher_x.h', 320 'base/x/active_window_watcher_x.h',
319 'base/x/active_window_watcher_x_observer.h', 321 'base/x/active_window_watcher_x_observer.h',
320 'base/x/device_list_cache_x.cc', 322 'base/x/device_list_cache_x.cc',
321 'base/x/device_list_cache_x.h', 323 'base/x/device_list_cache_x.h',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'link_settings': { 935 'link_settings': {
934 'libraries': [ 936 'libraries': [
935 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 937 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
936 ], 938 ],
937 }, 939 },
938 }, 940 },
939 ], 941 ],
940 }], 942 }],
941 ], 943 ],
942 } 944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698