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

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: Better comments 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
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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'browser/in_process_webkit/session_storage_namespace.h', 1677 'browser/in_process_webkit/session_storage_namespace.h',
1678 'browser/in_process_webkit/webkit_context.cc', 1678 'browser/in_process_webkit/webkit_context.cc',
1679 'browser/in_process_webkit/webkit_context.h', 1679 'browser/in_process_webkit/webkit_context.h',
1680 'browser/in_process_webkit/webkit_thread.cc', 1680 'browser/in_process_webkit/webkit_thread.cc',
1681 'browser/in_process_webkit/webkit_thread.h', 1681 'browser/in_process_webkit/webkit_thread.h',
1682 'browser/instant/instant_commit_type.h', 1682 'browser/instant/instant_commit_type.h',
1683 'browser/instant/instant_confirm_dialog.cc', 1683 'browser/instant/instant_confirm_dialog.cc',
1684 'browser/instant/instant_confirm_dialog.h', 1684 'browser/instant/instant_confirm_dialog.h',
1685 'browser/instant/instant_controller.cc', 1685 'browser/instant/instant_controller.cc',
1686 'browser/instant/instant_controller.h', 1686 'browser/instant/instant_controller.h',
1687 'browser/instant/instant_unload_handler.cc',
1688 'browser/instant/instant_unload_handler.h',
Charlie Reis 2010/12/08 01:26:12 These belong lower, at 1695.
1687 'browser/instant/instant_delegate.h', 1689 'browser/instant/instant_delegate.h',
1688 'browser/instant/instant_loader.cc', 1690 'browser/instant/instant_loader.cc',
1689 'browser/instant/instant_loader.h', 1691 'browser/instant/instant_loader.h',
1690 'browser/instant/instant_loader_delegate.h', 1692 'browser/instant/instant_loader_delegate.h',
1691 'browser/instant/instant_loader_manager.cc', 1693 'browser/instant/instant_loader_manager.cc',
1692 'browser/instant/instant_loader_manager.h', 1694 'browser/instant/instant_loader_manager.h',
1693 'browser/instant/promo_counter.cc', 1695 'browser/instant/promo_counter.cc',
1694 'browser/instant/promo_counter.h', 1696 'browser/instant/promo_counter.h',
1695 'browser/intranet_redirect_detector.cc', 1697 'browser/intranet_redirect_detector.cc',
1696 'browser/intranet_redirect_detector.h', 1698 'browser/intranet_redirect_detector.h',
(...skipping 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after
4375 ], 4377 ],
4376 }, 4378 },
4377 ], 4379 ],
4378 } 4380 }
4379 4381
4380 # Local Variables: 4382 # Local Variables:
4381 # tab-width:2 4383 # tab-width:2
4382 # indent-tabs-mode:nil 4384 # indent-tabs-mode:nil
4383 # End: 4385 # End:
4384 # vim: set expandtab tabstop=2 shiftwidth=2: 4386 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/tabs/tab_strip_model_unittest.cc ('K') | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698