simonjam@chromium.org
ccb04eb70e
Include cache clearing utility on builder targets.
...
BUG=262933
Review URL: https://chromiumcodereview.appspot.com/22978006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217654 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 21:36:25 +00:00
tfarina@chromium.org
77057c864f
content should be referring to the blink_test_plugin.gyp in the public directory.
...
content should not be of poking around the internal structure of Blink,
instead it should just use things exposed through public.
This is necessary because DumpRenderTree is going away soon.
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/22432006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216801 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-10 02:16:02 +00:00
alokp@chromium.org
e5b5b9bfda
Reland a portion of r215672.
...
The goal is to delete third_party/gles2_book.
This patch deletes all known references.
BUG=98130
TBR=apatrick@chromium.org
Review URL: https://chromiumcodereview.appspot.com/22299002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@215832 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-06 07:25:06 +00:00
simonjam@chromium.org
e2747fe0ea
Add a tool for clearing the system cache for a directory.
...
This is a wrapper around existing functionality in
base/test/test_file_util.h.
This will be used in the cold startup Telemetry tests.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/20399002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@213941 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 17:05:44 +00:00
jschuh@chromium.org
b816fcde43
Remove chromedriver from Win64 official to improve cycle times
...
Also cleaned up a bit, since the exclusion list was getting long.
BUG=262193
R=iannucci@google.com
Review URL: https://codereview.chromium.org/19923004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@213007 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 00:26:29 +00:00
jschuh@chromium.org
928599dd6e
Remove test binaries from Win64 official build to improve cycle times
...
BUG=262193
Review URL: https://chromiumcodereview.appspot.com/19541011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@212759 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-20 06:07:50 +00:00
tfarina@chromium.org
7fe614c1d9
Remove googleurl_unittests hack.
...
We don't need to copy url_unittests to googleurl_unittests anymore, because
the bots were already updated to run url_unittests instead of googleurl_unittests
This hack is not necessary and can be removed now.
BUG=229660
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/19467002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@212683 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 23:06:33 +00:00
apatrick@chromium.org
3c0023093d
Replace angle_path gyp variable with regular path.
...
The switch to angle_dx11 is complete. This is cleanup.
I will land this before removing the angle_path variable from build/common.gypi.
For media/
TBR=vrk@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18161007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@211908 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-17 03:00:45 +00:00
blundell@chromium.org
db9f4bff5d
Revert "Remove dependencies on /media for iOS."
...
This reverts commit 5acb0a7605d1eec9220e0b7b3b663967fcf1e5ce.
We need to stop media_unittests running on the iOS simulator bot before we can
safely reland this CL.
TBR=bdibello
Review URL: https://codereview.chromium.org/19002008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@211411 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-12 16:49:23 +00:00
bdibello@google.com
1edb35eeed
Remove dependencies on /media for iOS.
...
/media was only needed for the old version of voice search on iOS.
BUG=227855
Review URL: https://chromiumcodereview.appspot.com/18777006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@210900 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-10 18:52:56 +00:00
dpranke@chromium.org
f16bd7e1f2
add a chromium_builder_asan target
...
When I changed the ASAN builders to use 'all_webkit' in r202619 I made
them build a bunch of stuff they don't care about. This change adds
an asan builder target so that we can control which binaries are built
in the source tree. A follow-on change will switch the bots to use this.
R=inferno@chromium.org , jochen@chromium.org
BUG=258605
Review URL: https://chromiumcodereview.appspot.com/18066013
git-svn-id: http://src.chromium.org/svn/trunk/src/build@210882 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-10 17:51:45 +00:00
tfarina@chromium.org
a315647809
device: Gyp organization part 3 - final.
...
Rename device.gyp to device_tests.gyp now that it only contain test targets.
BUG=None
R=bryeung@chromium.org , miket@chromium.org
Review URL: https://codereview.chromium.org/18266002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@210256 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-05 03:56:47 +00:00
chrisgao@chromium.org
2fea4d4068
[chromedriver] Remove dll build target.
...
Remove files once used to build chromedriver dll.
Remove CommandExecutor and CommandNames.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/18419003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@209801 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-02 22:36:53 +00:00
zhaoqin@google.com
309391a649
add browser_tests in chromium_builder_dbg_drmemory_win target
...
BUG=NONE
R=timurrrr@chromium.org
Review URL: https://codereview.chromium.org/16836008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@209781 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-02 21:47:55 +00:00
jam@chromium.org
0be8eb7fc0
Revert 209420 "Factor out content shell and tests into a standal..."
...
> Factor out content shell and tests into a standalone gyp
>
> This simplifies using components in Content Shell. As components can
> depend on the content layer, trying to use a component from Content Shell
> results in a cross-reference of gyp files which isn't allowed on Mac.
>
> TBR=joi,robertshield (trivial one-line renames in gyp files)
>
> Review URL: https://chromiumcodereview.appspot.com/17366006
TBR=mnaganov@chromium.org
Review URL: https://codereview.chromium.org/18547009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@209770 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-02 20:47:45 +00:00
tony@chromium.org
fa0da706d6
Remove third_party/bsdiff from the tree.
...
It's no longer used.
BUG=
TBR=darin
Review URL: https://chromiumcodereview.appspot.com/18184018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@209767 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-02 20:29:23 +00:00
blundell@chromium.org
7a4366c6dc
Create top-level ios/public/ directory.
...
To better mirror the structure of other API layers (content/public and
third_party/WebKit/public), there will be a single ios/public/ directory that
contains all interfaces referenced by not-yet-upstreamed Chrome for iOS code,
rather than these interfaces being scattered in subdirectories further
underneath ios/.
This CL also changes gyp structure to better match other modules: ios_consumer.gyp is moved to directly under ios/, and an ios.gyp is created with a single top-level "ios" target to be used in build/all.gyp.
Review URL: https://chromiumcodereview.appspot.com/18272004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@209434 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-01 14:58:10 +00:00
mnaganov@chromium.org
126f286e63
Factor out content shell and tests into a standalone gyp
...
This simplifies using components in Content Shell. As components can
depend on the content layer, trying to use a component from Content Shell
results in a cross-reference of gyp files which isn't allowed on Mac.
TBR=joi,robertshield (trivial one-line renames in gyp files)
Review URL: https://chromiumcodereview.appspot.com/17366006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@209420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-01 13:38:41 +00:00
tfarina@chromium.org
01951e5533
Time to kill googleurl.gyp
...
Now that Blink has rolled into chromium we can move on and remove googleurl.gyp
from build/temp_gyp!
BUG=229660
R=thestig@chromium.org ,darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17335013
git-svn-id: http://src.chromium.org/svn/trunk/src/build@208034 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-22 14:20:10 +00:00
ananta@chromium.org
5ec5fe429f
Adding content_shell to the dependencies in the chromium_builder_tests target.
...
Some trybots bots, e.g. linux_clang, run webkit_tests, which use content_shell.
The bot only builds chromium_builder_tests. Since content_shell wasn't part of
this, webkit_tests didn't run an up-to-date content_shell binary on that bot,
which led to problems e.g. in try run
http://build.chromium.org/p/tryserver.chromium/builders/linux_clang/builds/117825/ on
cl https://codereview.chromium.org/17420005/ .
Add content_shell to chromium_builder_tests to fix this.
BUG=237249
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/17397011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@207486 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 18:19:58 +00:00
jbauman@chromium.org
136f9fd877
Build content_gl_tests on gpu bots.
...
Hopefully will get them non-red.
BUG=249639
TBR=hubbe@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17022006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@206588 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-15 14:55:53 +00:00
apatrick@chromium.org
d557c5d66d
Make it possible to switch between two different versions of ANGLE.
...
One is the existing one and the default with this patch: third_party/angle.
The other is third_party/angle_dx11, which will pulled in via DEPS in another patch.
BUG=247158
TBR=xhwang@chromium.org
Review URL: https://codereview.chromium.org/16737007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@205962 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-12 22:53:01 +00:00
jamesr@chromium.org
3961b3fce8
Make chromium_builder_tests depend on all_blink
...
This is necessary so chromium buildbots and tryservers can run blink's unit
tests.
BUG=248008
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/16299005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@205242 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-10 17:52:35 +00:00
dpranke@chromium.org
3a921ebf15
remove webkit.gyp (and the test_shell target) and update affected targets
...
We had some old dummy targets left over in webkit.gyp that were used when
we had to jump through hoops to build webkit-related targets. We don't need
these any more.
We also don't need the dummy test_shell target, as no builder should be
trying to build test_shell directly at this point.
R=darin@chromium.org , jamesr@chromium.org
BUG=247105
Review URL: https://codereview.chromium.org/16300009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@204565 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-06 20:05:52 +00:00
tfarina@chromium.org
f2ea0ef38f
device: Restructure the layout of gyp files.
...
This follow the same structure used by ui/keyboard/.
Now the directory hierachy looks like this:
device/bluetooth/bluetooth.gyp
device/bluetooth/bluetooth_strings.gyp
device/bluetooth/bluetooth_strings.grd
device/bluetooth/strings
device/usb/usb.gyp
R=bryeung@chromium.org ,miket@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16231013
git-svn-id: http://src.chromium.org/svn/trunk/src/build@203652 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-03 00:22:30 +00:00
jamesr@chromium.org
7e9af401ec
Make webkit_user_agent a standalone gyp
...
There's no reason for the webkit user_agent target to be included from
webkit_support.gyp, doing so just makes life really confusing and makes it
easier to accidentally introduce gyp cycles. This makes webkit_user_agent.gyp
a normal standalone gyp file.
BUG=245477
Review URL: https://chromiumcodereview.appspot.com/15709006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@203493 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-31 22:31:47 +00:00
jamesr@chromium.org
6d335aaf84
Revert "Move C++ code from webkit/tools/test_shell to webkit/support"
...
This reverts commit e522cf7889669bfd5153a2d32ac47246bcee2883.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@203243 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-30 22:35:53 +00:00
jamesr@chromium.org
9ce8280835
Move C++ code from webkit/tools/test_shell to webkit/support
...
This code is simple/test/mock implementations of APIs to use in DumpRenderTree,
webkit_unit_tests, and various other bits of unit test code around the codebase.
Nothing here is used for test_shell since there is no test_shell any more.
This moves the code to webkit/support/ along with the rest of DRT/w_u_t support
code. Hopefully we'll be able to delete most of this soon along with
DumpRenderTree. In the meantime this simplifies webkit/
R=darin@chromium.org
Review URL: https://codereview.chromium.org/15946006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@203242 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-30 22:25:46 +00:00
blundell@chromium.org
c5b55922f8
Introduce the iOS consumer API.
...
The purpose of this API is to make the iOS port less vulnerable to bustage
during merges while in the process of upstreaming (see
https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-technical-approach ).
Review URL: https://chromiumcodereview.appspot.com/16023013
git-svn-id: http://src.chromium.org/svn/trunk/src/build@203144 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-30 15:09:32 +00:00
mukai@chromium.org
5cd802c6b6
Builds snapshot_unittests on trybots.
...
BUG=244464
TEST=trybots
R=oshima@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15960013
git-svn-id: http://src.chromium.org/svn/trunk/src/build@202782 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-29 05:39:59 +00:00
jamesr@chromium.org
ed3b037ec2
Use the all_blink target instead of specifying particular targets inside Blink
...
This is less fragile to target shuffles inside Blink.
R=abarth
Review URL: https://chromiumcodereview.appspot.com/16010005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@202535 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-28 11:44:58 +00:00
sbc@chromium.org
8d836d7e3c
Add crash_service to chromium_builder_qa target.
...
This fixes the NaCl SDK bots which use this target to build
chrome and are currently failing to build this binary.
BUG=241883
Review URL: https://chromiumcodereview.appspot.com/15502003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@201752 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-23 11:17:20 +00:00
kjellander@chromium.org
d01322e16c
Add crash_handler to all.gyp for WebRTC build target.
...
In revision span 200066:200103 some GYP files have changed
so that the crash_handler target is no longer built as a part
of our chromium_builder_webrtc target.
To be able to use it on Windows testers, add it explicitly.
TEST=local build on Windows.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/15521008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@201378 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-21 22:41:34 +00:00
jamesr@chromium.org
22892053ed
Move webkit/compositor_bindings into webkit/renderer
...
The compositor bindings for WebKit should only be used in a render process or in
webkit_support for DumpRenderTree or webkit_unit_tests. It's never used in a
browser process. This moves the bindings code under webkit/renderer/ so we can
enforce this via DEPS rules.
The path is unfortunately a bit awkward. Once we drop DumpRenderTreeSupport and
figure out a way to deal with webkit_unit_tests, we can move the bindings into
content/renderer/gpu/ since they'll only be used by the content embedding.
BUG=239107
TBR=piman@chromium.org
Review URL: https://codereview.chromium.org/14651027
git-svn-id: http://src.chromium.org/svn/trunk/src/build@200350 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-15 21:18:52 +00:00
thestig@chromium.org
802e3ca872
Remove bzip2 code since it is no longer being used.
...
BUG=237998
TBR=tommi
Review URL: https://chromiumcodereview.appspot.com/14863012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@200116 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-15 00:13:57 +00:00
chrisgao@chromium.org
f0792a8d8f
Build chromedriver2 library on the chromedriver waterfall.
...
It is needed by the python integration tests
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14657024
git-svn-id: http://src.chromium.org/svn/trunk/src/build@200058 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-14 20:33:35 +00:00
kkania@chromium.org
802dc823b6
Move ChromeDriver targets out of chromium_builder_qa to their own target.
...
The ChromeDriver waterfall doesn't need to build PyAuto.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/15149002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@199937 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-14 06:11:11 +00:00
jochen@chromium.org
976b68c698
Move all_webkit inside OS!="ios" block in all.gyp
...
TBR=abarth@chromium.org
Review URL: https://codereview.chromium.org/15054005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@199620 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-11 19:10:40 +00:00
jochen@chromium.org
5f871a785e
Add a target all_webkit that depends on the old all_webkit and content_shell
...
BUG=111316
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/14807005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@199616 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-11 18:51:45 +00:00
darin@chromium.org
48c61f44e8
Delete test_shell.
...
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/15028002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@198933 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-08 17:54:07 +00:00
bulach@chromium.org
859ec3af0f
Adds cc_perftests to chromium_builder_perf target.
...
BUG=163720
Review URL: https://chromiumcodereview.appspot.com/14846018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@198911 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-08 15:38:11 +00:00
jochen@chromium.org
234fc9772b
Add content_shell to builder targets that also build DRT
...
BUG=111316
R=mkwst@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14670012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@198433 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-06 12:44:26 +00:00
jam@chromium.org
eaac51e489
Remove remaining references to test_shell_tests now that the bots have been updated.
...
BUG=126514
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/14841004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@198146 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-03 18:39:04 +00:00
tfarina@chromium.org
c459e104dc
Add url.gyp:* to All target.
...
Previously we have googleurl_unittests in googleurl.gyp, but that isn't more
the case when it was moved into url.gyp and made just a copy of url_unittests.
To actually get back the googlurl_unittests target we need to also add
url.gyp to All target.
This should fix the following error on ios build:
common.chromium_utils.PathNotFound: Unable to find /b/build/slave/ios_dbg_simulator/build/src/xcodebuild/Debug-iphonesimulator/googleurl_unittests.app
BUG=229660
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/14570003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@197620 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-01 15:50:56 +00:00
laforge@chromium.org
536e95a385
Make performance_ui_tests.exe optional. For "Chrome" builds,
...
disable pyauto (for windows) and performance_ui_tests (all).
BUG=236217
Review URL: https://codereview.chromium.org/14564006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@197405 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-30 17:59:13 +00:00
davemoore@chromium.org
a86bf16016
Rationalize use_aura=1 and use_ash=1 on linux
...
BUG=236170
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/14554002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@197363 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-30 14:48:43 +00:00
tfarina@chromium.org
5e8d2ad7d8
url: Copy 'googleurl_unittests' target from 'url_unittests'. Third attempt.
...
To not break the buildbot, this creates a fake target that copies url_unittests
to googleurl_unittests as temporary scaffolding.
BUG=229660
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/13825012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@196507 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-25 21:41:49 +00:00
grt@chromium.org
9c010e05d3
Have aura_builder build Chrome Frame and its tests.
...
BUG=223560
Review URL: https://chromiumcodereview.appspot.com/14034019
git-svn-id: http://src.chromium.org/svn/trunk/src/build@196388 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-25 13:29:50 +00:00
xusydoc@chromium.org
5308d33f91
Add message_center_unittests to chromium_builder_tests target.
...
TBR=iannucci@chromium.org
CC=rsesek@chromium.org
BUG=195800
Review URL: https://codereview.chromium.org/14348018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@195752 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-23 07:37:17 +00:00
gavinp@chromium.org
9c52bc6c1e
Revert 195389 "url: Copy 'googleurl_unittests' target from 'url_..."
...
> url: Copy 'googleurl_unittests' target from 'url_unittests'. Attempt 2.
>
> To not break the buildbot, this creates a fake target that copies url_unittests
> to googleurl_unittests as temporary scaffolding.
>
> BUG=229660
> R=brettw@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/14199009
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/14028022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@195392 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-20 12:52:12 +00:00