| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'cocoa/remote_layer_api.h', | 113 'cocoa/remote_layer_api.h', |
| 114 'cocoa/remote_layer_api.mm', | 114 'cocoa/remote_layer_api.mm', |
| 115 'cocoa/tracking_area.h', | 115 'cocoa/tracking_area.h', |
| 116 'cocoa/tracking_area.mm', | 116 'cocoa/tracking_area.mm', |
| 117 'cocoa/underlay_opengl_hosting_window.h', | 117 'cocoa/underlay_opengl_hosting_window.h', |
| 118 'cocoa/underlay_opengl_hosting_window.mm', | 118 'cocoa/underlay_opengl_hosting_window.mm', |
| 119 'cocoa/view_description.h', | 119 'cocoa/view_description.h', |
| 120 'cocoa/view_description.mm', | 120 'cocoa/view_description.mm', |
| 121 'cocoa/window_size_constants.h', | 121 'cocoa/window_size_constants.h', |
| 122 'cocoa/window_size_constants.mm', | 122 'cocoa/window_size_constants.mm', |
| 123 'compositor/begin_frame_manager.h', |
| 124 'compositor/begin_frame_manager.cc', |
| 123 'cursor/cursor.cc', | 125 'cursor/cursor.cc', |
| 124 'cursor/cursor.h', | 126 'cursor/cursor.h', |
| 125 'cursor/cursor_android.cc', | 127 'cursor/cursor_android.cc', |
| 126 'cursor/cursor_loader.h', | 128 'cursor/cursor_loader.h', |
| 127 'cursor/cursor_loader_ozone.cc', | 129 'cursor/cursor_loader_ozone.cc', |
| 128 'cursor/cursor_loader_ozone.h', | 130 'cursor/cursor_loader_ozone.h', |
| 129 'cursor/cursor_loader_win.cc', | 131 'cursor/cursor_loader_win.cc', |
| 130 'cursor/cursor_loader_win.h', | 132 'cursor/cursor_loader_win.h', |
| 131 'cursor/cursor_loader_x11.cc', | 133 'cursor/cursor_loader_x11.cc', |
| 132 'cursor/cursor_loader_x11.h', | 134 'cursor/cursor_loader_x11.h', |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 ], | 748 ], |
| 747 'variables': { | 749 'variables': { |
| 748 'jni_gen_package': 'ui', | 750 'jni_gen_package': 'ui', |
| 749 }, | 751 }, |
| 750 'includes': [ '../../build/jni_generator.gypi' ], | 752 'includes': [ '../../build/jni_generator.gypi' ], |
| 751 }, | 753 }, |
| 752 ], | 754 ], |
| 753 }], | 755 }], |
| 754 ], | 756 ], |
| 755 } | 757 } |
| OLD | NEW |