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

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; remove depricated code. 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
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 3497 matching lines...) Expand 10 before | Expand all | Expand 10 after
3508 'browser/ui/views/notifications/balloon_view.cc', 3508 'browser/ui/views/notifications/balloon_view.cc',
3509 'browser/ui/views/notifications/balloon_view.h', 3509 'browser/ui/views/notifications/balloon_view.h',
3510 'browser/ui/views/notifications/balloon_view_host.cc', 3510 'browser/ui/views/notifications/balloon_view_host.cc',
3511 'browser/ui/views/notifications/balloon_view_host.h', 3511 'browser/ui/views/notifications/balloon_view_host.h',
3512 'browser/ui/views/omnibox/omnibox_view_views.cc', 3512 'browser/ui/views/omnibox/omnibox_view_views.cc',
3513 'browser/ui/views/omnibox/omnibox_view_views.h', 3513 'browser/ui/views/omnibox/omnibox_view_views.h',
3514 'browser/ui/views/omnibox/omnibox_view_win.cc', 3514 'browser/ui/views/omnibox/omnibox_view_win.cc',
3515 'browser/ui/views/omnibox/omnibox_view_win.h', 3515 'browser/ui/views/omnibox/omnibox_view_win.h',
3516 'browser/ui/views/page_info_bubble_view.cc', 3516 'browser/ui/views/page_info_bubble_view.cc',
3517 'browser/ui/views/page_info_bubble_view.h', 3517 'browser/ui/views/page_info_bubble_view.h',
3518 'browser/ui/views/page_info_window.h',
3519 'browser/ui/views/reload_button.cc', 3518 'browser/ui/views/reload_button.cc',
3520 'browser/ui/views/reload_button.h', 3519 'browser/ui/views/reload_button.h',
3521 'browser/ui/views/repost_form_warning_view.cc', 3520 'browser/ui/views/repost_form_warning_view.cc',
3522 'browser/ui/views/repost_form_warning_view.h', 3521 'browser/ui/views/repost_form_warning_view.h',
3523 'browser/ui/views/restart_message_box.cc', 3522 'browser/ui/views/restart_message_box.cc',
3524 'browser/ui/views/restart_message_box.h', 3523 'browser/ui/views/restart_message_box.h',
3525 'browser/ui/views/sad_tab_view.cc', 3524 'browser/ui/views/sad_tab_view.cc',
3526 'browser/ui/views/sad_tab_view.h', 3525 'browser/ui/views/sad_tab_view.h',
3527 'browser/ui/views/select_file_dialog_aura.cc', 3526 'browser/ui/views/select_file_dialog_aura.cc',
3528 'browser/ui/views/select_file_dialog_extension.cc', 3527 'browser/ui/views/select_file_dialog_extension.cc',
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
5268 'type': 'static_library', 5267 'type': 'static_library',
5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5268 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5270 'variables': { 5269 'variables': {
5271 'proto_in_dir': 'browser/history', 5270 'proto_in_dir': 'browser/history',
5272 'proto_out_dir': 'chrome/browser/history', 5271 'proto_out_dir': 'chrome/browser/history',
5273 }, 5272 },
5274 'includes': [ '../build/protoc.gypi' ] 5273 'includes': [ '../build/protoc.gypi' ]
5275 }, 5274 },
5276 ], 5275 ],
5277 } 5276 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698