diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 23:32:06 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 23:32:06 +0000 |
commit | 6cef59c4b68f538e67ae458e47f92975e253cb72 (patch) | |
tree | 64e8d6855ca9279ec1a6b5afda50ff47d4cfa059 /chrome/common/common.scons | |
parent | f67019ad2da4b89380a209e466fad006dc977ae5 (diff) | |
download | chromium_src-6cef59c4b68f538e67ae458e47f92975e253cb72.zip chromium_src-6cef59c4b68f538e67ae458e47f92975e253cb72.tar.gz chromium_src-6cef59c4b68f538e67ae458e47f92975e253cb72.tar.bz2 |
Create a stub chrome executable that crashes when run.
This is mostly making sure we have all the symbols we need.
Review URL: http://codereview.chromium.org/19683
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index eedbd94..93fc73f 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -206,6 +206,11 @@ input_files = ChromeFileList([ ]) if not env.Bit('windows'): + # TODO(port): This is temporary so we can link. + input_files.Append( + 'temp_scaffolding_stubs.cc' + ) + # TODO(port): Port these. input_files.Remove( 'chrome_plugin_util.cc', |