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

641 Коммитов

Автор SHA1 Сообщение Дата
thestig@chromium.org 75912aa4c2 Fix up broken behavior in install-build-deps.sh.
Review URL: http://codereview.chromium.org/164176

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-10 18:47:51 +00:00
sgk@google.com caf5f0e8cd Add a 'tools' list to 'scons_settings' so we'll still get the
necessary 'chromium_builders' module when GYP gets updated to
use a more generic default.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/164216

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22892 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-10 04:09:07 +00:00
bradnelson@chromium.org 18a84ba68c Turning on incremental linking for 64-bit machines.
BUG=18646
TEST=None

Review URL: http://codereview.chromium.org/165140

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22790 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-07 21:16:03 +00:00
thomasvl@chromium.org 9bd2745ff5 Bounce through a set so we uniq the string list to avoid having something listed twice (a sub menu ends up with the same title as the menu item it hangs off, so it's easy to get dups within a xib file).
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/165133

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22734 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-07 17:43:01 +00:00
mmoss@chromium.org 93a7bc8e73 Add 'rpm' to dev tools for creating RPM packages.
Review URL: http://codereview.chromium.org/165103


git-svn-id: http://src.chromium.org/svn/trunk/src/build@22694 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-06 23:43:07 +00:00
thestig@chromium.org 6c44139ab9 Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).
_FILE_OFFSET_BITS=64 is incompatible with fts (issue 17492), so
file_util::Delete, file_util::CopyDirectory  file_util::FileEnumerator are
reimplemented without fts. Delete and CopyDirectory are now implemented using
FileEnumerator.

Patch from vandebo@google.com, original review:
http://codereview.chromium.org/160479

BUG=13718,17492
TEST=none


Review URL: http://codereview.chromium.org/165085

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22670 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-06 21:23:07 +00:00
thestig@chromium.org b52018a8a5 Add patch to the Linux build deps script.
Review URL: http://codereview.chromium.org/160622

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22669 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-06 21:19:05 +00:00
dkegel@google.com 43911cb842 Report apt-get failures in install-build-deps.sh
Patch from gmatht, originally reviewed at
http://codereview.chromium.org/160630

Review URL: http://codereview.chromium.org/164091

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22665 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-06 21:10:58 +00:00
mark@chromium.org e2592b5378 Move the entire application into a dylib (framework)
Review URL: http://codereview.chromium.org/160538

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22506 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-05 19:26:07 +00:00
sgk@google.com 38a119aeff Allow the lastchange target to get a hard-coded default last change
from build/LASTCHANGE.in if there's no actual svn or git change found.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/159876

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22489 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-05 17:20:36 +00:00
thomasvl@chromium.org 19c4aaba27 Add missing parens for format string to work.
When there are no strings to localize, but a stub value into the table to avoid a compile error from array_size.
Review URL: http://codereview.chromium.org/160645

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22483 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-05 16:33:34 +00:00
phajdan.jr@chromium.org f40bb0cfec Re-enable the grit hook, and make it more solid in case of failures.
I was unable to reproduce the failures from the bots on my machine.

If they appear again, the build will not break, ane we will get full info.

TEST=none
http://crbug.com/17706

Review URL: http://codereview.chromium.org/159866

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22480 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-05 15:24:53 +00:00
bradnelson@chromium.org 49d5a5b982 Adding two new windows configuration types:
Purify
Release - no tcmalloc

This is done more pedantically than I'd like,
so I've left in some TODOs. Eventually either gyp needs to support some
notion of inheritance in configurations, or maybe we can make clever use
of includes.

BUG=None
TEST=None

Review URL: http://codereview.chromium.org/159362

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22433 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-04 22:50:13 +00:00
phajdan.jr@chromium.org 534b61d558 Fix infinite loop in grit headers clobbering script.
It turns out that on Windows the path-splitting function will always preserve the drive part (c:\).

TEST=none
http://crbug.com/17706

