Граф коммитов

3059 Коммитов

Автор SHA1 Сообщение Дата
blundell@chromium.org de44484f68 Changes to build/common.gypi for iOS.
- Disable some features that are not used on iOS.
- Remove dSYM in debug mode to reduce build time.
- Build for armv7 as armv7s is not yet fully tested.


Review URL: https://chromiumcodereview.appspot.com/11364072

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165948 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-05 17:11:44 +00:00
blundell@chromium.org 2545b7573a Change copy_test_data_ios.py to enable copying hidden files.
Loosen the dotfile test in this script as some tests can use hidden files.

BUG=


Review URL: https://chromiumcodereview.appspot.com/11312084

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165936 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-05 14:22:30 +00:00
mkosiba@chromium.org 39a68fc40a Add a native test target and for android_webview.
This adds the .gyp target for the android_webview native unittests.
This change also adds running them to the fyi bot.

BUG=None
Android-only chagne, ran through trybots before submitting.
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/11366035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165920 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-05 11:49:39 +00:00
bulach@chromium.org 13689003bf Android: improves test sharding reliability.
Originally test sharding for android was written with performance in mind
(i.e., to scale up the test speed per device).
Now that we're on the main waterfall, we need to improve reliability as
devices may randomly drop offline during tests.
This patch captures exceptions in key places and retries if there are enough
devices available.

BUG=153718
TEST=run android tests, randomly unplugging devices


Review URL: https://chromiumcodereview.appspot.com/11275078

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165918 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-05 11:49:15 +00:00
cmp@chromium.org 39ab8bb1cc Whitspace change.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@165894 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-05 03:06:03 +00:00
cmp@chromium.org 5a5a17a5da Whitespace change.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@165885 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-04 22:54:09 +00:00
michaelbai@chromium.org 51b11c3559 Run findbugs and findbugs-plugin test on clang bot.
- Also rebaseline the known bugs.

BUG=156116


Review URL: https://chromiumcodereview.appspot.com/11365044

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165848 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-03 07:10:30 +00:00
stuartmorgan@chromium.org 3a35a887fe Add structural support for building chrome_browser.gyp on iOS
This is not yet used, but helps lay the groundwork for building chrome/
targets for iOS.
                    
This uses exclude-all-and-include since Chrome for iOS uses only a subset
of chrome/browser/, so the include list will be much more manageable and
maintainable than an exclude list.

BUG=156699


Review URL: https://chromiumcodereview.appspot.com/11361056

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165802 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-03 00:02:19 +00:00
hans@chromium.org c2a330f653 Clang: enable -Wtautological-constant-out-of-range-compare
This warning was implemented in Clang a couple of weeks ago,
and now our code base is clean enough to enable it.

BUG=151927


Review URL: https://chromiumcodereview.appspot.com/11366060

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165793 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 23:09:07 +00:00
nileshagrawal@chromium.org 7252b31adc Android: Fix test runner retry mode
Currently, whenever the test runner script retries a test suite,
it goes in fast_and_loose mode and never comes out of it.
This causes the test script to not push test data for any other test suite.

BUG=

Review URL: https://codereview.chromium.org/11359050

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165789 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 22:58:53 +00:00
ilevy@chromium.org 2e7b043b6d Android: Disable WebContentsVideoCaptureDeviceTest
Disable WebContentsVideoCaptureDeviceTest.*

These are timing out on android phones.  Unfortunately our
test runners did not go red for this timeout.  We are fixing
the test runner issue separately.

BUG=159234
TEST=Verify correct number of content_unittest tests passed

R=nileshagrawal@chromium.org

Review URL: https://codereview.chromium.org/11358076

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165764 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 22:11:55 +00:00
kaiwang@chromium.org ec31d07ffe Disable DeathTests inside unit_tests for android
BUG=155883
TBR=sievers@chromium.org

Review URL: https://codereview.chromium.org/11360068

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165763 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 22:03:06 +00:00
sullivan@chromium.org 1df65f8434 Revert 163638 - Adds units for all Chromium perf tests. These units are recorded in the graphs.dat file, and can then be used to determine whether the test has improved or regressed when the graph goes up.
Review URL: https://chromiumcodereview.appspot.com/11234012

TBR=sullivan@chromium.org
Review URL: https://codereview.chromium.org/11365067

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 16:28:11 +00:00
hbono@chromium.org 2d52ad1f25 Revert 165605 - Fix branding in chromoting string resources.
When chromoting resources were converted from messages.json to .grd format
incorrect branding was used. Beside that simplified how resources are 
generated:
 1. Now <if> is used to handle branded strings instead of generating grd file in build time
 2. Removed resource_ids - ids are now specified in grd files.

