| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'cocoa/nscolor_additions.h', | 171 'cocoa/nscolor_additions.h', |
| 172 'cocoa/nscolor_additions.mm', | 172 'cocoa/nscolor_additions.mm', |
| 173 'cocoa/nsgraphics_context_additions.h', | 173 'cocoa/nsgraphics_context_additions.h', |
| 174 'cocoa/nsgraphics_context_additions.mm', | 174 'cocoa/nsgraphics_context_additions.mm', |
| 175 'cocoa/nsview_additions.h', | 175 'cocoa/nsview_additions.h', |
| 176 'cocoa/nsview_additions.mm', | 176 'cocoa/nsview_additions.mm', |
| 177 'cocoa/remote_layer_api.h', | 177 'cocoa/remote_layer_api.h', |
| 178 'cocoa/remote_layer_api.mm', | 178 'cocoa/remote_layer_api.mm', |
| 179 'cocoa/scoped_cg_context_smooth_fonts.h', | 179 'cocoa/scoped_cg_context_smooth_fonts.h', |
| 180 'cocoa/scoped_cg_context_smooth_fonts.mm', | 180 'cocoa/scoped_cg_context_smooth_fonts.mm', |
| 181 'cocoa/text_context_menu.h', |
| 182 'cocoa/text_context_menu.mm', |
| 181 'cocoa/three_part_image.h', | 183 'cocoa/three_part_image.h', |
| 182 'cocoa/three_part_image.mm', | 184 'cocoa/three_part_image.mm', |
| 183 'cocoa/tool_tip_base_view.h', | 185 'cocoa/tool_tip_base_view.h', |
| 184 'cocoa/tool_tip_base_view.mm', | 186 'cocoa/tool_tip_base_view.mm', |
| 185 'cocoa/tracking_area.h', | 187 'cocoa/tracking_area.h', |
| 186 'cocoa/tracking_area.mm', | 188 'cocoa/tracking_area.mm', |
| 187 'cocoa/underlay_opengl_hosting_window.h', | 189 'cocoa/underlay_opengl_hosting_window.h', |
| 188 'cocoa/underlay_opengl_hosting_window.mm', | 190 'cocoa/underlay_opengl_hosting_window.mm', |
| 189 'cocoa/user_interface_item_command_handler.h', | 191 'cocoa/user_interface_item_command_handler.h', |
| 190 'cocoa/view_description.h', | 192 'cocoa/view_description.h', |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 ], | 771 ], |
| 770 'variables': { | 772 'variables': { |
| 771 'jni_gen_package': 'ui', | 773 'jni_gen_package': 'ui', |
| 772 }, | 774 }, |
| 773 'includes': [ '../../build/jni_generator.gypi' ], | 775 'includes': [ '../../build/jni_generator.gypi' ], |
| 774 }, | 776 }, |
| 775 ], | 777 ], |
| 776 }], | 778 }], |
| 777 ], | 779 ], |
| 778 } | 780 } |
| OLD | NEW |