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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10828193: Revert 148511 - Add pin icon to the omnibar in windows 8 metro mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/metro_pin_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3285 matching lines...) Expand 10 before | Expand all | Expand 10 after
3296 'browser/ui/intents/web_intent_picker_model.cc', 3296 'browser/ui/intents/web_intent_picker_model.cc',
3297 'browser/ui/intents/web_intent_picker_model.h', 3297 'browser/ui/intents/web_intent_picker_model.h',
3298 'browser/ui/intents/web_intent_picker_model_observer.h', 3298 'browser/ui/intents/web_intent_picker_model_observer.h',
3299 'browser/ui/intents/web_intents_model.cc', 3299 'browser/ui/intents/web_intents_model.cc',
3300 'browser/ui/intents/web_intents_model.h', 3300 'browser/ui/intents/web_intents_model.h',
3301 'browser/ui/login/login_model.h', 3301 'browser/ui/login/login_model.h',
3302 'browser/ui/login/login_prompt.cc', 3302 'browser/ui/login/login_prompt.cc',
3303 'browser/ui/login/login_prompt.h', 3303 'browser/ui/login/login_prompt.h',
3304 'browser/ui/media_stream_infobar_delegate.h', 3304 'browser/ui/media_stream_infobar_delegate.h',
3305 'browser/ui/media_stream_infobar_delegate.cc', 3305 'browser/ui/media_stream_infobar_delegate.cc',
3306 'browser/ui/metro_pinned_state_observer.h',
3307 'browser/ui/metro_pin_tab_helper.cc', 3306 'browser/ui/metro_pin_tab_helper.cc',
3308 'browser/ui/metro_pin_tab_helper.h', 3307 'browser/ui/metro_pin_tab_helper.h',
3309 'browser/ui/network_profile_bubble.cc', 3308 'browser/ui/network_profile_bubble.cc',
3310 'browser/ui/network_profile_bubble.h', 3309 'browser/ui/network_profile_bubble.h',
3311 'browser/ui/omnibox/location_bar.h', 3310 'browser/ui/omnibox/location_bar.h',
3312 'browser/ui/omnibox/location_bar_util.cc', 3311 'browser/ui/omnibox/location_bar_util.cc',
3313 'browser/ui/omnibox/location_bar_util.h', 3312 'browser/ui/omnibox/location_bar_util.h',
3314 'browser/ui/omnibox/omnibox_edit_controller.h', 3313 'browser/ui/omnibox/omnibox_edit_controller.h',
3315 'browser/ui/omnibox/omnibox_edit_model.cc', 3314 'browser/ui/omnibox/omnibox_edit_model.cc',
3316 'browser/ui/omnibox/omnibox_edit_model.h', 3315 'browser/ui/omnibox/omnibox_edit_model.h',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
3757 'browser/ui/views/location_bar/keyword_hint_view.cc', 3756 'browser/ui/views/location_bar/keyword_hint_view.cc',
3758 'browser/ui/views/location_bar/keyword_hint_view.h', 3757 'browser/ui/views/location_bar/keyword_hint_view.h',
3759 'browser/ui/views/location_bar/location_bar_container.cc', 3758 'browser/ui/views/location_bar/location_bar_container.cc',
3760 'browser/ui/views/location_bar/location_bar_container.h', 3759 'browser/ui/views/location_bar/location_bar_container.h',
3761 'browser/ui/views/location_bar/location_bar_container_aura.cc', 3760 'browser/ui/views/location_bar/location_bar_container_aura.cc',
3762 'browser/ui/views/location_bar/location_bar_container_win.cc', 3761 'browser/ui/views/location_bar/location_bar_container_win.cc',
3763 'browser/ui/views/location_bar/location_bar_view.cc', 3762 'browser/ui/views/location_bar/location_bar_view.cc',
3764 'browser/ui/views/location_bar/location_bar_view.h', 3763 'browser/ui/views/location_bar/location_bar_view.h',
3765 'browser/ui/views/location_bar/location_icon_view.cc', 3764 'browser/ui/views/location_bar/location_icon_view.cc',
3766 'browser/ui/views/location_bar/location_icon_view.h', 3765 'browser/ui/views/location_bar/location_icon_view.h',
3767 'browser/ui/views/location_bar/metro_pin_view.cc',
3768 'browser/ui/views/location_bar/metro_pin_view.h',
3769 'browser/ui/views/location_bar/page_action_image_view.cc', 3766 'browser/ui/views/location_bar/page_action_image_view.cc',
3770 'browser/ui/views/location_bar/page_action_image_view.h', 3767 'browser/ui/views/location_bar/page_action_image_view.h',
3771 'browser/ui/views/location_bar/page_action_with_badge_view.cc', 3768 'browser/ui/views/location_bar/page_action_with_badge_view.cc',
3772 'browser/ui/views/location_bar/page_action_with_badge_view.h', 3769 'browser/ui/views/location_bar/page_action_with_badge_view.h',
3773 'browser/ui/views/location_bar/page_info_helper.cc', 3770 'browser/ui/views/location_bar/page_info_helper.cc',
3774 'browser/ui/views/location_bar/page_info_helper.h', 3771 'browser/ui/views/location_bar/page_info_helper.h',
3775 'browser/ui/views/location_bar/selected_keyword_view.cc', 3772 'browser/ui/views/location_bar/selected_keyword_view.cc',
3776 'browser/ui/views/location_bar/selected_keyword_view.h', 3773 'browser/ui/views/location_bar/selected_keyword_view.h',
3777 'browser/ui/views/location_bar/star_view.cc', 3774 'browser/ui/views/location_bar/star_view.cc',
3778 'browser/ui/views/location_bar/star_view.h', 3775 'browser/ui/views/location_bar/star_view.h',
(...skipping 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after
5519 'includes': [ '../build/jni_generator.gypi' ], 5516 'includes': [ '../build/jni_generator.gypi' ],
5520 'dependencies': [ 5517 'dependencies': [
5521 'android_jar_jni_headers', 5518 'android_jar_jni_headers',
5522 ], 5519 ],
5523 }, 5520 },
5524 ], 5521 ],
5525 }, 5522 },
5526 ], 5523 ],
5527 ], 5524 ],
5528 } 5525 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/metro_pin_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698