Review URL: http://codereview.chromium.org/159827

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22344 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-03 23:24:31 +00:00
phajdan.jr@chromium.org 2f5382a860 Add hook to clobber header files generated by grit on Windows.
This workarounds build problem with IncrediBuild.

TEST=none
http://crbug.com/17706

Review URL: http://codereview.chromium.org/159803

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22325 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-03 21:58:41 +00:00
huanr@chromium.org 5a957474b0 Revert r22080 and re-enable tcmalloc.
Review URL: http://codereview.chromium.org/159771

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22251 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-02 05:51:12 +00:00
bradnelson@chromium.org af4a7d28e2 Making /MP on by default for msvs2008.
BUG=None
TEST=None

Review URL: http://codereview.chromium.org/159732

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22220 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-31 23:33:55 +00:00
aa@chromium.org c30421a9c2 Make the Visual Studio /MP flag configurable.
Review URL: http://codereview.chromium.org/160408

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22176 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-31 19:58:58 +00:00
huanr@chromium.org e92dc2cff9 Removing tcmalloc from gyp so we can build a version of chrome
without tcmalloc for testing purpose. The linker complains about
_set_new_mode so I remove the call from the code for now.

Note this change is different from the change Bradley is working
on which provides an option for building chrome without tcmalloc.
This change simply removes tcmalloc from the build. The plan is
checking it in, keeping it in trunk for 24 hours, and then
reverting it. The benefits are

- Having another round of performance comparison between build
with and w/o tcmalloc.
- Having a full run of UI test under purify with tcmalloc disabled.
- Getting a verified CL in case we'd like to build an alternative
dev build w/o tcmalloc for A/B test.


Review URL: http://codereview.chromium.org/159599

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22080 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-30 19:13:34 +00:00
dank@chromium.org 78388d87e8 Add a way to inject extra cflags in release builds.
(I intend to use this as a quickie way to add
-g to Release builds so I can see symbols.
Is there a better way?)

Review URL: http://codereview.chromium.org/159621

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22064 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-30 17:47:51 +00:00
mmoss@chromium.org a903ede33c Add Linux package building target.
Also rearrange installer targets with better grouping for easier reading.

Review URL: http://codereview.chromium.org/159641


git-svn-id: http://src.chromium.org/svn/trunk/src/build@22063 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-30 17:42:35 +00:00
aa@chromium.org 91a8ee33dc Undo accidental change to common.gypi.
TBR=tony@chromium.org

Review URL: http://codereview.chromium.org/160398

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22059 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-30 16:28:06 +00:00
aa@chromium.org 1aab5b2f94 Pull CrxInstaller out of ExtensionsService.
CrxInstaller is a new stateful object that encapsulates a
single installation from unpack through notification.

It currently contains the UI bits, but I suspect in the next
CL (where I will finally implement the install UI) these
will come out and CrxInstaller will become
SilentCrxInstaller, and only used for updates and external
installs.

Also in this change, I removed the concept of install callbacks that ExtensionUpdater was using. This was only used to delete the temp crx file as far as I can tell, and we can easily keep state about that in CrxInstaller.

With this CL, ExtensionsServiceBackend is almost completely
dead, with only a few zombie methods left like
LoadAllExtensions(). These should all become little objects
like CrxInstaller that hold a reference to ExtensionsService
over their lifetime and then kill themselves.

I'll get to that eventually.

Review URL: http://codereview.chromium.org/160311

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22043 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-30 06:21:58 +00:00
mark@chromium.org 55a33963cd Dump all .xcconfigs. They're no longer used, all of these settings are in GYP.
Review URL: http://codereview.chromium.org/160329

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-29 17:03:58 +00:00
deanm@chromium.org 898b276d90 Fix gyp condition for ia32 specific flags.
We should test if it's ia32, not if it's not arm.

Patch by Joel Stanley.

Review URL: http://codereview.chromium.org/160316


