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