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 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2886 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 2886 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
2887 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 2887 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
2888 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 2888 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
2889 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 2889 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
2890 'browser/ui/cocoa/location_bar/plus_decoration.h', | 2890 'browser/ui/cocoa/location_bar/plus_decoration.h', |
2891 'browser/ui/cocoa/location_bar/plus_decoration.mm', | 2891 'browser/ui/cocoa/location_bar/plus_decoration.mm', |
2892 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 2892 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
2893 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 2893 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
2894 'browser/ui/cocoa/location_bar/star_decoration.h', | 2894 'browser/ui/cocoa/location_bar/star_decoration.h', |
2895 'browser/ui/cocoa/location_bar/star_decoration.mm', | 2895 'browser/ui/cocoa/location_bar/star_decoration.mm', |
2896 'browser/ui/cocoa/location_bar/zoom_decoration.h', | |
2897 'browser/ui/cocoa/location_bar/zoom_decoration.mm', | |
2898 'browser/ui/cocoa/login_prompt_cocoa.h', | 2896 'browser/ui/cocoa/login_prompt_cocoa.h', |
2899 'browser/ui/cocoa/login_prompt_cocoa.mm', | 2897 'browser/ui/cocoa/login_prompt_cocoa.mm', |
2900 'browser/ui/cocoa/main_menu_item.h', | 2898 'browser/ui/cocoa/main_menu_item.h', |
2901 'browser/ui/cocoa/menu_button.h', | 2899 'browser/ui/cocoa/menu_button.h', |
2902 'browser/ui/cocoa/menu_button.mm', | 2900 'browser/ui/cocoa/menu_button.mm', |
2903 'browser/ui/cocoa/menu_controller.h', | 2901 'browser/ui/cocoa/menu_controller.h', |
2904 'browser/ui/cocoa/menu_controller.mm', | 2902 'browser/ui/cocoa/menu_controller.mm', |
2905 'browser/ui/cocoa/multi_key_equivalent_button.h', | 2903 'browser/ui/cocoa/multi_key_equivalent_button.h', |
2906 'browser/ui/cocoa/multi_key_equivalent_button.mm', | 2904 'browser/ui/cocoa/multi_key_equivalent_button.mm', |
2907 'browser/ui/cocoa/new_tab_button.h', | 2905 'browser/ui/cocoa/new_tab_button.h', |
(...skipping 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5595 'includes': [ '../build/jni_generator.gypi' ], | 5593 'includes': [ '../build/jni_generator.gypi' ], |
5596 'dependencies': [ | 5594 'dependencies': [ |
5597 'android_jar_jni_headers', | 5595 'android_jar_jni_headers', |
5598 ], | 5596 ], |
5599 }, | 5597 }, |
5600 ], | 5598 ], |
5601 }, | 5599 }, |
5602 ], | 5600 ], |
5603 ], | 5601 ], |
5604 } | 5602 } |
OLD | NEW |