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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3655006: Fixes bugs in usage of adding a new tab with a disposition of (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: More mac fixes 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
« no previous file with comments | « chrome/browser/views/options/plugin_filter_page_view.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 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 'browser/sessions/session_types.cc', 2608 'browser/sessions/session_types.cc',
2609 'browser/sessions/session_types.h', 2609 'browser/sessions/session_types.h',
2610 'browser/sessions/tab_restore_service.cc', 2610 'browser/sessions/tab_restore_service.cc',
2611 'browser/sessions/tab_restore_service.h', 2611 'browser/sessions/tab_restore_service.h',
2612 'browser/shell_dialogs.h', 2612 'browser/shell_dialogs.h',
2613 'browser/shell_integration.cc', 2613 'browser/shell_integration.cc',
2614 'browser/shell_integration.h', 2614 'browser/shell_integration.h',
2615 'browser/shell_integration_mac.mm', 2615 'browser/shell_integration_mac.mm',
2616 'browser/shell_integration_linux.cc', 2616 'browser/shell_integration_linux.cc',
2617 'browser/shell_integration_win.cc', 2617 'browser/shell_integration_win.cc',
2618 'browser/show_options_url.cc',
2619 'browser/show_options_url.h',
2618 'browser/sidebar/sidebar_container.cc', 2620 'browser/sidebar/sidebar_container.cc',
2619 'browser/sidebar/sidebar_container.h', 2621 'browser/sidebar/sidebar_container.h',
2620 'browser/sidebar/sidebar_manager.cc', 2622 'browser/sidebar/sidebar_manager.cc',
2621 'browser/sidebar/sidebar_manager.h', 2623 'browser/sidebar/sidebar_manager.h',
2622 'browser/speech/endpointer/endpointer.cc', 2624 'browser/speech/endpointer/endpointer.cc',
2623 'browser/speech/endpointer/endpointer.h', 2625 'browser/speech/endpointer/endpointer.h',
2624 'browser/speech/endpointer/energy_endpointer.cc', 2626 'browser/speech/endpointer/energy_endpointer.cc',
2625 'browser/speech/endpointer/energy_endpointer.h', 2627 'browser/speech/endpointer/energy_endpointer.h',
2626 'browser/speech/endpointer/energy_endpointer_params.h', 2628 'browser/speech/endpointer/energy_endpointer_params.h',
2627 'browser/speech/speech_input_bubble.h', 2629 'browser/speech/speech_input_bubble.h',
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
4139 ], 4141 ],
4140 }, 4142 },
4141 ], 4143 ],
4142 } 4144 }
4143 4145
4144 # Local Variables: 4146 # Local Variables:
4145 # tab-width:2 4147 # tab-width:2
4146 # indent-tabs-mode:nil 4148 # indent-tabs-mode:nil
4147 # End: 4149 # End:
4148 # vim: set expandtab tabstop=2 shiftwidth=2: 4150 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/options/plugin_filter_page_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698