| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'cocoa/remote_layer_api.h', | 120 'cocoa/remote_layer_api.h', |
| 121 'cocoa/remote_layer_api.mm', | 121 'cocoa/remote_layer_api.mm', |
| 122 'cocoa/tracking_area.h', | 122 'cocoa/tracking_area.h', |
| 123 'cocoa/tracking_area.mm', | 123 'cocoa/tracking_area.mm', |
| 124 'cocoa/underlay_opengl_hosting_window.h', | 124 'cocoa/underlay_opengl_hosting_window.h', |
| 125 'cocoa/underlay_opengl_hosting_window.mm', | 125 'cocoa/underlay_opengl_hosting_window.mm', |
| 126 'cocoa/view_description.h', | 126 'cocoa/view_description.h', |
| 127 'cocoa/view_description.mm', | 127 'cocoa/view_description.mm', |
| 128 'cocoa/window_size_constants.h', | 128 'cocoa/window_size_constants.h', |
| 129 'cocoa/window_size_constants.mm', | 129 'cocoa/window_size_constants.mm', |
| 130 'cursor/cursor.cc', | |
| 131 'cursor/cursor.h', | 130 'cursor/cursor.h', |
| 132 'cursor/cursor_android.cc', | |
| 133 'cursor/cursor_loader.h', | |
| 134 'cursor/cursor_loader_win.cc', | |
| 135 'cursor/cursor_loader_win.h', | |
| 136 'cursor/cursor_loader_x11.cc', | |
| 137 'cursor/cursor_loader_x11.h', | |
| 138 'cursor/cursor_util.cc', | |
| 139 'cursor/cursor_util.h', | |
| 140 'cursor/cursor_win.cc', | |
| 141 'cursor/cursor_x11.cc', | |
| 142 'device_form_factor_android.cc', | 131 'device_form_factor_android.cc', |
| 143 'device_form_factor_android.h', | 132 'device_form_factor_android.h', |
| 144 'device_form_factor_desktop.cc', | 133 'device_form_factor_desktop.cc', |
| 145 'device_form_factor_ios.mm', | 134 'device_form_factor_ios.mm', |
| 146 'device_form_factor.h', | 135 'device_form_factor.h', |
| 147 'dragdrop/cocoa_dnd_util.h', | 136 'dragdrop/cocoa_dnd_util.h', |
| 148 'dragdrop/cocoa_dnd_util.mm', | 137 'dragdrop/cocoa_dnd_util.mm', |
| 149 'dragdrop/drag_drop_types.h', | 138 'dragdrop/drag_drop_types.h', |
| 150 'dragdrop/drag_drop_types_win.cc', | 139 'dragdrop/drag_drop_types_win.cc', |
| 151 'dragdrop/drag_source_win.cc', | 140 'dragdrop/drag_source_win.cc', |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 ], | 687 ], |
| 699 'variables': { | 688 'variables': { |
| 700 'jni_gen_package': 'ui', | 689 'jni_gen_package': 'ui', |
| 701 }, | 690 }, |
| 702 'includes': [ '../../build/jni_generator.gypi' ], | 691 'includes': [ '../../build/jni_generator.gypi' ], |
| 703 }, | 692 }, |
| 704 ], | 693 ], |
| 705 }], | 694 }], |
| 706 ], | 695 ], |
| 707 } | 696 } |
| OLD | NEW |