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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3012001: Move implementation from header to source. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: blank line 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
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'browser/automation/automation_provider.cc', 198 'browser/automation/automation_provider.cc',
199 'browser/automation/automation_provider.h', 199 'browser/automation/automation_provider.h',
200 'browser/automation/automation_provider_list.cc', 200 'browser/automation/automation_provider_list.cc',
201 'browser/automation/automation_provider_list_generic.cc', 201 'browser/automation/automation_provider_list_generic.cc',
202 'browser/automation/automation_provider_list_mac.mm', 202 'browser/automation/automation_provider_list_mac.mm',
203 'browser/automation/automation_provider_list.h', 203 'browser/automation/automation_provider_list.h',
204 'browser/automation/automation_provider_observers.cc', 204 'browser/automation/automation_provider_observers.cc',
205 'browser/automation/automation_provider_observers.h', 205 'browser/automation/automation_provider_observers.h',
206 'browser/automation/automation_resource_message_filter.cc', 206 'browser/automation/automation_resource_message_filter.cc',
207 'browser/automation/automation_resource_message_filter.h', 207 'browser/automation/automation_resource_message_filter.h',
208 'browser/automation/automation_resource_routing_delegate.cc',
209 'browser/automation/automation_resource_routing_delegate.h',
208 'browser/automation/automation_resource_tracker.cc', 210 'browser/automation/automation_resource_tracker.cc',
209 'browser/automation/automation_resource_tracker.h', 211 'browser/automation/automation_resource_tracker.h',
210 'browser/automation/automation_tab_tracker.h', 212 'browser/automation/automation_tab_tracker.h',
211 'browser/automation/chrome_frame_automation_provider.cc', 213 'browser/automation/chrome_frame_automation_provider.cc',
212 'browser/automation/chrome_frame_automation_provider.h', 214 'browser/automation/chrome_frame_automation_provider.h',
213 'browser/automation/url_request_automation_job.cc', 215 'browser/automation/url_request_automation_job.cc',
214 'browser/automation/url_request_automation_job.h', 216 'browser/automation/url_request_automation_job.h',
215 'browser/automation/automation_window_tracker.h', 217 'browser/automation/automation_window_tracker.h',
216 'browser/automation/extension_port_container.cc', 218 'browser/automation/extension_port_container.cc',
217 'browser/automation/extension_port_container.h', 219 'browser/automation/extension_port_container.h',
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 'browser/tab_contents/render_view_context_menu_gtk.h', 2341 'browser/tab_contents/render_view_context_menu_gtk.h',
2340 'browser/tab_contents/render_view_context_menu_mac.mm', 2342 'browser/tab_contents/render_view_context_menu_mac.mm',
2341 'browser/tab_contents/render_view_context_menu_mac.h', 2343 'browser/tab_contents/render_view_context_menu_mac.h',
2342 'browser/tab_contents/render_view_host_delegate_helper.cc', 2344 'browser/tab_contents/render_view_host_delegate_helper.cc',
2343 'browser/tab_contents/render_view_host_delegate_helper.h', 2345 'browser/tab_contents/render_view_host_delegate_helper.h',
2344 'browser/tab_contents/render_view_host_manager.cc', 2346 'browser/tab_contents/render_view_host_manager.cc',
2345 'browser/tab_contents/render_view_host_manager.h', 2347 'browser/tab_contents/render_view_host_manager.h',
2346 'browser/tab_contents/security_style.h', 2348 'browser/tab_contents/security_style.h',
2347 'browser/tab_contents/tab_contents.cc', 2349 'browser/tab_contents/tab_contents.cc',
2348 'browser/tab_contents/tab_contents.h', 2350 'browser/tab_contents/tab_contents.h',
2351 'browser/tab_contents/tab_contents_delegate.cc',
2349 'browser/tab_contents/tab_contents_delegate.h', 2352 'browser/tab_contents/tab_contents_delegate.h',
2350 'browser/tab_contents/tab_contents_view.cc', 2353 'browser/tab_contents/tab_contents_view.cc',
2351 'browser/tab_contents/tab_contents_view.h', 2354 'browser/tab_contents/tab_contents_view.h',
2352 'browser/tab_contents/tab_contents_view_gtk.cc', 2355 'browser/tab_contents/tab_contents_view_gtk.cc',
2353 'browser/tab_contents/tab_contents_view_gtk.h', 2356 'browser/tab_contents/tab_contents_view_gtk.h',
2354 'browser/tab_contents/tab_contents_view_mac.h', 2357 'browser/tab_contents/tab_contents_view_mac.h',
2355 'browser/tab_contents/tab_contents_view_mac.mm', 2358 'browser/tab_contents/tab_contents_view_mac.mm',
2356 'browser/tab_contents/tab_specific_content_settings.h', 2359 'browser/tab_contents/tab_specific_content_settings.h',
2357 'browser/tab_contents/tab_specific_content_settings.cc', 2360 'browser/tab_contents/tab_specific_content_settings.cc',
2358 'browser/tab_contents/tab_util.cc', 2361 'browser/tab_contents/tab_util.cc',
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 ], 3592 ],
3590 }, 3593 },
3591 ], 3594 ],
3592 } 3595 }
3593 3596
3594 # Local Variables: 3597 # Local Variables:
3595 # tab-width:2 3598 # tab-width:2
3596 # indent-tabs-mode:nil 3599 # indent-tabs-mode:nil
3597 # End: 3600 # End:
3598 # vim: set expandtab tabstop=2 shiftwidth=2: 3601 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« base/tracked.h ('K') | « chrome/browser/tabs/tab_strip_model.cc ('k') | net/base/filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698