summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 17:22:49 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 17:22:49 +0000
commit201366472a1a679a3894d152322416ea90a81c58 (patch)
tree092a3f6668c417a2b4b68b1fd29d2fd41dbc7fad /chrome/chrome_common.gypi
parent8b4986943d904a9a23cfd612dcacf6e1cc3266a1 (diff)
downloadchromium_src-201366472a1a679a3894d152322416ea90a81c58.zip
chromium_src-201366472a1a679a3894d152322416ea90a81c58.tar.gz
chromium_src-201366472a1a679a3894d152322416ea90a81c58.tar.bz2
Remove more definitions from header files.
This patch only concerns itself with places where we have more than 100 copies of methods being generated. (For example, the destructor and other random methods in FilePath weren't being inlined, leading to several hundred copies being generated.) BUG=none TEST=none Review URL: http://codereview.chromium.org/3039001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 6978ebe..db1db8b 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -73,12 +73,14 @@
'common/nacl_messages.h',
'common/nacl_types.h',
'common/nacl_messages_internal.h',
+ 'common/notification_details.cc',
'common/notification_details.h',
'common/notification_observer.h',
'common/notification_registrar.cc',
'common/notification_registrar.h',
'common/notification_service.cc',
'common/notification_service.h',
+ 'common/notification_source.cc',
'common/notification_source.h',
'common/notification_type.h',
'common/plugin_group.cc',