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

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: Addressed comments, improved code executed when a new bubble is opened when another already exists Created 8 years, 6 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
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 3651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3662 'browser/ui/views/location_bar/page_info_helper.cc', 3662 'browser/ui/views/location_bar/page_info_helper.cc',
3663 'browser/ui/views/location_bar/page_info_helper.h', 3663 'browser/ui/views/location_bar/page_info_helper.h',
3664 'browser/ui/views/location_bar/selected_keyword_view.cc', 3664 'browser/ui/views/location_bar/selected_keyword_view.cc',
3665 'browser/ui/views/location_bar/selected_keyword_view.h', 3665 'browser/ui/views/location_bar/selected_keyword_view.h',
3666 'browser/ui/views/location_bar/star_view.cc', 3666 'browser/ui/views/location_bar/star_view.cc',
3667 'browser/ui/views/location_bar/star_view.h', 3667 'browser/ui/views/location_bar/star_view.h',
3668 'browser/ui/views/location_bar/suggested_text_view.cc', 3668 'browser/ui/views/location_bar/suggested_text_view.cc',
3669 'browser/ui/views/location_bar/suggested_text_view.h', 3669 'browser/ui/views/location_bar/suggested_text_view.h',
3670 'browser/ui/views/location_bar/touchable_location_bar_view.cc', 3670 'browser/ui/views/location_bar/touchable_location_bar_view.cc',
3671 'browser/ui/views/location_bar/touchable_location_bar_view.h', 3671 'browser/ui/views/location_bar/touchable_location_bar_view.h',
3672 'browser/ui/views/location_bar/zoom_bubble_view.cc',
3673 'browser/ui/views/location_bar/zoom_bubble_view.h',
3674 'browser/ui/views/location_bar/zoom_view.cc',
3675 'browser/ui/views/location_bar/zoom_view.h',
3672 'browser/ui/views/login_prompt_views.cc', 3676 'browser/ui/views/login_prompt_views.cc',
3673 'browser/ui/views/login_view.cc', 3677 'browser/ui/views/login_view.cc',
3674 'browser/ui/views/login_view.h', 3678 'browser/ui/views/login_view.h',
3675 'browser/ui/views/native_constrained_window_aura.cc', 3679 'browser/ui/views/native_constrained_window_aura.cc',
3676 'browser/ui/views/native_constrained_window_win.cc', 3680 'browser/ui/views/native_constrained_window_win.cc',
3677 'browser/ui/views/notifications/balloon_collection_views.cc', 3681 'browser/ui/views/notifications/balloon_collection_views.cc',
3678 'browser/ui/views/notifications/balloon_view_host.cc', 3682 'browser/ui/views/notifications/balloon_view_host.cc',
3679 'browser/ui/views/notifications/balloon_view_host.h', 3683 'browser/ui/views/notifications/balloon_view_host.h',
3680 'browser/ui/views/notifications/balloon_view_views.cc', 3684 'browser/ui/views/notifications/balloon_view_views.cc',
3681 'browser/ui/views/notifications/balloon_view_views.h', 3685 'browser/ui/views/notifications/balloon_view_views.h',
(...skipping 1635 matching lines...) Expand 10 before | Expand all | Expand 10 after
5317 'browser/metrics/proto/study.proto', 5321 'browser/metrics/proto/study.proto',
5318 ], 5322 ],
5319 'variables': { 5323 'variables': {
5320 'proto_in_dir': 'browser/metrics/proto', 5324 'proto_in_dir': 'browser/metrics/proto',
5321 'proto_out_dir': 'chrome/browser/metrics/proto', 5325 'proto_out_dir': 'chrome/browser/metrics/proto',
5322 }, 5326 },
5323 'includes': [ '../build/protoc.gypi' ] 5327 'includes': [ '../build/protoc.gypi' ]
5324 }, 5328 },
5325 ], 5329 ],
5326 } 5330 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698