BUG=158995

Review URL: https://chromiumcodereview.appspot.com/11275101

TBR=sergeyu@chromium.org
Review URL: https://codereview.chromium.org/11359035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165611 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 03:34:35 +00:00
sergeyu@chromium.org b847fb9aab Fix branding in chromoting string resources.
When chromoting resources were converted from messages.json to .grd format
incorrect branding was used. Beside that simplified how resources are 
generated:
 1. Now <if> is used to handle branded strings instead of generating grd file in build time
 2. Removed resource_ids - ids are now specified in grd files.

BUG=158995

Review URL: https://chromiumcodereview.appspot.com/11275101

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165605 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-02 02:54:01 +00:00
bulach@chromium.org a093bd53df Android: makes "apk_package" optional in adb_install_apk.py
We can derive the package name from the mandatory apk.

BUG=
TEST=adb_install_apk.py --apk ContentShell.apk


Review URL: https://chromiumcodereview.appspot.com/11365004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165450 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-01 18:55:26 +00:00
michaelbai@chromium.org ad1edc9d9a Added test for findbugs plugin.
- The java files had the issue that findbugd plugin need to find out, they
  compiled with the same configuration as chrome for android's.

- The run_findbugs_plugin_tests.py runs the findbugs against the above Java
  classes, and expects to find the same issues as those in expected_result.txt.

BUG=143971, 157970

Review URL: https://chromiumcodereview.appspot.com/11343057

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165442 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-01 18:24:28 +00:00
aberent@chromium.org 60f22f06c5 Add a class for management of thermal throttling
The new class allows detection of whether the device is now, or has been, thermally throttled, hence allowing rejection of performance results affected by thermal throttling.

BUG=158575


Review URL: https://chromiumcodereview.appspot.com/11352004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165367 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-01 13:44:43 +00:00
glider@chromium.org 2262f7a199 More changes for TSan v2 support:
-- add the ignores file
 -- set the appropriate definitions for compiling dynamic annotations
 -- add suppressions for existing data races

BUG=23244,62694,102327,120808,158718
Review URL: https://codereview.chromium.org/11227052

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165330 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-01 10:36:16 +00:00
pauljensen@chromium.org 9fd231c3fb Account for server vs host clock skew in cookie expiration times.
When setting a cookie's expiration time in the cookie store we need
to take into account any difference between the HTTP server and the
host machine's real time clock.  This reverts 159685 which reverted 146616.

BUG=135131
TEST=net_unittests --gtest_filter=CookieMonster/CookieStoreTest/0.TestCookieDeletion

Review URL: https://chromiumcodereview.appspot.com/11339032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-01 10:29:16 +00:00
phajdan.jr@chromium.org 0225fef387 Linux: add an option to build with system protobuf.
This doesn't work yet without upstream protobuf changes,
but with this infrastructure in place it's going to be
easier to test further updates.

Google Chrome will of course use the bundled version,
there's no change here.

BUG=157155
TEST=none

Review URL: https://codereview.chromium.org/11231046

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 23:29:37 +00:00
ilevy@chromium.org 0953d74fb4 Remove obsolete android buildbot scripts
- These scripts were moved to buildbot subdirectory.  Deleting
  the placeholders that were in place until buildbot masters
  could be restarted.

R=cmp
NOTRY=True


Review URL: https://chromiumcodereview.appspot.com/11363022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165251 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 23:10:53 +00:00
bulach@chromium.org 97330b958e Android: passes a list of qualified JNI parameters as a param to the generator.
Instead of hardcoding the list of qualified JNI parameters,
pass it as a parameter so that different modules can inject their
classes.
This is the first step in such decoupling; follow up will start splitting
the class_list.jni list closer to their modules.

BUG=158722
TEST=jni_generator_tests

Review URL: https://chromiumcodereview.appspot.com/11339013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165250 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 22:58:15 +00:00
frankf@chromium.org 8457e74561 Add an option for disabling java assertions.
BUG=153837

Review URL: https://codereview.chromium.org/11093009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165212 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 19:30:52 +00:00
yfriedman@chromium.org 323a4e8249 Pass target architecture to build/android/envsetup.sh
TARGET_PRODUCT and other parameters generated by lunch command is not
necessary any more since the build got switched to being based on
SDK/NDK. This CL lets the target architecture be passed from envsetup.sh.
Currently two arch's values are accepted: arm(default), x86.

