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

Side by Side Diff: ui/base/ui_base.gyp

Issue 211383007: Use FilePaths in content::DropData to avoid redundant conversions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang-format Created 6 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'dragdrop/drag_source_win.cc', 153 'dragdrop/drag_source_win.cc',
154 'dragdrop/drag_source_win.h', 154 'dragdrop/drag_source_win.h',
155 'dragdrop/drag_utils.cc', 155 'dragdrop/drag_utils.cc',
156 'dragdrop/drag_utils.h', 156 'dragdrop/drag_utils.h',
157 'dragdrop/drag_utils_aura.cc', 157 'dragdrop/drag_utils_aura.cc',
158 'dragdrop/drag_utils_win.cc', 158 'dragdrop/drag_utils_win.cc',
159 'dragdrop/drop_target_event.cc', 159 'dragdrop/drop_target_event.cc',
160 'dragdrop/drop_target_event.h', 160 'dragdrop/drop_target_event.h',
161 'dragdrop/drop_target_win.cc', 161 'dragdrop/drop_target_win.cc',
162 'dragdrop/drop_target_win.h', 162 'dragdrop/drop_target_win.h',
163 'dragdrop/file_info.cc',
164 'dragdrop/file_info.h',
163 'dragdrop/gtk_dnd_util.cc', 165 'dragdrop/gtk_dnd_util.cc',
164 'dragdrop/gtk_dnd_util.h', 166 'dragdrop/gtk_dnd_util.h',
165 'dragdrop/os_exchange_data.cc', 167 'dragdrop/os_exchange_data.cc',
166 'dragdrop/os_exchange_data.h', 168 'dragdrop/os_exchange_data.h',
167 'dragdrop/os_exchange_data_provider_aura.cc', 169 'dragdrop/os_exchange_data_provider_aura.cc',
168 'dragdrop/os_exchange_data_provider_aura.h', 170 'dragdrop/os_exchange_data_provider_aura.h',
169 'dragdrop/os_exchange_data_provider_aurax11.cc', 171 'dragdrop/os_exchange_data_provider_aurax11.cc',
170 'dragdrop/os_exchange_data_provider_aurax11.h', 172 'dragdrop/os_exchange_data_provider_aurax11.h',
171 'dragdrop/os_exchange_data_provider_win.cc', 173 'dragdrop/os_exchange_data_provider_win.cc',
172 'dragdrop/os_exchange_data_provider_win.h', 174 'dragdrop/os_exchange_data_provider_win.h',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'variables': { 623 'variables': {
622 'jni_gen_package': 'ui', 624 'jni_gen_package': 'ui',
623 'jni_generator_ptr_type': 'long', 625 'jni_generator_ptr_type': 'long',
624 }, 626 },
625 'includes': [ '../../build/jni_generator.gypi' ], 627 'includes': [ '../../build/jni_generator.gypi' ],
626 }, 628 },
627 ], 629 ],
628 }], 630 }],
629 ], 631 ],
630 } 632 }
OLDNEW
« ui/base/dragdrop/file_info.cc ('K') | « ui/base/dragdrop/os_exchange_data_provider_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698