diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 15:04:29 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-15 15:04:29 +0000 |
commit | 7069c8c6a27edef7b09227d8789595df1c62b422 (patch) | |
tree | 5edd3887800ef84a86baffa421bda8da0afac2a2 /chrome/tools/build | |
parent | c571ef43567e267c677521f044bce9f401b344d1 (diff) | |
download | chromium_src-7069c8c6a27edef7b09227d8789595df1c62b422.zip chromium_src-7069c8c6a27edef7b09227d8789595df1c62b422.tar.gz chromium_src-7069c8c6a27edef7b09227d8789595df1c62b422.tar.bz2 |
Add in files that define lists of SYMBOLS to be archived for Windows and Linux builds and tests to be archived for Windows builds. This patch goes hand in hand with: http://codereview.chromium.org/267087/show
BUG=None
TEST=Build program files, symbols and tests are correctly archived by the builder.
Review URL: http://codereview.chromium.org/275024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/build')
-rw-r--r-- | chrome/tools/build/linux/SYMBOLS | 1 | ||||
-rw-r--r-- | chrome/tools/build/win/SYMBOLS | 4 | ||||
-rw-r--r-- | chrome/tools/build/win/TESTS | 7 |
3 files changed, 12 insertions, 0 deletions
diff --git a/chrome/tools/build/linux/SYMBOLS b/chrome/tools/build/linux/SYMBOLS new file mode 100644 index 0000000..873053d --- /dev/null +++ b/chrome/tools/build/linux/SYMBOLS @@ -0,0 +1 @@ +chrome.breakpad.ia32
\ No newline at end of file diff --git a/chrome/tools/build/win/SYMBOLS b/chrome/tools/build/win/SYMBOLS new file mode 100644 index 0000000..64f91df --- /dev/null +++ b/chrome/tools/build/win/SYMBOLS @@ -0,0 +1,4 @@ +chrome_dll.pdb +chrome_exe.pdb +mini_installer.pdb +setup.pdb
\ No newline at end of file diff --git a/chrome/tools/build/win/TESTS b/chrome/tools/build/win/TESTS new file mode 100644 index 0000000..40db91e --- /dev/null +++ b/chrome/tools/build/win/TESTS @@ -0,0 +1,7 @@ +reliability_tests.exe
+test_shell.exe
+automated_ui_tests.exe
+icudt38.dll
+icudt42.dll
+plugins\npapi_layout_test_plugin.dll
+fonts\*
\ No newline at end of file |