| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'browser/ui/cocoa/location_bar/location_bar_decoration.h', | 636 'browser/ui/cocoa/location_bar/location_bar_decoration.h', |
| 637 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', | 637 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', |
| 638 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', | 638 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', |
| 639 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', | 639 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', |
| 640 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 640 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
| 641 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 641 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
| 642 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 642 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
| 643 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 643 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
| 644 'browser/ui/cocoa/location_bar/plus_decoration.h', | 644 'browser/ui/cocoa/location_bar/plus_decoration.h', |
| 645 'browser/ui/cocoa/location_bar/plus_decoration.mm', | 645 'browser/ui/cocoa/location_bar/plus_decoration.mm', |
| 646 'browser/ui/cocoa/location_bar/search_token_decoration.h', |
| 647 'browser/ui/cocoa/location_bar/search_token_decoration.mm', |
| 646 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 648 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
| 647 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 649 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
| 650 'browser/ui/cocoa/location_bar/separator_decoration.h', |
| 651 'browser/ui/cocoa/location_bar/separator_decoration.mm', |
| 648 'browser/ui/cocoa/location_bar/star_decoration.h', | 652 'browser/ui/cocoa/location_bar/star_decoration.h', |
| 649 'browser/ui/cocoa/location_bar/star_decoration.mm', | 653 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 650 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h', | 654 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h', |
| 651 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm', | 655 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm', |
| 652 'browser/ui/cocoa/location_bar/zoom_decoration.h', | 656 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 653 'browser/ui/cocoa/location_bar/zoom_decoration.mm', | 657 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
| 654 'browser/ui/cocoa/login_prompt_cocoa.h', | 658 'browser/ui/cocoa/login_prompt_cocoa.h', |
| 655 'browser/ui/cocoa/login_prompt_cocoa.mm', | 659 'browser/ui/cocoa/login_prompt_cocoa.mm', |
| 656 'browser/ui/cocoa/main_menu_item.h', | 660 'browser/ui/cocoa/main_menu_item.h', |
| 657 'browser/ui/cocoa/menu_button.h', | 661 'browser/ui/cocoa/menu_button.h', |
| (...skipping 2127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2785 }], | 2789 }], |
| 2786 ['enable_message_center==1', { | 2790 ['enable_message_center==1', { |
| 2787 'dependencies': [ | 2791 'dependencies': [ |
| 2788 '../ui/message_center/message_center.gyp:message_center', | 2792 '../ui/message_center/message_center.gyp:message_center', |
| 2789 ], | 2793 ], |
| 2790 }], | 2794 }], |
| 2791 ], | 2795 ], |
| 2792 }, | 2796 }, |
| 2793 ], | 2797 ], |
| 2794 } | 2798 } |
| OLD | NEW |