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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2931007: BrowserMain() refactoring, part 2. (Closed)
Patch Set: Updated per brettw and merged ToT. Created 10 years, 5 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
« no previous file with comments | « chrome/browser/browser_main_win.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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'browser/browser_list_gtk.cc', 274 'browser/browser_list_gtk.cc',
275 'browser/browser_list_mac.mm', 275 'browser/browser_list_mac.mm',
276 'browser/browser_list_stub.cc', 276 'browser/browser_list_stub.cc',
277 'browser/browser_list_win.cc', 277 'browser/browser_list_win.cc',
278 'browser/browser_list.cc', 278 'browser/browser_list.cc',
279 'browser/browser_list.h', 279 'browser/browser_list.h',
280 'browser/browser_main.cc', 280 'browser/browser_main.cc',
281 'browser/browser_main_gtk.cc', 281 'browser/browser_main_gtk.cc',
282 'browser/browser_main_mac.mm', 282 'browser/browser_main_mac.mm',
283 'browser/browser_main_posix.cc', 283 'browser/browser_main_posix.cc',
284 'browser/browser_main_posix.h',
284 'browser/browser_main_win.cc', 285 'browser/browser_main_win.cc',
285 'browser/browser_main_win.h', 286 'browser/browser_main_win.h',
286 'browser/browser_prefs.cc', 287 'browser/browser_prefs.cc',
287 'browser/browser_prefs.h', 288 'browser/browser_prefs.h',
288 'browser/browser_process.cc', 289 'browser/browser_process.cc',
289 'browser/browser_process.h', 290 'browser/browser_process.h',
290 'browser/browser_process_impl.cc', 291 'browser/browser_process_impl.cc',
291 'browser/browser_process_impl.h', 292 'browser/browser_process_impl.h',
292 'browser/browser_process_sub_thread.cc', 293 'browser/browser_process_sub_thread.cc',
293 'browser/browser_process_sub_thread.h', 294 'browser/browser_process_sub_thread.h',
(...skipping 3389 matching lines...) Expand 10 before | Expand all | Expand 10 after
3683 ], 3684 ],
3684 }, 3685 },
3685 ], 3686 ],
3686 } 3687 }
3687 3688
3688 # Local Variables: 3689 # Local Variables:
3689 # tab-width:2 3690 # tab-width:2
3690 # indent-tabs-mode:nil 3691 # indent-tabs-mode:nil
3691 # End: 3692 # End:
3692 # vim: set expandtab tabstop=2 shiftwidth=2: 3693 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/browser_main_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698