git-svn-id: http://src.chromium.org/svn/trunk/src/build@21954 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-29 15:56:00 +00:00
thomasvl@chromium.org 3dcc8abb13 Put the common paths for localizers into variables so we don't have to repeat as much.
Merge in the missing app_strings resources.
Include app_strings.h in the generated localizers for the shared button titles in dialogs.


TEST=none
BUG=16764
Review URL: http://codereview.chromium.org/159219

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21951 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-29 14:26:26 +00:00
evan@chromium.org 90b1d685cb linux: refactor some common flags in common.gypi
No functional change, just reducing some cruft.

Review URL: http://codereview.chromium.org/159566

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21933 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-29 00:52:24 +00:00
thomasvl@chromium.org 607c513146 Now that testshell depends on imagediff we can start to cleanup the targets added for the bots. Once the bots are bounced to the new configs, this target could go away completely.
Review URL: http://codereview.chromium.org/159422

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21687 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-27 20:26:34 +00:00
dpranke@google.com bfc397e46e re-do CL 2136 - move image_diff to tools/imagediff, add deps to test_shell
moving image_diff from chrome/tools/test/image_diff to tools/imagediff
(not moving to tools/image_diff to avoid some svn unpleasantness with that
directory having been created in CL 21366). 

Also change test_shell.gyp to depend on everything needed to run the layout
tests.

R=darin@chromium.org
TEST=none
BUG=none

Review URL: http://codereview.chromium.org/159361

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21584 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-24 21:40:57 +00:00
dpranke@google.com db06042fac back out CLs 21367, 21366 - no idea why these keep breaking
Review URL: http://codereview.chromium.org/155983

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21371 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-23 03:14:34 +00:00
dpranke@google.com dfd9069dd6 re-do CL 21252 - move image_diff to tools, add deps to test_shell
CL 21252 seems to have had some svn brokenness (not sure why). I've recreated
it and resubmitted it. The changes are to move image_diff from 
chrome/tools/test to tools/, and to make test_shell depend on image_diff
and npapi_layout_test_plugin (and test_worker, where applicable)

R=nsylvain@chromium.org
TEST=none
BUG=none

Review URL: http://codereview.chromium.org/155959

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21366 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-23 01:40:12 +00:00
agl@chromium.org 20f89a26ff Split the IPC code into ipc/
This splits the ipc code from the common project.  The 'common' project pulls in
all of webkit, the v8 bindings, skia, googleurl, and a number of other projects
which makes it very difficult to deal with especially for external projects
wanting just to use some of Chromium's infrastructure.  This puts the ipc code
into its top-level ipc/ directory with a dependency only on base.  The common
project depends on the new ipc/ipc.gyp:ipc target so that all projects currently
pulling common in to get the IPC code still have it available.  This mostly
follows agl's pre-gyp attempt to do this which was r13062.

Known issues:
- Currently a number of projects depend on chrome/chrome.gyp:common in order to
use the IPC infrastructure.  Rather than fixing all of these dependencies I have
made common depend on ipc/ipc.gyp:ipc and added "ipc" to the include_rules
section of DEPS so that checkdeps.py doesn't complain.  Over time projects that
need IPC should depend on the IPC project themselves and dependencies on common
removed, although I don't think many projects that need IPC will be able to get
away without common currently.
- ipc/ipc_message_macros.h still has #include "chrome/common/..." inside of a
ipc/ should not refer to files in chrome/... now.  I'm not sure how to resolve
this since it's really an IDE bug
- the named pipe name (windows+linux) and the logging event name (all) + env
variable (posix) refer explicitly to 'Chrome' which somewhat hurts the illusion
of ipc/ being an independent library.  I think this should be examined in a
subsequent, much smaller patch.
- I've eliminated the IPC.SendMsgCount counter since it was implemented in a way
to create a dependency from ipc/ to chrome/common/chrome_counters. This is the
same approach that r13062 took.

http://codereview.chromium.org/155905

(Patch from James Robinson)


