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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5581010: Merge 68646 - Makes instant run before unload listeners.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src/
Patch Set: 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 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 'browser/instant/instant_confirm_dialog.cc', 2154 'browser/instant/instant_confirm_dialog.cc',
2155 'browser/instant/instant_confirm_dialog.h', 2155 'browser/instant/instant_confirm_dialog.h',
2156 'browser/instant/instant_controller.cc', 2156 'browser/instant/instant_controller.cc',
2157 'browser/instant/instant_controller.h', 2157 'browser/instant/instant_controller.h',
2158 'browser/instant/instant_delegate.h', 2158 'browser/instant/instant_delegate.h',
2159 'browser/instant/instant_loader.cc', 2159 'browser/instant/instant_loader.cc',
2160 'browser/instant/instant_loader.h', 2160 'browser/instant/instant_loader.h',
2161 'browser/instant/instant_loader_delegate.h', 2161 'browser/instant/instant_loader_delegate.h',
2162 'browser/instant/instant_loader_manager.cc', 2162 'browser/instant/instant_loader_manager.cc',
2163 'browser/instant/instant_loader_manager.h', 2163 'browser/instant/instant_loader_manager.h',
2164 'browser/instant/instant_unload_handler.cc',
2165 'browser/instant/instant_unload_handler.h',
2164 'browser/instant/promo_counter.cc', 2166 'browser/instant/promo_counter.cc',
2165 'browser/instant/promo_counter.h', 2167 'browser/instant/promo_counter.h',
2166 'browser/intranet_redirect_detector.cc', 2168 'browser/intranet_redirect_detector.cc',
2167 'browser/intranet_redirect_detector.h', 2169 'browser/intranet_redirect_detector.h',
2168 'browser/io_thread.cc', 2170 'browser/io_thread.cc',
2169 'browser/io_thread.h', 2171 'browser/io_thread.h',
2170 'browser/jankometer_mac.cc', 2172 'browser/jankometer_mac.cc',
2171 'browser/jankometer.cc', 2173 'browser/jankometer.cc',
2172 'browser/jankometer.h', 2174 'browser/jankometer.h',
2173 'browser/jumplist_win.cc', 2175 'browser/jumplist_win.cc',
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
4366 ], 4368 ],
4367 }, 4369 },
4368 ], 4370 ],
4369 } 4371 }
4370 4372
4371 # Local Variables: 4373 # Local Variables:
4372 # tab-width:2 4374 # tab-width:2
4373 # indent-tabs-mode:nil 4375 # indent-tabs-mode:nil
4374 # End: 4376 # End:
4375 # vim: set expandtab tabstop=2 shiftwidth=2: 4377 # 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