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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3743001: FBTF: Fix more ctor/dtors found by clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Rebase to pick up mac fix on ToT Created 10 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
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 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 'browser/sessions/session_id.cc', 2605 'browser/sessions/session_id.cc',
2606 'browser/sessions/session_id.h', 2606 'browser/sessions/session_id.h',
2607 'browser/sessions/session_restore.cc', 2607 'browser/sessions/session_restore.cc',
2608 'browser/sessions/session_restore.h', 2608 'browser/sessions/session_restore.h',
2609 'browser/sessions/session_service.cc', 2609 'browser/sessions/session_service.cc',
2610 'browser/sessions/session_service.h', 2610 'browser/sessions/session_service.h',
2611 'browser/sessions/session_types.cc', 2611 'browser/sessions/session_types.cc',
2612 'browser/sessions/session_types.h', 2612 'browser/sessions/session_types.h',
2613 'browser/sessions/tab_restore_service.cc', 2613 'browser/sessions/tab_restore_service.cc',
2614 'browser/sessions/tab_restore_service.h', 2614 'browser/sessions/tab_restore_service.h',
2615 'browser/shell_dialogs.cc',
2615 'browser/shell_dialogs.h', 2616 'browser/shell_dialogs.h',
2616 'browser/shell_integration.cc', 2617 'browser/shell_integration.cc',
2617 'browser/shell_integration.h', 2618 'browser/shell_integration.h',
2618 'browser/shell_integration_mac.mm', 2619 'browser/shell_integration_mac.mm',
2619 'browser/shell_integration_linux.cc', 2620 'browser/shell_integration_linux.cc',
2620 'browser/shell_integration_win.cc', 2621 'browser/shell_integration_win.cc',
2621 'browser/sidebar/sidebar_container.cc', 2622 'browser/sidebar/sidebar_container.cc',
2622 'browser/sidebar/sidebar_container.h', 2623 'browser/sidebar/sidebar_container.h',
2623 'browser/sidebar/sidebar_manager.cc', 2624 'browser/sidebar/sidebar_manager.cc',
2624 'browser/sidebar/sidebar_manager.h', 2625 'browser/sidebar/sidebar_manager.h',
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after
4142 ], 4143 ],
4143 }, 4144 },
4144 ], 4145 ],
4145 } 4146 }
4146 4147
4147 # Local Variables: 4148 # Local Variables:
4148 # tab-width:2 4149 # tab-width:2
4149 # indent-tabs-mode:nil 4150 # indent-tabs-mode:nil
4150 # End: 4151 # End:
4151 # vim: set expandtab tabstop=2 shiftwidth=2: 4152 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view.cc ('k') | chrome/common/webmessageportchannel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698