git-svn-id: http://src.chromium.org/svn/trunk/src/build@21342 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-22 23:57:21 +00:00
thomasvl@chromium.org bb518cce38 Add a custom subclass of GTMUILocalizer that skips the bundle work so we can directly use these from nib files without some extra overhead.
Updated the generator to make things based off this subclass.

TEST=none
BUG=16764
Review URL: http://codereview.chromium.org/159197

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21280 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-22 16:47:54 +00:00
thomasvl@chromium.org aadbe274c9 Starting mac l10n:
Added a script to process a xib file and generate a localizer out of the resource constants it finds in the xib.
  Update the MainMenu.xib to use a generated localizer.
  Kill off the menu_localizer in favor of a generated one.
  ui_localizer is a helper so each "localizer" is as small as possible.
  Build some menus out of base strings and the product name like windows.
Added the dir generated for the localizers so we can load the header to directly create them (menubar one).
Enable the other 3 languages we were building to help test.
Made the context menu code use the new code for handling window's accelerators and ellipsis.
Added unittest for ui_localizer.
Opened http://crbug.com/17380 to track the problem with the menu titles so I can move on to other parts of the UI for now.

TEST=The main menu will have some items localized now (and more will be localizable in the TC).
BUG=16764
Review URL: http://codereview.chromium.org/155774

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21272 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-22 14:04:27 +00:00
dpranke@google.com c7d08a3502 revert change 21252, which broke the mac build for some reason
git-svn-id: http://src.chromium.org/svn/trunk/src/build@21262 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-22 02:59:23 +00:00
dpranke@google.com 6ad552e82b make 'test_shell' target depend on everything needed to pass layout_tests
This adds project dependencies to test_shell so that all (and only?)
the targets needed for the layout_tests to run cleanly are built. On most
platforms this is test_shell, npapi_test_plugin, and test_worker, and on
the Mac this adds the layout_test_helper binary as well

also, this moves image_diff from chrome/tools/test to tools/

R=mmentovai@google.com, darin@google.com
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/149714

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21252 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-22 00:54:44 +00:00
dkegel@google.com c1d247a7b7 Add way to override optimization level for release build.
Will be used with valgrind to speed up the bots more.

This was suggested during http://codereview.chromium.org/67199, finally need it.

Review URL: http://codereview.chromium.org/155817

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21169 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-21 11:41:01 +00:00
bradnelson@chromium.org 71c4f9d5e1 Pulling in new gyp version.
Switching two includes in common.gypi to msvs_system_include_dirs.
This will force them to the back of the include order (which matches
where the non-hermetic copies of these libraries would be).

BUG=None
TEST=None


Review URL: http://codereview.chromium.org/155812

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21124 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-20 23:00:20 +00:00
sra@google.com f1318c4b2e Code changes to get the code to compile under GCC.
Courgette still only knows how to compress Windows x86 executables.
But now you can compress them on linux.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/149597

git-svn-id: http://src.chromium.org/svn/trunk/src/build@21042 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-18 03:28:40 +00:00
agl@chromium.org 4ba90a7c1f Linux: move hardcoded paths to GYP variables.
This patch removes the hardcoded paths for the sandbox binary location
and the chrome binary location for the sandbox. Instead, you can now
set GYP variables for these things. Indeed, you have to set a GYP
variable in order to use the sandbox now.

GYP variables can be set on the command line, if you run gyp.py
directly, with -D key=value. Or you can export GYP_DEFINES="key=value
key2=value2".

Now, in order to use the sandbox you should set:
  linux_sandbox_path=/opt/google/chrome/chrome-sandbox
  linux_sandbox_chrome_path=/opt/google/chrome/chrome

(changing the paths as needed, of course). See the comments in
build/common.gypi

For development see
  http://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment

Because developers need to setup a special sandbox binary.

http://codereview.chromium.org/149689


