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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5841002: Finish deinlining virtual methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert parts of the balloon modifications Created 10 years 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'browser/automation/extension_port_container.cc', 255 'browser/automation/extension_port_container.cc',
256 'browser/automation/extension_port_container.h', 256 'browser/automation/extension_port_container.h',
257 'browser/automation/testing_automation_provider_gtk.cc', 257 'browser/automation/testing_automation_provider_gtk.cc',
258 'browser/automation/testing_automation_provider_mac.mm', 258 'browser/automation/testing_automation_provider_mac.mm',
259 'browser/automation/testing_automation_provider_views.cc', 259 'browser/automation/testing_automation_provider_views.cc',
260 'browser/automation/testing_automation_provider_win.cc', 260 'browser/automation/testing_automation_provider_win.cc',
261 'browser/automation/testing_automation_provider.cc', 261 'browser/automation/testing_automation_provider.cc',
262 'browser/automation/testing_automation_provider.h', 262 'browser/automation/testing_automation_provider.h',
263 'browser/automation/url_request_automation_job.cc', 263 'browser/automation/url_request_automation_job.cc',
264 'browser/automation/url_request_automation_job.h', 264 'browser/automation/url_request_automation_job.h',
265 'browser/automation/ui_controls_internal.cc',
265 'browser/automation/ui_controls_internal.h', 266 'browser/automation/ui_controls_internal.h',
266 'browser/automation/ui_controls_linux.cc', 267 'browser/automation/ui_controls_linux.cc',
267 'browser/automation/ui_controls_mac.mm', 268 'browser/automation/ui_controls_mac.mm',
268 'browser/automation/ui_controls_win.cc', 269 'browser/automation/ui_controls_win.cc',
269 'browser/automation/ui_controls.h', 270 'browser/automation/ui_controls.h',
270 'browser/background_application_list_model.cc', 271 'browser/background_application_list_model.cc',
271 'browser/background_application_list_model.h', 272 'browser/background_application_list_model.h',
272 'browser/background_contents_service.cc', 273 'browser/background_contents_service.cc',
273 'browser/background_contents_service.h', 274 'browser/background_contents_service.h',
274 'browser/background_mode_manager.cc', 275 'browser/background_mode_manager.cc',
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 'browser/policy/device_management_backend_impl.cc', 1991 'browser/policy/device_management_backend_impl.cc',
1991 'browser/policy/device_management_backend_impl.h', 1992 'browser/policy/device_management_backend_impl.h',
1992 'browser/policy/device_management_service.cc', 1993 'browser/policy/device_management_service.cc',
1993 'browser/policy/device_management_service.h', 1994 'browser/policy/device_management_service.h',
1994 'browser/policy/device_management_policy_cache.cc', 1995 'browser/policy/device_management_policy_cache.cc',
1995 'browser/policy/device_management_policy_cache.h', 1996 'browser/policy/device_management_policy_cache.h',
1996 'browser/policy/device_management_policy_provider.cc', 1997 'browser/policy/device_management_policy_provider.cc',
1997 'browser/policy/device_management_policy_provider.h', 1998 'browser/policy/device_management_policy_provider.h',
1998 'browser/policy/device_token_fetcher.cc', 1999 'browser/policy/device_token_fetcher.cc',
1999 'browser/policy/device_token_fetcher.h', 2000 'browser/policy/device_token_fetcher.h',
2001 'browser/policy/dummy_configuration_policy_provider.cc',
2000 'browser/policy/dummy_configuration_policy_provider.h', 2002 'browser/policy/dummy_configuration_policy_provider.h',
2001 'browser/policy/file_based_policy_loader.cc', 2003 'browser/policy/file_based_policy_loader.cc',
2002 'browser/policy/file_based_policy_loader.h', 2004 'browser/policy/file_based_policy_loader.h',
2003 'browser/policy/file_based_policy_provider.cc', 2005 'browser/policy/file_based_policy_provider.cc',
2004 'browser/policy/file_based_policy_provider.h', 2006 'browser/policy/file_based_policy_provider.h',
2005 'browser/policy/managed_prefs_banner_base.cc', 2007 'browser/policy/managed_prefs_banner_base.cc',
2006 'browser/policy/managed_prefs_banner_base.h', 2008 'browser/policy/managed_prefs_banner_base.h',
2007 'browser/policy/profile_policy_context.cc', 2009 'browser/policy/profile_policy_context.cc',
2008 'browser/policy/profile_policy_context.h', 2010 'browser/policy/profile_policy_context.h',
2009 # TODO(danno): Find a better way to include these files 2011 # TODO(danno): Find a better way to include these files
(...skipping 2501 matching lines...) Expand 10 before | Expand all | Expand 10 after
4511 ], 4513 ],
4512 }, 4514 },
4513 ], 4515 ],
4514 } 4516 }
4515 4517
4516 # Local Variables: 4518 # Local Variables:
4517 # tab-width:2 4519 # tab-width:2
4518 # indent-tabs-mode:nil 4520 # indent-tabs-mode:nil
4519 # End: 4521 # End:
4520 # vim: set expandtab tabstop=2 shiftwidth=2: 4522 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698