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

Side by Side Diff: ui/ui.gyp

Issue 10832011: Makes NativeViewHostWin change the parent of the hwnd when (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix focus issues Created 8 years, 4 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/win/hidden_window.cc ('k') | ui/views/controls/native/native_view_host_win.h » ('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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'base/view_prop.h', 282 'base/view_prop.h',
283 'base/win/accessibility_misc_utils.h', 283 'base/win/accessibility_misc_utils.h',
284 'base/win/accessibility_misc_utils.cc', 284 'base/win/accessibility_misc_utils.cc',
285 'base/win/atl_module.h', 285 'base/win/atl_module.h',
286 'base/win/dpi.cc', 286 'base/win/dpi.cc',
287 'base/win/dpi.h', 287 'base/win/dpi.h',
288 'base/win/events_win.cc', 288 'base/win/events_win.cc',
289 'base/win/extra_sdk_defines.h', 289 'base/win/extra_sdk_defines.h',
290 'base/win/foreground_helper.cc', 290 'base/win/foreground_helper.cc',
291 'base/win/foreground_helper.h', 291 'base/win/foreground_helper.h',
292 'base/win/hidden_window.cc',
293 'base/win/hidden_window.h',
292 'base/win/hwnd_util.cc', 294 'base/win/hwnd_util.cc',
293 'base/win/hwnd_util.h', 295 'base/win/hwnd_util.h',
294 'base/win/hwnd_subclass.cc', 296 'base/win/hwnd_subclass.cc',
295 'base/win/hwnd_subclass.h', 297 'base/win/hwnd_subclass.h',
296 'base/win/ime_input.cc', 298 'base/win/ime_input.cc',
297 'base/win/ime_input.h', 299 'base/win/ime_input.h',
298 'base/win/message_box_win.cc', 300 'base/win/message_box_win.cc',
299 'base/win/message_box_win.h', 301 'base/win/message_box_win.h',
300 'base/win/mouse_wheel_util.cc', 302 'base/win/mouse_wheel_util.cc',
301 'base/win/mouse_wheel_util.h', 303 'base/win/mouse_wheel_util.h',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 756 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
755 'os.chmod(\'<(ui_copy_dest)\', 0700)' 757 'os.chmod(\'<(ui_copy_dest)\', 0700)'
756 ] 758 ]
757 } 759 }
758 ], 760 ],
759 }, 761 },
760 ], 762 ],
761 }], 763 }],
762 ], 764 ],
763 } 765 }
OLDNEW
« no previous file with comments | « ui/base/win/hidden_window.cc ('k') | ui/views/controls/native/native_view_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698