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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3412016: FBTF: Move a bunch of code to the headers and remove includes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase + fixed windows issues locally Created 10 years, 3 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
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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'browser/automation/automation_provider_list_mac.mm', 211 'browser/automation/automation_provider_list_mac.mm',
212 'browser/automation/automation_provider_list.h', 212 'browser/automation/automation_provider_list.h',
213 'browser/automation/automation_provider_observers.cc', 213 'browser/automation/automation_provider_observers.cc',
214 'browser/automation/automation_provider_observers.h', 214 'browser/automation/automation_provider_observers.h',
215 'browser/automation/automation_resource_message_filter.cc', 215 'browser/automation/automation_resource_message_filter.cc',
216 'browser/automation/automation_resource_message_filter.h', 216 'browser/automation/automation_resource_message_filter.h',
217 'browser/automation/automation_resource_routing_delegate.cc', 217 'browser/automation/automation_resource_routing_delegate.cc',
218 'browser/automation/automation_resource_routing_delegate.h', 218 'browser/automation/automation_resource_routing_delegate.h',
219 'browser/automation/automation_resource_tracker.cc', 219 'browser/automation/automation_resource_tracker.cc',
220 'browser/automation/automation_resource_tracker.h', 220 'browser/automation/automation_resource_tracker.h',
221 'browser/automation/automation_tab_tracker.cc',
221 'browser/automation/automation_tab_tracker.h', 222 'browser/automation/automation_tab_tracker.h',
223 'browser/automation/automation_window_tracker.cc',
222 'browser/automation/automation_window_tracker.h', 224 'browser/automation/automation_window_tracker.h',
223 'browser/automation/chrome_frame_automation_provider.cc', 225 'browser/automation/chrome_frame_automation_provider.cc',
224 'browser/automation/chrome_frame_automation_provider.h', 226 'browser/automation/chrome_frame_automation_provider.h',
225 'browser/automation/extension_port_container.cc', 227 'browser/automation/extension_port_container.cc',
226 'browser/automation/extension_port_container.h', 228 'browser/automation/extension_port_container.h',
227 'browser/automation/testing_automation_provider_gtk.cc', 229 'browser/automation/testing_automation_provider_gtk.cc',
228 'browser/automation/testing_automation_provider_mac.mm', 230 'browser/automation/testing_automation_provider_mac.mm',
229 'browser/automation/testing_automation_provider_views.cc', 231 'browser/automation/testing_automation_provider_views.cc',
230 'browser/automation/testing_automation_provider_win.cc', 232 'browser/automation/testing_automation_provider_win.cc',
231 'browser/automation/testing_automation_provider.cc', 233 'browser/automation/testing_automation_provider.cc',
(...skipping 3772 matching lines...) Expand 10 before | Expand all | Expand 10 after
4004 ], 4006 ],
4005 }, 4007 },
4006 ], 4008 ],
4007 } 4009 }
4008 4010
4009 # Local Variables: 4011 # Local Variables:
4010 # tab-width:2 4012 # tab-width:2
4011 # indent-tabs-mode:nil 4013 # indent-tabs-mode:nil
4012 # End: 4014 # End:
4013 # vim: set expandtab tabstop=2 shiftwidth=2: 4015 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome_frame/test/net/test_automation_resource_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698