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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5610005: Makes instant run before unload listeners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Fix comments and reset session id appropriately Created 10 years 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/browser.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 (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 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 'browser/instant/instant_confirm_dialog.cc', 1689 'browser/instant/instant_confirm_dialog.cc',
1690 'browser/instant/instant_confirm_dialog.h', 1690 'browser/instant/instant_confirm_dialog.h',
1691 'browser/instant/instant_controller.cc', 1691 'browser/instant/instant_controller.cc',
1692 'browser/instant/instant_controller.h', 1692 'browser/instant/instant_controller.h',
1693 'browser/instant/instant_delegate.h', 1693 'browser/instant/instant_delegate.h',
1694 'browser/instant/instant_loader.cc', 1694 'browser/instant/instant_loader.cc',
1695 'browser/instant/instant_loader.h', 1695 'browser/instant/instant_loader.h',
1696 'browser/instant/instant_loader_delegate.h', 1696 'browser/instant/instant_loader_delegate.h',
1697 'browser/instant/instant_loader_manager.cc', 1697 'browser/instant/instant_loader_manager.cc',
1698 'browser/instant/instant_loader_manager.h', 1698 'browser/instant/instant_loader_manager.h',
1699 'browser/instant/instant_unload_handler.cc',
1700 'browser/instant/instant_unload_handler.h',
1699 'browser/instant/promo_counter.cc', 1701 'browser/instant/promo_counter.cc',
1700 'browser/instant/promo_counter.h', 1702 'browser/instant/promo_counter.h',
1701 'browser/intranet_redirect_detector.cc', 1703 'browser/intranet_redirect_detector.cc',
1702 'browser/intranet_redirect_detector.h', 1704 'browser/intranet_redirect_detector.h',
1703 'browser/io_thread.cc', 1705 'browser/io_thread.cc',
1704 'browser/io_thread.h', 1706 'browser/io_thread.h',
1705 'browser/jankometer_mac.cc', 1707 'browser/jankometer_mac.cc',
1706 'browser/jankometer.cc', 1708 'browser/jankometer.cc',
1707 'browser/jankometer.h', 1709 'browser/jankometer.h',
1708 'browser/jumplist_win.cc', 1710 'browser/jumplist_win.cc',
(...skipping 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after
4395 ], 4397 ],
4396 }, 4398 },
4397 ], 4399 ],
4398 } 4400 }
4399 4401
4400 # Local Variables: 4402 # Local Variables:
4401 # tab-width:2 4403 # tab-width:2
4402 # indent-tabs-mode:nil 4404 # indent-tabs-mode:nil
4403 # End: 4405 # End:
4404 # vim: set expandtab tabstop=2 shiftwidth=2: 4406 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698