git-svn-id: http://src.chromium.org/svn/trunk/src/build@20801 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-15 22:48:37 +00:00
agl@chromium.org 37ddeddd22 Linux: fix for developing on a machine with google-chrome packages installed.
The latest google-chrome packages contain a sandbox binary, which the
development builds of chromium will pick up on automatically. However,
for safety reasons, the sandbox binary will only exec a fixed chrome
binary location. Since development builds will be somewhere else in
the filesystem, this means that they will fail to start their zygote
processes and generally be very sad.

However, we /do/ want people developing with the sandbox, but we don't
want the general sandbox binary to be able to exec anything. We could
have chromium try and find its sandbox binary relative to the build
directory, but some people build on NFS and, since the sandbox binary
needs to be SUID, this won't work for them.

Instead, we add a new target: chrome_devel_sandbox which developers
can use. This builds a sandbox binary that will exec anything which is
owned by the running user. This alternative sandbox binary can be
selected by exporting CHROME_DEVEL_SANDBOX.


git-svn-id: http://src.chromium.org/svn/trunk/src/build@20709 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-15 01:41:50 +00:00
thomasvl@chromium.org 5e4685233e Add a variable that lets you override the optimization level for release builds (for valgrind -- to avoid inlining, etc.)
Review URL: http://codereview.chromium.org/155501

git-svn-id: http://src.chromium.org/svn/trunk/src/build@20636 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-14 18:43:42 +00:00
deanm@chromium.org 4f060c6135 Add -fno-threadsafe-statics to the Linux build.
We already depend on our static initializers being thread safe, since MSVC does
not implement locking around static initialization.  This avoids extra locking
(__cxa_guard_acquire / __cxa_guard_release).

Review URL: http://codereview.chromium.org/149607


git-svn-id: http://src.chromium.org/svn/trunk/src/build@20616 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-14 11:02:16 +00:00
bradnelson@chromium.org 4d8e00ace8 Pulling in new gyp version.
Working around change in msvs_cygwin_shell added for nacl.

BUG=None
TEST=None
TBR=sgk

Review URL: http://codereview.chromium.org/155393

git-svn-id: http://src.chromium.org/svn/trunk/src/build@20449 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-11 01:02:08 +00:00
thestig@chromium.org 818d70d33c Add svn:ignore for more make files.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@20420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-10 21:17:46 +00:00
thestig@chromium.org 17a70c78cb Add svn:ignore for a bunch of make files.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@20418 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-10 21:08:08 +00:00
brettw@chromium.org f5e31a5330 Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
Review URL: http://codereview.chromium.org/149367

git-svn-id: http://src.chromium.org/svn/trunk/src/build@20210 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-08 23:45:29 +00:00
agl@chromium.org a8ebcde780 Linux: SUID sandbox support
* Make processes dumpable when they crash.
  * Find crashing processes by searching for a socket inode, rather
    than relying on SCM_CREDENTIALS. The kernel doesn't translate PIDs
    between PID namespaces with SCM_CREDENTIALS, so we can't use the
    PID there.
  * Use a command line flag to the renderer to enable crash dumping.
    Previously it tried to access the user's home directory for this
    information.
  * Search for a sandbox helper binary and, if found, use it.
  * Include the source for a sandbox helper binary. It's currently not
    built by default.

http://codereview.chromium.org/149230
R=evan,markus
BUG=8081


git-svn-id: http://src.chromium.org/svn/trunk/src/build@20110 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-08 01:15:14 +00:00
jrg@chromium.org 4d8d8d67e9 Beginning of code coverage on Windows.
Review URL: http://codereview.chromium.org/155123

git-svn-id: http://src.chromium.org/svn/trunk/src/build@20045 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-07 18:20:53 +00:00
bradnelson@chromium.org 3c31101d02 Modifying mini_installer to have different additional options.
This should not affect other targets.

BUG=None
TEST=None
TBR=sgk

Review URL: http://codereview.chromium.org/149152

git-svn-id: http://src.chromium.org/svn/trunk/src/build@19916 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-07-03 22:00:19 +00:00