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 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2745 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', | 2745 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', |
2746 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', | 2746 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', |
2747 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 2747 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
2748 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 2748 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
2749 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 2749 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
2750 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 2750 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
2751 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 2751 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
2752 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 2752 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
2753 'browser/ui/cocoa/location_bar/star_decoration.h', | 2753 'browser/ui/cocoa/location_bar/star_decoration.h', |
2754 'browser/ui/cocoa/location_bar/star_decoration.mm', | 2754 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 2755 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 2756 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
2755 'browser/ui/cocoa/login_prompt_cocoa.h', | 2757 'browser/ui/cocoa/login_prompt_cocoa.h', |
2756 'browser/ui/cocoa/login_prompt_cocoa.mm', | 2758 'browser/ui/cocoa/login_prompt_cocoa.mm', |
2757 'browser/ui/cocoa/main_menu_item.h', | 2759 'browser/ui/cocoa/main_menu_item.h', |
2758 'browser/ui/cocoa/menu_button.h', | 2760 'browser/ui/cocoa/menu_button.h', |
2759 'browser/ui/cocoa/menu_button.mm', | 2761 'browser/ui/cocoa/menu_button.mm', |
2760 'browser/ui/cocoa/menu_controller.h', | 2762 'browser/ui/cocoa/menu_controller.h', |
2761 'browser/ui/cocoa/menu_controller.mm', | 2763 'browser/ui/cocoa/menu_controller.mm', |
2762 'browser/ui/cocoa/multi_key_equivalent_button.h', | 2764 'browser/ui/cocoa/multi_key_equivalent_button.h', |
2763 'browser/ui/cocoa/multi_key_equivalent_button.mm', | 2765 'browser/ui/cocoa/multi_key_equivalent_button.mm', |
2764 'browser/ui/cocoa/new_tab_button.h', | 2766 'browser/ui/cocoa/new_tab_button.h', |
(...skipping 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5366 'browser/metrics/proto/study.proto', | 5368 'browser/metrics/proto/study.proto', |
5367 ], | 5369 ], |
5368 'variables': { | 5370 'variables': { |
5369 'proto_in_dir': 'browser/metrics/proto', | 5371 'proto_in_dir': 'browser/metrics/proto', |
5370 'proto_out_dir': 'chrome/browser/metrics/proto', | 5372 'proto_out_dir': 'chrome/browser/metrics/proto', |
5371 }, | 5373 }, |
5372 'includes': [ '../build/protoc.gypi' ] | 5374 'includes': [ '../build/protoc.gypi' ] |
5373 }, | 5375 }, |
5374 ], | 5376 ], |
5375 } | 5377 } |
OLD | NEW |