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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8508048: Rebase PageInfoBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge, indent a line. Created 9 years, 1 month 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/page_info_window.h ('k') | views/bubble/bubble_delegate.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3500 matching lines...) Expand 10 before | Expand all | Expand 10 after
3511 'browser/ui/views/notifications/balloon_view.cc', 3511 'browser/ui/views/notifications/balloon_view.cc',
3512 'browser/ui/views/notifications/balloon_view.h', 3512 'browser/ui/views/notifications/balloon_view.h',
3513 'browser/ui/views/notifications/balloon_view_host.cc', 3513 'browser/ui/views/notifications/balloon_view_host.cc',
3514 'browser/ui/views/notifications/balloon_view_host.h', 3514 'browser/ui/views/notifications/balloon_view_host.h',
3515 'browser/ui/views/omnibox/omnibox_view_views.cc', 3515 'browser/ui/views/omnibox/omnibox_view_views.cc',
3516 'browser/ui/views/omnibox/omnibox_view_views.h', 3516 'browser/ui/views/omnibox/omnibox_view_views.h',
3517 'browser/ui/views/omnibox/omnibox_view_win.cc', 3517 'browser/ui/views/omnibox/omnibox_view_win.cc',
3518 'browser/ui/views/omnibox/omnibox_view_win.h', 3518 'browser/ui/views/omnibox/omnibox_view_win.h',
3519 'browser/ui/views/page_info_bubble_view.cc', 3519 'browser/ui/views/page_info_bubble_view.cc',
3520 'browser/ui/views/page_info_bubble_view.h', 3520 'browser/ui/views/page_info_bubble_view.h',
3521 'browser/ui/views/page_info_window.h',
3522 'browser/ui/views/reload_button.cc', 3521 'browser/ui/views/reload_button.cc',
3523 'browser/ui/views/reload_button.h', 3522 'browser/ui/views/reload_button.h',
3524 'browser/ui/views/repost_form_warning_view.cc', 3523 'browser/ui/views/repost_form_warning_view.cc',
3525 'browser/ui/views/repost_form_warning_view.h', 3524 'browser/ui/views/repost_form_warning_view.h',
3526 'browser/ui/views/restart_message_box.cc', 3525 'browser/ui/views/restart_message_box.cc',
3527 'browser/ui/views/restart_message_box.h', 3526 'browser/ui/views/restart_message_box.h',
3528 'browser/ui/views/sad_tab_view.cc', 3527 'browser/ui/views/sad_tab_view.cc',
3529 'browser/ui/views/sad_tab_view.h', 3528 'browser/ui/views/sad_tab_view.h',
3530 'browser/ui/views/select_file_dialog_aura.cc', 3529 'browser/ui/views/select_file_dialog_aura.cc',
3531 'browser/ui/views/select_file_dialog_extension.cc', 3530 'browser/ui/views/select_file_dialog_extension.cc',
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
5271 'type': 'static_library', 5270 'type': 'static_library',
5272 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5271 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5273 'variables': { 5272 'variables': {
5274 'proto_in_dir': 'browser/history', 5273 'proto_in_dir': 'browser/history',
5275 'proto_out_dir': 'chrome/browser/history', 5274 'proto_out_dir': 'chrome/browser/history',
5276 }, 5275 },
5277 'includes': [ '../build/protoc.gypi' ] 5276 'includes': [ '../build/protoc.gypi' ]
5278 }, 5277 },
5279 ], 5278 ],
5280 } 5279 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/page_info_window.h ('k') | views/bubble/bubble_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698