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

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

Issue 1964283002: MacViews: Implemented Drag & Drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'default_theme_provider_mac.mm', 215 'default_theme_provider_mac.mm',
216 'default_style.h', 216 'default_style.h',
217 'device_form_factor.h', 217 'device_form_factor.h',
218 'device_form_factor_android.cc', 218 'device_form_factor_android.cc',
219 'device_form_factor_android.h', 219 'device_form_factor_android.h',
220 'device_form_factor_desktop.cc', 220 'device_form_factor_desktop.cc',
221 'device_form_factor_ios.mm', 221 'device_form_factor_ios.mm',
222 'dragdrop/cocoa_dnd_util.h', 222 'dragdrop/cocoa_dnd_util.h',
223 'dragdrop/cocoa_dnd_util.mm', 223 'dragdrop/cocoa_dnd_util.mm',
224 'dragdrop/drag_drop_types.h', 224 'dragdrop/drag_drop_types.h',
225 'dragdrop/drag_drop_types_mac.mm',
225 'dragdrop/drag_drop_types_win.cc', 226 'dragdrop/drag_drop_types_win.cc',
226 'dragdrop/drag_source_win.cc', 227 'dragdrop/drag_source_win.cc',
227 'dragdrop/drag_source_win.h', 228 'dragdrop/drag_source_win.h',
228 'dragdrop/drag_utils.cc', 229 'dragdrop/drag_utils.cc',
229 'dragdrop/drag_utils.h', 230 'dragdrop/drag_utils.h',
230 'dragdrop/drag_utils_aura.cc', 231 'dragdrop/drag_utils_aura.cc',
231 'dragdrop/drag_utils_mac.mm', 232 'dragdrop/drag_utils_mac.mm',
232 'dragdrop/drag_utils_win.cc', 233 'dragdrop/drag_utils_win.cc',
233 'dragdrop/drop_target_event.cc', 234 'dragdrop/drop_target_event.cc',
234 'dragdrop/drop_target_event.h', 235 'dragdrop/drop_target_event.h',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ], 774 ],
774 'variables': { 775 'variables': {
775 'jni_gen_package': 'ui', 776 'jni_gen_package': 'ui',
776 }, 777 },
777 'includes': [ '../../build/jni_generator.gypi' ], 778 'includes': [ '../../build/jni_generator.gypi' ],
778 }, 779 },
779 ], 780 ],
780 }], 781 }],
781 ], 782 ],
782 } 783 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698