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

Side by Side Diff: ui/ui.gyp

Issue 8953037: Aura needs event translation for Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Nico's comment #5. Created 9 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
« no previous file with comments | « ui/base/test/cocoa_test_event_utils.mm ('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) 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 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'base/clipboard/clipboard_mac.mm', 76 'base/clipboard/clipboard_mac.mm',
77 'base/clipboard/clipboard_util_win.cc', 77 'base/clipboard/clipboard_util_win.cc',
78 'base/clipboard/clipboard_util_win.h', 78 'base/clipboard/clipboard_util_win.h',
79 'base/clipboard/clipboard_win.cc', 79 'base/clipboard/clipboard_win.cc',
80 'base/clipboard/custom_data_helper.cc', 80 'base/clipboard/custom_data_helper.cc',
81 'base/clipboard/custom_data_helper.h', 81 'base/clipboard/custom_data_helper.h',
82 'base/clipboard/scoped_clipboard_writer.cc', 82 'base/clipboard/scoped_clipboard_writer.cc',
83 'base/clipboard/scoped_clipboard_writer.h', 83 'base/clipboard/scoped_clipboard_writer.h',
84 'base/cocoa/base_view.h', 84 'base/cocoa/base_view.h',
85 'base/cocoa/base_view.mm', 85 'base/cocoa/base_view.mm',
86 'base/cocoa/events_mac.mm',
86 'base/dragdrop/cocoa_dnd_util.h', 87 'base/dragdrop/cocoa_dnd_util.h',
87 'base/dragdrop/cocoa_dnd_util.mm', 88 'base/dragdrop/cocoa_dnd_util.mm',
88 'base/dragdrop/drag_drop_types_gtk.cc', 89 'base/dragdrop/drag_drop_types_gtk.cc',
89 'base/dragdrop/drag_drop_types.h', 90 'base/dragdrop/drag_drop_types.h',
90 'base/dragdrop/drag_drop_types_win.cc', 91 'base/dragdrop/drag_drop_types_win.cc',
91 'base/dragdrop/drag_source.cc', 92 'base/dragdrop/drag_source.cc',
92 'base/dragdrop/drag_source.h', 93 'base/dragdrop/drag_source.h',
93 'base/dragdrop/drop_target.cc', 94 'base/dragdrop/drop_target.cc',
94 'base/dragdrop/drop_target.h', 95 'base/dragdrop/drop_target.h',
95 'base/dragdrop/gtk_dnd_util.cc', 96 'base/dragdrop/gtk_dnd_util.cc',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 677 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
677 'os.chmod(\'<(ui_copy_dest)\', 0700)' 678 'os.chmod(\'<(ui_copy_dest)\', 0700)'
678 ] 679 ]
679 } 680 }
680 ], 681 ],
681 }, 682 },
682 ], 683 ],
683 }], 684 }],
684 ], 685 ],
685 } 686 }
OLDNEW
« no previous file with comments | « ui/base/test/cocoa_test_event_utils.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698