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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 27451002: Printing: Keep track of WebContents lifetime for the native printing UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/printing/printing_ui_web_contents_observer.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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 'browser/printing/print_view_manager.h', 1691 'browser/printing/print_view_manager.h',
1692 'browser/printing/print_view_manager_observer.h', 1692 'browser/printing/print_view_manager_observer.h',
1693 'browser/printing/printer_manager_dialog.h', 1693 'browser/printing/printer_manager_dialog.h',
1694 'browser/printing/printer_manager_dialog_linux.cc', 1694 'browser/printing/printer_manager_dialog_linux.cc',
1695 'browser/printing/printer_manager_dialog_mac.mm', 1695 'browser/printing/printer_manager_dialog_mac.mm',
1696 'browser/printing/printer_manager_dialog_win.cc', 1696 'browser/printing/printer_manager_dialog_win.cc',
1697 'browser/printing/printer_query.cc', 1697 'browser/printing/printer_query.cc',
1698 'browser/printing/printer_query.h', 1698 'browser/printing/printer_query.h',
1699 'browser/printing/printing_message_filter.cc', 1699 'browser/printing/printing_message_filter.cc',
1700 'browser/printing/printing_message_filter.h', 1700 'browser/printing/printing_message_filter.h',
1701 'browser/printing/printing_ui_web_contents_observer.cc',
1702 'browser/printing/printing_ui_web_contents_observer.h',
1701 'browser/process_info_snapshot.h', 1703 'browser/process_info_snapshot.h',
1702 'browser/process_info_snapshot_mac.cc', 1704 'browser/process_info_snapshot_mac.cc',
1703 'browser/process_singleton.h', 1705 'browser/process_singleton.h',
1704 'browser/process_singleton_linux.cc', 1706 'browser/process_singleton_linux.cc',
1705 'browser/process_singleton_mac.cc', 1707 'browser/process_singleton_mac.cc',
1706 'browser/process_singleton_modal_dialog_lock.cc', 1708 'browser/process_singleton_modal_dialog_lock.cc',
1707 'browser/process_singleton_modal_dialog_lock.h', 1709 'browser/process_singleton_modal_dialog_lock.h',
1708 'browser/process_singleton_startup_lock.cc', 1710 'browser/process_singleton_startup_lock.cc',
1709 'browser/process_singleton_startup_lock.h', 1711 'browser/process_singleton_startup_lock.h',
1710 'browser/process_singleton_win.cc', 1712 'browser/process_singleton_win.cc',
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3690 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3692 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3691 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3693 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3692 }, 3694 },
3693 'includes': [ '../build/android/java_cpp_template.gypi' ], 3695 'includes': [ '../build/android/java_cpp_template.gypi' ],
3694 }, 3696 },
3695 ], 3697 ],
3696 }, 3698 },
3697 ], 3699 ],
3698 ], 3700 ],
3699 } 3701 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/printing_ui_web_contents_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698