Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12042002: Alternate NTP: Add search token to omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'browser/ui/cocoa/location_bar/location_bar_decoration.h', 633 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
634 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', 634 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
635 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 635 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
636 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 636 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
637 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 637 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
638 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 638 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
639 'browser/ui/cocoa/location_bar/page_action_decoration.h', 639 'browser/ui/cocoa/location_bar/page_action_decoration.h',
640 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 640 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
641 'browser/ui/cocoa/location_bar/plus_decoration.h', 641 'browser/ui/cocoa/location_bar/plus_decoration.h',
642 'browser/ui/cocoa/location_bar/plus_decoration.mm', 642 'browser/ui/cocoa/location_bar/plus_decoration.mm',
643 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 643 'browser/ui/cocoa/location_bar/search_token_decoration.h',
644 'browser/ui/cocoa/location_bar/search_token_decoration.mm',
644 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 645 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
646 'browser/ui/cocoa/location_bar/separator_decoration.h',
647 'browser/ui/cocoa/location_bar/separator_decoration.mm',
645 'browser/ui/cocoa/location_bar/star_decoration.h', 648 'browser/ui/cocoa/location_bar/star_decoration.h',
646 'browser/ui/cocoa/location_bar/star_decoration.mm', 649 'browser/ui/cocoa/location_bar/star_decoration.mm',
647 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h', 650 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h',
648 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm', 651 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm',
649 'browser/ui/cocoa/location_bar/zoom_decoration.h', 652 'browser/ui/cocoa/location_bar/zoom_decoration.h',
650 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 653 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
651 'browser/ui/cocoa/login_prompt_cocoa.h', 654 'browser/ui/cocoa/login_prompt_cocoa.h',
652 'browser/ui/cocoa/login_prompt_cocoa.mm', 655 'browser/ui/cocoa/login_prompt_cocoa.mm',
653 'browser/ui/cocoa/main_menu_item.h', 656 'browser/ui/cocoa/main_menu_item.h',
654 'browser/ui/cocoa/menu_button.h', 657 'browser/ui/cocoa/menu_button.h',
(...skipping 2135 matching lines...) Expand 10 before | Expand all | Expand 10 after
2790 }], 2793 }],
2791 ['enable_message_center==1', { 2794 ['enable_message_center==1', {
2792 'dependencies': [ 2795 'dependencies': [
2793 '../ui/message_center/message_center.gyp:message_center', 2796 '../ui/message_center/message_center.gyp:message_center',
2794 ], 2797 ],
2795 }], 2798 }],
2796 ], 2799 ],
2797 }, 2800 },
2798 ], 2801 ],
2799 } 2802 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698