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

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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/web_intents_button_decoration.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698