| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'cursor/cursor_loader_x11.cc', | 125 'cursor/cursor_loader_x11.cc', |
| 126 'cursor/cursor_loader_x11.h', | 126 'cursor/cursor_loader_x11.h', |
| 127 'cursor/cursor_ozone.cc', | 127 'cursor/cursor_ozone.cc', |
| 128 'cursor/cursor_mac.mm', | 128 'cursor/cursor_mac.mm', |
| 129 'cursor/cursor_util.cc', | 129 'cursor/cursor_util.cc', |
| 130 'cursor/cursor_util.h', | 130 'cursor/cursor_util.h', |
| 131 'cursor/cursor_win.cc', | 131 'cursor/cursor_win.cc', |
| 132 'cursor/cursor_x11.cc', | 132 'cursor/cursor_x11.cc', |
| 133 'cursor/cursors_aura.cc', | 133 'cursor/cursors_aura.cc', |
| 134 'cursor/cursors_aura.h', | 134 'cursor/cursors_aura.h', |
| 135 'cursor/image_cursors.cc', |
| 136 'cursor/image_cursors.h', |
| 135 'cursor/ozone/bitmap_cursor_factory_ozone.cc', | 137 'cursor/ozone/bitmap_cursor_factory_ozone.cc', |
| 136 'cursor/ozone/bitmap_cursor_factory_ozone.h', | 138 'cursor/ozone/bitmap_cursor_factory_ozone.h', |
| 137 'cursor/ozone/cursor_factory_ozone.cc', | 139 'cursor/ozone/cursor_factory_ozone.cc', |
| 138 'cursor/ozone/cursor_factory_ozone.h', | 140 'cursor/ozone/cursor_factory_ozone.h', |
| 139 'default_theme_provider.cc', | 141 'default_theme_provider.cc', |
| 140 'default_theme_provider.h', | 142 'default_theme_provider.h', |
| 141 'default_theme_provider_mac.mm', | 143 'default_theme_provider_mac.mm', |
| 142 'device_form_factor_android.cc', | 144 'device_form_factor_android.cc', |
| 143 'device_form_factor_android.h', | 145 'device_form_factor_android.h', |
| 144 'device_form_factor_desktop.cc', | 146 'device_form_factor_desktop.cc', |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 'variables': { | 626 'variables': { |
| 625 'jni_gen_package': 'ui', | 627 'jni_gen_package': 'ui', |
| 626 'jni_generator_ptr_type': 'long', | 628 'jni_generator_ptr_type': 'long', |
| 627 }, | 629 }, |
| 628 'includes': [ '../../build/jni_generator.gypi' ], | 630 'includes': [ '../../build/jni_generator.gypi' ], |
| 629 }, | 631 }, |
| 630 ], | 632 ], |
| 631 }], | 633 }], |
| 632 ], | 634 ], |
| 633 } | 635 } |
| OLD | NEW |