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

Side by Side Diff: ui/ui.gyp

Issue 9619025: Move FindPasteboard to ui/base/cocoa since it's used by two modules (content+chrome). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'base/clipboard/clipboard_aurax11.cc', 78 'base/clipboard/clipboard_aurax11.cc',
79 'base/clipboard/clipboard_gtk.cc', 79 'base/clipboard/clipboard_gtk.cc',
80 'base/clipboard/clipboard_mac.mm', 80 'base/clipboard/clipboard_mac.mm',
81 'base/clipboard/clipboard_util_win.cc', 81 'base/clipboard/clipboard_util_win.cc',
82 'base/clipboard/clipboard_util_win.h', 82 'base/clipboard/clipboard_util_win.h',
83 'base/clipboard/clipboard_win.cc', 83 'base/clipboard/clipboard_win.cc',
84 'base/clipboard/custom_data_helper.cc', 84 'base/clipboard/custom_data_helper.cc',
85 'base/clipboard/custom_data_helper.h', 85 'base/clipboard/custom_data_helper.h',
86 'base/clipboard/custom_data_helper_mac.mm', 86 'base/clipboard/custom_data_helper_mac.mm',
87 'base/clipboard/custom_data_helper_x.cc', 87 'base/clipboard/custom_data_helper_x.cc',
88 'base/clipboard/find_pasteboard.h',
89 'base/clipboard/find_pasteboard.mm',
88 'base/clipboard/scoped_clipboard_writer.cc', 90 'base/clipboard/scoped_clipboard_writer.cc',
89 'base/clipboard/scoped_clipboard_writer.h', 91 'base/clipboard/scoped_clipboard_writer.h',
90 'base/cocoa/base_view.h', 92 'base/cocoa/base_view.h',
91 'base/cocoa/base_view.mm', 93 'base/cocoa/base_view.mm',
92 'base/cocoa/events_mac.mm', 94 'base/cocoa/events_mac.mm',
93 'base/cocoa/focus_tracker.h', 95 'base/cocoa/focus_tracker.h',
94 'base/cocoa/focus_tracker.mm', 96 'base/cocoa/focus_tracker.mm',
95 'base/dragdrop/cocoa_dnd_util.h', 97 'base/dragdrop/cocoa_dnd_util.h',
96 'base/dragdrop/cocoa_dnd_util.mm', 98 'base/dragdrop/cocoa_dnd_util.mm',
97 'base/dragdrop/drag_drop_types_gtk.cc', 99 'base/dragdrop/drag_drop_types_gtk.cc',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 692 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
691 'os.chmod(\'<(ui_copy_dest)\', 0700)' 693 'os.chmod(\'<(ui_copy_dest)\', 0700)'
692 ] 694 ]
693 } 695 }
694 ], 696 ],
695 }, 697 },
696 ], 698 ],
697 }], 699 }],
698 ], 700 ],
699 } 701 }
OLDNEW
« ui/base/clipboard/find_pasteboard.h ('K') | « ui/base/clipboard/find_pasteboard.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698