| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'clipboard/custom_data_helper_mac.mm', | 76 'clipboard/custom_data_helper_mac.mm', |
| 77 'clipboard/scoped_clipboard_writer.cc', | 77 'clipboard/scoped_clipboard_writer.cc', |
| 78 'clipboard/scoped_clipboard_writer.h', | 78 'clipboard/scoped_clipboard_writer.h', |
| 79 'cocoa/animation_utils.h', | 79 'cocoa/animation_utils.h', |
| 80 'cocoa/appkit_utils.h', | 80 'cocoa/appkit_utils.h', |
| 81 'cocoa/appkit_utils.mm', | 81 'cocoa/appkit_utils.mm', |
| 82 'cocoa/base_view.h', | 82 'cocoa/base_view.h', |
| 83 'cocoa/base_view.mm', | 83 'cocoa/base_view.mm', |
| 84 'cocoa/cocoa_base_utils.h', | 84 'cocoa/cocoa_base_utils.h', |
| 85 'cocoa/cocoa_base_utils.mm', | 85 'cocoa/cocoa_base_utils.mm', |
| 86 'cocoa/command_dispatcher.h', |
| 87 'cocoa/command_dispatcher.mm', |
| 86 'cocoa/constrained_window/constrained_window_animation.h', | 88 'cocoa/constrained_window/constrained_window_animation.h', |
| 87 'cocoa/constrained_window/constrained_window_animation.mm', | 89 'cocoa/constrained_window/constrained_window_animation.mm', |
| 88 'cocoa/controls/blue_label_button.h', | 90 'cocoa/controls/blue_label_button.h', |
| 89 'cocoa/controls/blue_label_button.mm', | 91 'cocoa/controls/blue_label_button.mm', |
| 90 'cocoa/controls/hover_image_menu_button.h', | 92 'cocoa/controls/hover_image_menu_button.h', |
| 91 'cocoa/controls/hover_image_menu_button.mm', | 93 'cocoa/controls/hover_image_menu_button.mm', |
| 92 'cocoa/controls/hover_image_menu_button_cell.h', | 94 'cocoa/controls/hover_image_menu_button_cell.h', |
| 93 'cocoa/controls/hover_image_menu_button_cell.mm', | 95 'cocoa/controls/hover_image_menu_button_cell.mm', |
| 94 'cocoa/controls/hyperlink_button_cell.h', | 96 'cocoa/controls/hyperlink_button_cell.h', |
| 95 'cocoa/controls/hyperlink_button_cell.mm', | 97 'cocoa/controls/hyperlink_button_cell.mm', |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 ], | 719 ], |
| 718 'variables': { | 720 'variables': { |
| 719 'jni_gen_package': 'ui', | 721 'jni_gen_package': 'ui', |
| 720 }, | 722 }, |
| 721 'includes': [ '../../build/jni_generator.gypi' ], | 723 'includes': [ '../../build/jni_generator.gypi' ], |
| 722 }, | 724 }, |
| 723 ], | 725 ], |
| 724 }], | 726 }], |
| 725 ], | 727 ], |
| 726 } | 728 } |
| OLD | NEW |