OLD | NEW |
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'cursor/image_cursors.cc', | 213 'cursor/image_cursors.cc', |
214 'cursor/image_cursors.h', | 214 'cursor/image_cursors.h', |
215 'cursor/ozone/bitmap_cursor_factory_ozone.cc', | 215 'cursor/ozone/bitmap_cursor_factory_ozone.cc', |
216 'cursor/ozone/bitmap_cursor_factory_ozone.h', | 216 'cursor/ozone/bitmap_cursor_factory_ozone.h', |
217 'default_style.h', | 217 'default_style.h', |
218 'default_theme_provider.cc', | 218 'default_theme_provider.cc', |
219 'default_theme_provider.h', | 219 'default_theme_provider.h', |
220 'default_theme_provider_mac.mm', | 220 'default_theme_provider_mac.mm', |
221 'device_form_factor.h', | 221 'device_form_factor.h', |
222 'device_form_factor_android.cc', | 222 'device_form_factor_android.cc', |
223 'device_form_factor_android.h', | |
224 'device_form_factor_desktop.cc', | 223 'device_form_factor_desktop.cc', |
225 'device_form_factor_ios.mm', | 224 'device_form_factor_ios.mm', |
226 'dragdrop/cocoa_dnd_util.h', | 225 'dragdrop/cocoa_dnd_util.h', |
227 'dragdrop/cocoa_dnd_util.mm', | 226 'dragdrop/cocoa_dnd_util.mm', |
228 'dragdrop/drag_drop_types.h', | 227 'dragdrop/drag_drop_types.h', |
229 'dragdrop/drag_drop_types_mac.mm', | 228 'dragdrop/drag_drop_types_mac.mm', |
230 'dragdrop/drag_drop_types_win.cc', | 229 'dragdrop/drag_drop_types_win.cc', |
231 'dragdrop/drag_source_win.cc', | 230 'dragdrop/drag_source_win.cc', |
232 'dragdrop/drag_source_win.h', | 231 'dragdrop/drag_source_win.h', |
233 'dragdrop/drag_utils.cc', | 232 'dragdrop/drag_utils.cc', |
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 ], | 775 ], |
777 'variables': { | 776 'variables': { |
778 'jni_gen_package': 'ui', | 777 'jni_gen_package': 'ui', |
779 }, | 778 }, |
780 'includes': [ '../../build/jni_generator.gypi' ], | 779 'includes': [ '../../build/jni_generator.gypi' ], |
781 }, | 780 }, |
782 ], | 781 ], |
783 }], | 782 }], |
784 ], | 783 ], |
785 } | 784 } |
OLD | NEW |