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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 18859004: views impl: hide top infobar arrow when omnibox popup shows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct previous comment Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/frame/browser_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 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 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 'browser/ui/omnibox/omnibox_controller.h', 1283 'browser/ui/omnibox/omnibox_controller.h',
1284 'browser/ui/omnibox/omnibox_controller.cc', 1284 'browser/ui/omnibox/omnibox_controller.cc',
1285 'browser/ui/omnibox/omnibox_current_page_delegate.h', 1285 'browser/ui/omnibox/omnibox_current_page_delegate.h',
1286 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', 1286 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc',
1287 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', 1287 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h',
1288 'browser/ui/omnibox/omnibox_edit_controller.h', 1288 'browser/ui/omnibox/omnibox_edit_controller.h',
1289 'browser/ui/omnibox/omnibox_edit_model.cc', 1289 'browser/ui/omnibox/omnibox_edit_model.cc',
1290 'browser/ui/omnibox/omnibox_edit_model.h', 1290 'browser/ui/omnibox/omnibox_edit_model.h',
1291 'browser/ui/omnibox/omnibox_popup_model.cc', 1291 'browser/ui/omnibox/omnibox_popup_model.cc',
1292 'browser/ui/omnibox/omnibox_popup_model.h', 1292 'browser/ui/omnibox/omnibox_popup_model.h',
1293 'browser/ui/omnibox/omnibox_popup_model_observer.h',
1293 'browser/ui/omnibox/omnibox_popup_non_view.cc', 1294 'browser/ui/omnibox/omnibox_popup_non_view.cc',
1294 'browser/ui/omnibox/omnibox_popup_non_view.h', 1295 'browser/ui/omnibox/omnibox_popup_non_view.h',
1295 'browser/ui/omnibox/omnibox_popup_view.h', 1296 'browser/ui/omnibox/omnibox_popup_view.h',
1296 'browser/ui/omnibox/omnibox_view.cc', 1297 'browser/ui/omnibox/omnibox_view.cc',
1297 'browser/ui/omnibox/omnibox_view.h', 1298 'browser/ui/omnibox/omnibox_view.h',
1298 'browser/ui/options/options_util.cc', 1299 'browser/ui/options/options_util.cc',
1299 'browser/ui/options/options_util.h', 1300 'browser/ui/options/options_util.h',
1300 'browser/ui/panels/detached_panel_collection.cc', 1301 'browser/ui/panels/detached_panel_collection.cc',
1301 'browser/ui/panels/detached_panel_collection.h', 1302 'browser/ui/panels/detached_panel_collection.h',
1302 'browser/ui/panels/detached_panel_drag_handler.cc', 1303 'browser/ui/panels/detached_panel_drag_handler.cc',
(...skipping 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 ['enable_webrtc==0', { 3023 ['enable_webrtc==0', {
3023 'sources!': [ 3024 'sources!': [
3024 'browser/ui/webui/media/webrtc_logs_ui.cc', 3025 'browser/ui/webui/media/webrtc_logs_ui.cc',
3025 'browser/ui/webui/media/webrtc_logs_ui.h', 3026 'browser/ui/webui/media/webrtc_logs_ui.h',
3026 ], 3027 ],
3027 }], 3028 }],
3028 ], 3029 ],
3029 }, 3030 },
3030 ], 3031 ],
3031 } 3032 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698