TEST=Built successfully with both target architecture values - arm and x86
    using following commands:
    . build/android/envsetup.sh  -> arm
    . build/android/envsetup.sh -t arm -> arm
    . build/android/envsetup.sh -t x86 -> x86
    Other commands tested:
    . build/android/envsetup.sh -h -> prints help
    . build/android/envsetup.sh -t bogus -> prints help and stops

BUG=

Review URL: https://codereview.chromium.org/11260008
Patch from Jinsuk Kim <jinsukkim@google.com>.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165185 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 17:25:20 +00:00
marja@chromium.org 2921891021 Chrome remote control multi-page tests: Enable printing out histograms.
BUG=158323

Review URL: https://codereview.chromium.org/11340037

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165132 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 09:25:47 +00:00
hbono@chromium.org 6da6699c45 A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug builds
to catch memory problems early, easily, and cleanly.

Because of gyp limitations, this can't be now controlled
by a flag.

BUG=30715
TEST=none

Review URL: https://codereview.chromium.org/11266019

TBR=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/11360002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165096 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-31 03:30:48 +00:00
phajdan.jr@chromium.org 61a35df4b0 Change install-build-deps.sh to get libpci,
see https://codereview.chromium.org/11343015/

TBR=cmp

BUG=158535
TEST=none

Review URL: https://codereview.chromium.org/11348051

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165040 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 22:33:20 +00:00
michaelbai@google.com dc5d885643 The findbugs_diff and lib.
- findbugs_diff.py analyzes the org.chrome.* classes by calling findbug.py.

- findbugs.py is python lib, it calls the FindBugs by different configration.
  The caller could configure the classes to analyze, filter, known_bugs,
  whether rebaseline etc.

BUG=156116

Review URL: https://codereview.chromium.org/11273026

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165024 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 22:00:05 +00:00
frankf@chromium.org 6e13a4b587 Restart app before running monkey test.
Also remove dependency on env variables during import of apk_info.

BUG=

Review URL: https://codereview.chromium.org/11273099

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165022 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 21:51:15 +00:00
shashishekhar@chromium.org e53aeb0290 Move webkit_compositor_bindings_unittests from experimental step to Android waterfall.
webkit_compositor_bindings_unittests are quite stable and have been running
on experimental bots.
Move them to Android main builder so that we can catch any breaks.

BUG=152702


Review URL: https://chromiumcodereview.appspot.com/11342013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164952 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 18:44:01 +00:00
phajdan.jr@chromium.org 1c5d2ac690 Use tcmalloc's debugallocation for Debug builds
to catch memory problems early, easily, and cleanly.

Because of gyp limitations, this can't be now controlled
by a flag.

BUG=30715
TEST=none

Review URL: https://codereview.chromium.org/11266019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164939 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 17:25:28 +00:00
stuartmorgan@chromium.org ed97e5ef66 Add structural support for building chrome_browser_ui.gypi on iOS
This is not yet used, but helps lay the groundwork for building chrome/
targets for iOS.

This uses exclude-all-and-include since Chrome for iOS uses only a very
small portion of chrome/browser/ui/, so the include list will be much more
manageable and maintainable than an exclude list.

BUG=156699


Review URL: https://chromiumcodereview.appspot.com/11339010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164908 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 13:55:07 +00:00
mnaganov@chromium.org 1d42dec2d7 Add build/android scripts for Chromium TestShell
This is to match existing scripts for Content Shell.

There seem to be inconsistency in usages of 'testshell' vs. 'test_shell'. Since the build target is called 'chromium_testshell', and the package is called 'org.chromium.chrome.testshell', I'm leaning towards using this spelling.

R=digit@chromium.org

Review URL: https://chromiumcodereview.appspot.com/11346007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164808 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-30 01:07:38 +00:00
nileshagrawal@chromium.org 5b365a4c4d Android: Remove depenendency on libjingle_p2p and jingle_glue.
BUG=155069


Review URL: https://chromiumcodereview.appspot.com/11308013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164765 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 23:03:56 +00:00
blundell@chromium.org ef09a2c4a5 Specify dependences correctly when building mac tools for iOS.
Several auxiliary tools used when building Chrome for iOS are generated via the
following two-step pattern: (1) compiling the executable with ninja, and (2)
copying the executable into a location that is shared with other projects.
Previously, these two steps were specified as actions in the same target.
However, as the ordering of multiple actions in one target is defined only by
inputs and outputs and the compilation action had no inputs/outputs set, the
copying action wasn't properly depending on the compilation action.  

