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 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2880 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 2880 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
2881 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 2881 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
2882 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 2882 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
2883 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 2883 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
2884 'browser/ui/cocoa/location_bar/plus_decoration.h', | 2884 'browser/ui/cocoa/location_bar/plus_decoration.h', |
2885 'browser/ui/cocoa/location_bar/plus_decoration.mm', | 2885 'browser/ui/cocoa/location_bar/plus_decoration.mm', |
2886 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 2886 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
2887 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 2887 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
2888 'browser/ui/cocoa/location_bar/star_decoration.h', | 2888 'browser/ui/cocoa/location_bar/star_decoration.h', |
2889 'browser/ui/cocoa/location_bar/star_decoration.mm', | 2889 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 2890 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 2891 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
2890 'browser/ui/cocoa/login_prompt_cocoa.h', | 2892 'browser/ui/cocoa/login_prompt_cocoa.h', |
2891 'browser/ui/cocoa/login_prompt_cocoa.mm', | 2893 'browser/ui/cocoa/login_prompt_cocoa.mm', |
2892 'browser/ui/cocoa/main_menu_item.h', | 2894 'browser/ui/cocoa/main_menu_item.h', |
2893 'browser/ui/cocoa/menu_button.h', | 2895 'browser/ui/cocoa/menu_button.h', |
2894 'browser/ui/cocoa/menu_button.mm', | 2896 'browser/ui/cocoa/menu_button.mm', |
2895 'browser/ui/cocoa/menu_controller.h', | 2897 'browser/ui/cocoa/menu_controller.h', |
2896 'browser/ui/cocoa/menu_controller.mm', | 2898 'browser/ui/cocoa/menu_controller.mm', |
2897 'browser/ui/cocoa/multi_key_equivalent_button.h', | 2899 'browser/ui/cocoa/multi_key_equivalent_button.h', |
2898 'browser/ui/cocoa/multi_key_equivalent_button.mm', | 2900 'browser/ui/cocoa/multi_key_equivalent_button.mm', |
2899 'browser/ui/cocoa/new_tab_button.h', | 2901 'browser/ui/cocoa/new_tab_button.h', |
(...skipping 2676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5576 'includes': [ '../build/jni_generator.gypi' ], | 5578 'includes': [ '../build/jni_generator.gypi' ], |
5577 'dependencies': [ | 5579 'dependencies': [ |
5578 'android_jar_jni_headers', | 5580 'android_jar_jni_headers', |
5579 ], | 5581 ], |
5580 }, | 5582 }, |
5581 ], | 5583 ], |
5582 }, | 5584 }, |
5583 ], | 5585 ], |
5584 ], | 5586 ], |
5585 } | 5587 } |
OLD | NEW |