OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2877 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 2877 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
2878 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 2878 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
2879 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 2879 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
2880 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 2880 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
2881 'browser/ui/cocoa/location_bar/plus_decoration.h', | 2881 'browser/ui/cocoa/location_bar/plus_decoration.h', |
2882 'browser/ui/cocoa/location_bar/plus_decoration.mm', | 2882 'browser/ui/cocoa/location_bar/plus_decoration.mm', |
2883 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 2883 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
2884 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 2884 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
2885 'browser/ui/cocoa/location_bar/star_decoration.h', | 2885 'browser/ui/cocoa/location_bar/star_decoration.h', |
2886 'browser/ui/cocoa/location_bar/star_decoration.mm', | 2886 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 2887 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 2888 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
2887 'browser/ui/cocoa/login_prompt_cocoa.h', | 2889 'browser/ui/cocoa/login_prompt_cocoa.h', |
2888 'browser/ui/cocoa/login_prompt_cocoa.mm', | 2890 'browser/ui/cocoa/login_prompt_cocoa.mm', |
2889 'browser/ui/cocoa/main_menu_item.h', | 2891 'browser/ui/cocoa/main_menu_item.h', |
2890 'browser/ui/cocoa/menu_button.h', | 2892 'browser/ui/cocoa/menu_button.h', |
2891 'browser/ui/cocoa/menu_button.mm', | 2893 'browser/ui/cocoa/menu_button.mm', |
2892 'browser/ui/cocoa/menu_controller.h', | 2894 'browser/ui/cocoa/menu_controller.h', |
2893 'browser/ui/cocoa/menu_controller.mm', | 2895 'browser/ui/cocoa/menu_controller.mm', |
2894 'browser/ui/cocoa/multi_key_equivalent_button.h', | 2896 'browser/ui/cocoa/multi_key_equivalent_button.h', |
2895 'browser/ui/cocoa/multi_key_equivalent_button.mm', | 2897 'browser/ui/cocoa/multi_key_equivalent_button.mm', |
2896 'browser/ui/cocoa/new_tab_button.h', | 2898 'browser/ui/cocoa/new_tab_button.h', |
(...skipping 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5567 'includes': [ '../build/jni_generator.gypi' ], | 5569 'includes': [ '../build/jni_generator.gypi' ], |
5568 'dependencies': [ | 5570 'dependencies': [ |
5569 'android_jar_jni_headers', | 5571 'android_jar_jni_headers', |
5570 ], | 5572 ], |
5571 }, | 5573 }, |
5572 ], | 5574 ], |
5573 }, | 5575 }, |
5574 ], | 5576 ], |
5575 ], | 5577 ], |
5576 } | 5578 } |
OLD | NEW |