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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3175037: Add a flag for the showing the Page Info dialog as a bubble. This adds stubs for all platforms. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: gyp change Created 10 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
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/common/chrome_switches.h » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3508 matching lines...) Expand 10 before | Expand all | Expand 10 after
3519 ['include', '^browser/views/location_bar/star_view.cc'], 3519 ['include', '^browser/views/location_bar/star_view.cc'],
3520 ['include', '^browser/views/location_bar/star_view.h'], 3520 ['include', '^browser/views/location_bar/star_view.h'],
3521 ['include', '^browser/views/location_bar_view.cc'], 3521 ['include', '^browser/views/location_bar_view.cc'],
3522 ['include', '^browser/views/location_bar_view.h'], 3522 ['include', '^browser/views/location_bar_view.h'],
3523 ['include', '^browser/views/modal_dialog_delegate.cc'], 3523 ['include', '^browser/views/modal_dialog_delegate.cc'],
3524 ['include', '^browser/views/modal_dialog_delegate.h'], 3524 ['include', '^browser/views/modal_dialog_delegate.h'],
3525 ['include', '^browser/views/notifications/balloon_view_host.cc'] , 3525 ['include', '^browser/views/notifications/balloon_view_host.cc'] ,
3526 ['include', '^browser/views/notifications/balloon_view_host.h'], 3526 ['include', '^browser/views/notifications/balloon_view_host.h'],
3527 ['include', '^browser/views/options/options_page_view.cc'], 3527 ['include', '^browser/views/options/options_page_view.cc'],
3528 ['include', '^browser/views/options/options_page_view.h'], 3528 ['include', '^browser/views/options/options_page_view.h'],
3529 ['include', '^browser/views/page_info_bubble_view.cc'],
3529 ['include', '^browser/views/page_info_window_view.cc'], 3530 ['include', '^browser/views/page_info_window_view.cc'],
3530 ['include', '^browser/views/panel_controller.cc'], 3531 ['include', '^browser/views/panel_controller.cc'],
3531 ['include', '^browser/views/panel_controller.h'], 3532 ['include', '^browser/views/panel_controller.h'],
3532 ['include', '^browser/views/panels/panel_container.cc'], 3533 ['include', '^browser/views/panels/panel_container.cc'],
3533 ['include', '^browser/views/panels/panel_container.h'], 3534 ['include', '^browser/views/panels/panel_container.h'],
3534 ['include', '^browser/views/panels/panel_scroller.cc'], 3535 ['include', '^browser/views/panels/panel_scroller.cc'],
3535 ['include', '^browser/views/panels/panel_scroller.h'], 3536 ['include', '^browser/views/panels/panel_scroller.h'],
3536 # Not necessary unless you're trying to build ChromeOS+views. 3537 # Not necessary unless you're trying to build ChromeOS+views.
3537 #['include', '^browser/views/panels/panel_scroller_container.cc' ], 3538 #['include', '^browser/views/panels/panel_scroller_container.cc' ],
3538 #['include', '^browser/views/panels/panel_scroller_container.h'] , 3539 #['include', '^browser/views/panels/panel_scroller_container.h'] ,
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 ], 3889 ],
3889 }, 3890 },
3890 ], 3891 ],
3891 } 3892 }
3892 3893
3893 # Local Variables: 3894 # Local Variables:
3894 # tab-width:2 3895 # tab-width:2
3895 # indent-tabs-mode:nil 3896 # indent-tabs-mode:nil
3896 # End: 3897 # End:
3897 # vim: set expandtab tabstop=2 shiftwidth=2: 3898 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698