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

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: update separator color 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/selected_keyword_decoration.h', 646 'browser/ui/cocoa/location_bar/search_token_decoration.h',
Scott Hess - ex-Googler 2013/01/29 23:28:37 Did this lose a line inadvertantly?
sail 2013/01/30 01:40:56 Done. Oops, fixed. Good catch.
647 'browser/ui/cocoa/location_bar/search_token_decoration.mm',
647 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 648 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
649 'browser/ui/cocoa/location_bar/separator_decoration.h',
650 'browser/ui/cocoa/location_bar/separator_decoration.mm',
648 'browser/ui/cocoa/location_bar/star_decoration.h', 651 'browser/ui/cocoa/location_bar/star_decoration.h',
649 'browser/ui/cocoa/location_bar/star_decoration.mm', 652 'browser/ui/cocoa/location_bar/star_decoration.mm',
650 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h', 653 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h',
651 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm', 654 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm',
652 'browser/ui/cocoa/location_bar/zoom_decoration.h', 655 'browser/ui/cocoa/location_bar/zoom_decoration.h',
653 'browser/ui/cocoa/location_bar/zoom_decoration.mm', 656 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
654 'browser/ui/cocoa/login_prompt_cocoa.h', 657 'browser/ui/cocoa/login_prompt_cocoa.h',
655 'browser/ui/cocoa/login_prompt_cocoa.mm', 658 'browser/ui/cocoa/login_prompt_cocoa.mm',
656 'browser/ui/cocoa/main_menu_item.h', 659 'browser/ui/cocoa/main_menu_item.h',
657 'browser/ui/cocoa/menu_button.h', 660 'browser/ui/cocoa/menu_button.h',
(...skipping 2127 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 }], 2788 }],
2786 ['enable_message_center==1', { 2789 ['enable_message_center==1', {
2787 'dependencies': [ 2790 'dependencies': [
2788 '../ui/message_center/message_center.gyp:message_center', 2791 '../ui/message_center/message_center.gyp:message_center',
2789 ], 2792 ],
2790 }], 2793 }],
2791 ], 2794 ],
2792 }, 2795 },
2793 ], 2796 ],
2794 } 2797 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698