| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'cursor/cursor_x11.cc', | 191 'cursor/cursor_x11.cc', |
| 192 'cursor/cursors_aura.cc', | 192 'cursor/cursors_aura.cc', |
| 193 'cursor/cursors_aura.h', | 193 'cursor/cursors_aura.h', |
| 194 'cursor/image_cursors.cc', | 194 'cursor/image_cursors.cc', |
| 195 'cursor/image_cursors.h', | 195 'cursor/image_cursors.h', |
| 196 'cursor/ozone/bitmap_cursor_factory_ozone.cc', | 196 'cursor/ozone/bitmap_cursor_factory_ozone.cc', |
| 197 'cursor/ozone/bitmap_cursor_factory_ozone.h', | 197 'cursor/ozone/bitmap_cursor_factory_ozone.h', |
| 198 'default_theme_provider.cc', | 198 'default_theme_provider.cc', |
| 199 'default_theme_provider.h', | 199 'default_theme_provider.h', |
| 200 'default_theme_provider_mac.mm', | 200 'default_theme_provider_mac.mm', |
| 201 'default_style.h', |
| 201 'device_form_factor.h', | 202 'device_form_factor.h', |
| 202 'device_form_factor_android.cc', | 203 'device_form_factor_android.cc', |
| 203 'device_form_factor_android.h', | 204 'device_form_factor_android.h', |
| 204 'device_form_factor_desktop.cc', | 205 'device_form_factor_desktop.cc', |
| 205 'device_form_factor_ios.mm', | 206 'device_form_factor_ios.mm', |
| 206 'dragdrop/cocoa_dnd_util.h', | 207 'dragdrop/cocoa_dnd_util.h', |
| 207 'dragdrop/cocoa_dnd_util.mm', | 208 'dragdrop/cocoa_dnd_util.mm', |
| 208 'dragdrop/drag_drop_types.h', | 209 'dragdrop/drag_drop_types.h', |
| 209 'dragdrop/drag_drop_types_win.cc', | 210 'dragdrop/drag_drop_types_win.cc', |
| 210 'dragdrop/drag_source_win.cc', | 211 'dragdrop/drag_source_win.cc', |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 ], | 761 ], |
| 761 'variables': { | 762 'variables': { |
| 762 'jni_gen_package': 'ui', | 763 'jni_gen_package': 'ui', |
| 763 }, | 764 }, |
| 764 'includes': [ '../../build/jni_generator.gypi' ], | 765 'includes': [ '../../build/jni_generator.gypi' ], |
| 765 }, | 766 }, |
| 766 ], | 767 ], |
| 767 }], | 768 }], |
| 768 ], | 769 ], |
| 769 } | 770 } |
| OLD | NEW |