| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'cocoa/menu_controller.h', | 116 'cocoa/menu_controller.h', |
| 117 'cocoa/menu_controller.mm', | 117 'cocoa/menu_controller.mm', |
| 118 'cocoa/nib_loading.h', | 118 'cocoa/nib_loading.h', |
| 119 'cocoa/nib_loading.mm', | 119 'cocoa/nib_loading.mm', |
| 120 'cocoa/nsgraphics_context_additions.h', | 120 'cocoa/nsgraphics_context_additions.h', |
| 121 'cocoa/nsgraphics_context_additions.mm', | 121 'cocoa/nsgraphics_context_additions.mm', |
| 122 'cocoa/nsview_additions.h', | 122 'cocoa/nsview_additions.h', |
| 123 'cocoa/nsview_additions.mm', | 123 'cocoa/nsview_additions.mm', |
| 124 'cocoa/remote_layer_api.h', | 124 'cocoa/remote_layer_api.h', |
| 125 'cocoa/remote_layer_api.mm', | 125 'cocoa/remote_layer_api.mm', |
| 126 'cocoa/three_part_image.h', |
| 127 'cocoa/three_part_image.mm', |
| 126 'cocoa/tracking_area.h', | 128 'cocoa/tracking_area.h', |
| 127 'cocoa/tracking_area.mm', | 129 'cocoa/tracking_area.mm', |
| 128 'cocoa/underlay_opengl_hosting_window.h', | 130 'cocoa/underlay_opengl_hosting_window.h', |
| 129 'cocoa/underlay_opengl_hosting_window.mm', | 131 'cocoa/underlay_opengl_hosting_window.mm', |
| 130 'cocoa/view_description.h', | 132 'cocoa/view_description.h', |
| 131 'cocoa/view_description.mm', | 133 'cocoa/view_description.mm', |
| 132 'cocoa/window_size_constants.h', | 134 'cocoa/window_size_constants.h', |
| 133 'cocoa/window_size_constants.mm', | 135 'cocoa/window_size_constants.mm', |
| 134 'cursor/cursor.cc', | 136 'cursor/cursor.cc', |
| 135 'cursor/cursor.h', | 137 'cursor/cursor.h', |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 ], | 706 ], |
| 705 'variables': { | 707 'variables': { |
| 706 'jni_gen_package': 'ui', | 708 'jni_gen_package': 'ui', |
| 707 }, | 709 }, |
| 708 'includes': [ '../../build/jni_generator.gypi' ], | 710 'includes': [ '../../build/jni_generator.gypi' ], |
| 709 }, | 711 }, |
| 710 ], | 712 ], |
| 711 }], | 713 }], |
| 712 ], | 714 ], |
| 713 } | 715 } |
| OLD | NEW |