As it's challenging to set correct inputs for the ninja build, this CL
separates these actions into two targets in order to be able to specify that
the second action should not run until the first action finishes.


Review URL: https://chromiumcodereview.appspot.com/11301003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164743 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 21:36:35 +00:00
jcivelli@chromium.org e68c1f0147 Adding a new method to python tests on Android.
BUG=None
TEST=None


Review URL: https://chromiumcodereview.appspot.com/11276054

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164741 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 21:35:03 +00:00
ivankr@chromium.org 8edf7e3878 RLZ: remove hard-coded Win || Mac conditions.
Add enable_rlz GYP variable and rely on ENABLE_RLZ macro instead of hard-coded Win || Mac checks.
Also, clean compile by gcc (signed/unsigned mismatch, etc).


BUG=157348

Review URL: https://chromiumcodereview.appspot.com/11226060

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164681 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 18:17:22 +00:00
glider@chromium.org 9fba15da18 Make the Clang and ASan GYP definitions available for iOS.
The intention is to allow to build iOS Chrome/tests with asan=1, which is only possible with a custom Clang at the moment.
The resulting binaries can't be shipped to users, but can be used to debug memory corruptions.
Review URL: https://codereview.chromium.org/11273012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164619 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 10:57:31 +00:00
thakis@chromium.org 0701976cd2 clang: Enable -Wimplicit-conversion-floating-point-to-bool
The one offender in WebKit was fixed.

BUG=none
TBR=hans

Review URL: https://codereview.chromium.org/11337003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164589 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-29 04:01:43 +00:00
tfarina@chromium.org 8af4af9cba Whitespace change.
Whitespace change to kick off builds and see if ipc_tests go green.

TBR=maruel@chromium.org

Review URL: https://codereview.chromium.org/11345002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164562 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-28 11:23:10 +00:00
msarda@chromium.org 87e3bba0ed Add IDS_PRIVACY_POLICY_URL string for iOS.
Review URL: https://chromiumcodereview.appspot.com/11300009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164512 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-27 06:02:15 +00:00
frankf@chromium.org 82cbdf8f7f Make --test-apk option mandatory.
BUG=

Review URL: https://codereview.chromium.org/11266056

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164405 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-26 21:09:59 +00:00
stuartmorgan@chromium.org 5c98764e4a Add more time format strings to the iOS grit whitelist
These strings were added to TimeFormat in https://codereview.chromium.org/11272035

BUG=None


Review URL: https://chromiumcodereview.appspot.com/11308003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164353 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-26 18:29:43 +00:00
stuartmorgan@chromium.org 94359ca145 Remap pt-BR to pt on iOS
iOS looks for Brazilian Portuguese under pt, not pt-BR. Remap the grd
output from pt-BR to pt on iOS so that it ends up in the right place.

BUG=None


Review URL: https://chromiumcodereview.appspot.com/11276003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164312 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-26 10:50:47 +00:00
shashishekhar@chromium.org 8fb3f4d036 Move cc_unittests from experimental step to Android waterfall.
cc_unittests are quite stable and have been running on experimental bots.
Move them to Android main builder so that we can catch any breaks.

BUG=152702


Review URL: https://chromiumcodereview.appspot.com/11266055

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164285 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-26 07:37:00 +00:00
chrisha@chromium.org ffc93fa785 Allow lastchange.py to be used for arbitrary repositories.
BUG=


Review URL: https://chromiumcodereview.appspot.com/11266037

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164172 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-25 20:59:36 +00:00
rohitrao@chromium.org 8e315cee16 Adds GoogleURLTracker strings to the iOS grit whitelist.
BUG=None


Review URL: https://chromiumcodereview.appspot.com/11276005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164151 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-25 19:55:15 +00:00
aberent@chromium.org 95e5e463d2 Upstream remaining differences in android/build python files
Re-enable unit tests in single_test_runner (these are no longer flaky)
Allow stack trace, since we now admit we are doing an Android version of Chrome
Add keep_test_server_ports option to instrumentation tests.

BUG=136980


Review URL: https://chromiumcodereview.appspot.com/11262034

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164117 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-25 18:43:25 +00:00
shouqun.liu@intel.com eedd42baa2 Fix the failed cases in URLFetcherFileTest on Android.
* Push the needed data files to target device.
* Set the correct document root.

BUG=
TEST=net_unittests --gtest_filter=URLFetcherFileTest.*


Review URL: https://chromiumcodereview.appspot.com/10986042

git-svn-id: http://src.chromium.org/svn/trunk/src/build@164061 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-10-25 13:17:28 +00:00