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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3187013: Merge 54867 - ChromeFrame currently overrides the request context for interce... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/browser/visitedlink_unittest.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'browser/autofill/select_control_handler.cc', 184 'browser/autofill/select_control_handler.cc',
185 'browser/autofill/select_control_handler.h', 185 'browser/autofill/select_control_handler.h',
186 'browser/automation/automation_autocomplete_edit_tracker.h', 186 'browser/automation/automation_autocomplete_edit_tracker.h',
187 'browser/automation/automation_browser_tracker.h', 187 'browser/automation/automation_browser_tracker.h',
188 'browser/automation/extension_automation_constants.h', 188 'browser/automation/extension_automation_constants.h',
189 'browser/automation/extension_automation_constants.cc', 189 'browser/automation/extension_automation_constants.cc',
190 'browser/automation/automation_extension_function.h', 190 'browser/automation/automation_extension_function.h',
191 'browser/automation/automation_extension_function.cc', 191 'browser/automation/automation_extension_function.cc',
192 'browser/automation/automation_extension_tracker.cc', 192 'browser/automation/automation_extension_tracker.cc',
193 'browser/automation/automation_extension_tracker.h', 193 'browser/automation/automation_extension_tracker.h',
194 'browser/automation/automation_profile_impl.cc',
195 'browser/automation/automation_profile_impl.h',
196 'browser/automation/automation_provider_chromeos.cc', 194 'browser/automation/automation_provider_chromeos.cc',
197 'browser/automation/automation_provider_gtk.cc', 195 'browser/automation/automation_provider_gtk.cc',
198 'browser/automation/automation_provider_mac.mm', 196 'browser/automation/automation_provider_mac.mm',
199 'browser/automation/automation_provider_views.cc', 197 'browser/automation/automation_provider_views.cc',
200 'browser/automation/automation_provider_win.cc', 198 'browser/automation/automation_provider_win.cc',
201 'browser/automation/automation_provider.cc', 199 'browser/automation/automation_provider.cc',
202 'browser/automation/automation_provider.h', 200 'browser/automation/automation_provider.h',
203 'browser/automation/automation_provider_json.h', 201 'browser/automation/automation_provider_json.h',
204 'browser/automation/automation_provider_json.cc', 202 'browser/automation/automation_provider_json.cc',
205 'browser/automation/automation_provider_list.cc', 203 'browser/automation/automation_provider_list.cc',
(...skipping 3461 matching lines...) Expand 10 before | Expand all | Expand 10 after
3667 ], 3665 ],
3668 }, 3666 },
3669 ], 3667 ],
3670 } 3668 }
3671 3669
3672 # Local Variables: 3670 # Local Variables:
3673 # tab-width:2 3671 # tab-width:2
3674 # indent-tabs-mode:nil 3672 # indent-tabs-mode:nil
3675 # End: 3673 # End:
3676 # vim: set expandtab tabstop=2 shiftwidth=2: 3674 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/visitedlink_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698