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

Side by Side Diff: ui/ui.gyp

Issue 8803005: Helpers to pickle custom data for web copy/paste and drag/drop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments 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/clipboard/custom_data_helper_unittest.cc ('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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'base/animation/tween.cc', 70 'base/animation/tween.cc',
71 'base/animation/tween.h', 71 'base/animation/tween.h',
72 'base/clipboard/clipboard.cc', 72 'base/clipboard/clipboard.cc',
73 'base/clipboard/clipboard.h', 73 'base/clipboard/clipboard.h',
74 'base/clipboard/clipboard_aurax11.cc', 74 'base/clipboard/clipboard_aurax11.cc',
75 'base/clipboard/clipboard_gtk.cc', 75 'base/clipboard/clipboard_gtk.cc',
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',
81 'base/clipboard/custom_data_helper.h',
80 'base/clipboard/scoped_clipboard_writer.cc', 82 'base/clipboard/scoped_clipboard_writer.cc',
81 'base/clipboard/scoped_clipboard_writer.h', 83 'base/clipboard/scoped_clipboard_writer.h',
82 'base/cocoa/base_view.h', 84 'base/cocoa/base_view.h',
83 'base/cocoa/base_view.mm', 85 'base/cocoa/base_view.mm',
84 'base/dragdrop/cocoa_dnd_util.h', 86 'base/dragdrop/cocoa_dnd_util.h',
85 'base/dragdrop/cocoa_dnd_util.mm', 87 'base/dragdrop/cocoa_dnd_util.mm',
86 'base/dragdrop/drag_drop_types_gtk.cc', 88 'base/dragdrop/drag_drop_types_gtk.cc',
87 'base/dragdrop/drag_drop_types.h', 89 'base/dragdrop/drag_drop_types.h',
88 'base/dragdrop/drag_drop_types_win.cc', 90 'base/dragdrop/drag_drop_types_win.cc',
89 'base/dragdrop/drag_source.cc', 91 'base/dragdrop/drag_source.cc',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 649 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
648 'os.chmod(\'<(ui_copy_dest)\', 0700)' 650 'os.chmod(\'<(ui_copy_dest)\', 0700)'
649 ] 651 ]
650 } 652 }
651 ], 653 ],
652 }, 654 },
653 ], 655 ],
654 }], 656 }],
655 ], 657 ],
656 } 658 }
OLDNEW
« no previous file with comments | « ui/base/clipboard/custom_data_helper_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698