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 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2908 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 2908 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
2909 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 2909 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
2910 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 2910 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
2911 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 2911 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
2912 'browser/ui/cocoa/location_bar/plus_decoration.h', | 2912 'browser/ui/cocoa/location_bar/plus_decoration.h', |
2913 'browser/ui/cocoa/location_bar/plus_decoration.mm', | 2913 'browser/ui/cocoa/location_bar/plus_decoration.mm', |
2914 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 2914 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
2915 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 2915 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
2916 'browser/ui/cocoa/location_bar/star_decoration.h', | 2916 'browser/ui/cocoa/location_bar/star_decoration.h', |
2917 'browser/ui/cocoa/location_bar/star_decoration.mm', | 2917 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 2918 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 2919 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
2918 'browser/ui/cocoa/login_prompt_cocoa.h', | 2920 'browser/ui/cocoa/login_prompt_cocoa.h', |
2919 'browser/ui/cocoa/login_prompt_cocoa.mm', | 2921 'browser/ui/cocoa/login_prompt_cocoa.mm', |
2920 'browser/ui/cocoa/main_menu_item.h', | 2922 'browser/ui/cocoa/main_menu_item.h', |
2921 'browser/ui/cocoa/menu_button.h', | 2923 'browser/ui/cocoa/menu_button.h', |
2922 'browser/ui/cocoa/menu_button.mm', | 2924 'browser/ui/cocoa/menu_button.mm', |
2923 'browser/ui/cocoa/menu_controller.h', | 2925 'browser/ui/cocoa/menu_controller.h', |
2924 'browser/ui/cocoa/menu_controller.mm', | 2926 'browser/ui/cocoa/menu_controller.mm', |
2925 'browser/ui/cocoa/multi_key_equivalent_button.h', | 2927 'browser/ui/cocoa/multi_key_equivalent_button.h', |
2926 'browser/ui/cocoa/multi_key_equivalent_button.mm', | 2928 'browser/ui/cocoa/multi_key_equivalent_button.mm', |
2927 'browser/ui/cocoa/new_tab_button.h', | 2929 'browser/ui/cocoa/new_tab_button.h', |
(...skipping 2695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5623 'includes': [ '../build/jni_generator.gypi' ], | 5625 'includes': [ '../build/jni_generator.gypi' ], |
5624 'dependencies': [ | 5626 'dependencies': [ |
5625 'android_jar_jni_headers', | 5627 'android_jar_jni_headers', |
5626 ], | 5628 ], |
5627 }, | 5629 }, |
5628 ], | 5630 ], |
5629 }, | 5631 }, |
5630 ], | 5632 ], |
5631 ], | 5633 ], |
5632 } | 5634 } |
OLD | NEW |