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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10494004: Implements a zoom icon in the Omnibox for Views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/zoom_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 3671 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 'browser/ui/views/location_bar/page_info_helper.cc', 3682 'browser/ui/views/location_bar/page_info_helper.cc',
3683 'browser/ui/views/location_bar/page_info_helper.h', 3683 'browser/ui/views/location_bar/page_info_helper.h',
3684 'browser/ui/views/location_bar/selected_keyword_view.cc', 3684 'browser/ui/views/location_bar/selected_keyword_view.cc',
3685 'browser/ui/views/location_bar/selected_keyword_view.h', 3685 'browser/ui/views/location_bar/selected_keyword_view.h',
3686 'browser/ui/views/location_bar/star_view.cc', 3686 'browser/ui/views/location_bar/star_view.cc',
3687 'browser/ui/views/location_bar/star_view.h', 3687 'browser/ui/views/location_bar/star_view.h',
3688 'browser/ui/views/location_bar/suggested_text_view.cc', 3688 'browser/ui/views/location_bar/suggested_text_view.cc',
3689 'browser/ui/views/location_bar/suggested_text_view.h', 3689 'browser/ui/views/location_bar/suggested_text_view.h',
3690 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 3690 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
3691 'browser/ui/views/location_bar/touchable_location_bar_view.h', 3691 'browser/ui/views/location_bar/touchable_location_bar_view.h',
3692 'browser/ui/views/location_bar/zoom_bubble_view.cc',
3693 'browser/ui/views/location_bar/zoom_bubble_view.h',
3694 'browser/ui/views/location_bar/zoom_view.cc',
3695 'browser/ui/views/location_bar/zoom_view.h',
3692 'browser/ui/views/login_prompt_views.cc', 3696 'browser/ui/views/login_prompt_views.cc',
3693 'browser/ui/views/login_view.cc', 3697 'browser/ui/views/login_view.cc',
3694 'browser/ui/views/login_view.h', 3698 'browser/ui/views/login_view.h',
3695 'browser/ui/views/native_constrained_window_aura.cc', 3699 'browser/ui/views/native_constrained_window_aura.cc',
3696 'browser/ui/views/native_constrained_window_win.cc', 3700 'browser/ui/views/native_constrained_window_win.cc',
3697 'browser/ui/views/notifications/balloon_collection_views.cc', 3701 'browser/ui/views/notifications/balloon_collection_views.cc',
3698 'browser/ui/views/notifications/balloon_view_host.cc', 3702 'browser/ui/views/notifications/balloon_view_host.cc',
3699 'browser/ui/views/notifications/balloon_view_host.h', 3703 'browser/ui/views/notifications/balloon_view_host.h',
3700 'browser/ui/views/notifications/balloon_view_views.cc', 3704 'browser/ui/views/notifications/balloon_view_views.cc',
3701 'browser/ui/views/notifications/balloon_view_views.h', 3705 'browser/ui/views/notifications/balloon_view_views.h',
(...skipping 1638 matching lines...) Expand 10 before | Expand all | Expand 10 after
5340 'browser/metrics/proto/study.proto', 5344 'browser/metrics/proto/study.proto',
5341 ], 5345 ],
5342 'variables': { 5346 'variables': {
5343 'proto_in_dir': 'browser/metrics/proto', 5347 'proto_in_dir': 'browser/metrics/proto',
5344 'proto_out_dir': 'chrome/browser/metrics/proto', 5348 'proto_out_dir': 'chrome/browser/metrics/proto',
5345 }, 5349 },
5346 'includes': [ '../build/protoc.gypi' ] 5350 'includes': [ '../build/protoc.gypi' ]
5347 }, 5351 },
5348 ], 5352 ],
5349 } 5353 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/zoom_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698