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

Side by Side Diff: ui/ui.gyp

Issue 7942004: Consolidate/cleanup event cracking code; single out GdkEvents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windows event code consolidation. Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'base/theme_provider.h', 189 'base/theme_provider.h',
190 'base/ui_base_exports.cc', 190 'base/ui_base_exports.cc',
191 'base/ui_base_paths.cc', 191 'base/ui_base_paths.cc',
192 'base/ui_base_paths.h', 192 'base/ui_base_paths.h',
193 'base/ui_base_switches.cc', 193 'base/ui_base_switches.cc',
194 'base/ui_base_switches.h', 194 'base/ui_base_switches.h',
195 'base/ui_base_types.h', 195 'base/ui_base_types.h',
196 'base/ui_export.h', 196 'base/ui_export.h',
197 'base/view_prop.cc', 197 'base/view_prop.cc',
198 'base/view_prop.h', 198 'base/view_prop.h',
199 'base/win/event_util.cc',
200 'base/win/event_util.h',
199 'base/win/hwnd_util.cc', 201 'base/win/hwnd_util.cc',
200 'base/win/hwnd_util.h', 202 'base/win/hwnd_util.h',
201 'base/win/ime_input.cc', 203 'base/win/ime_input.cc',
202 'base/win/ime_input.h', 204 'base/win/ime_input.h',
203 'base/win/mouse_wheel_util.cc', 205 'base/win/mouse_wheel_util.cc',
204 'base/win/mouse_wheel_util.h', 206 'base/win/mouse_wheel_util.h',
205 'base/win/shell.cc', 207 'base/win/shell.cc',
206 'base/win/shell.h', 208 'base/win/shell.h',
207 'base/win/window_impl.cc', 209 'base/win/window_impl.cc',
208 'base/win/window_impl.h', 210 'base/win/window_impl.h',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 531 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
530 'os.chmod(\'<(ui_copy_dest)\', 0700)' 532 'os.chmod(\'<(ui_copy_dest)\', 0700)'
531 ] 533 ]
532 } 534 }
533 ], 535 ],
534 }, 536 },
535 ], 537 ],
536 }], 538 }],
537 ], 539 ],
538 } 540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698