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

16 Коммитов

Автор SHA1 Сообщение Дата
jhawkins@chromium.org 34ca68beb9 TTF: Don't include v8 in the coverage results. Also moves common rules to common.croc.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47071 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-12 21:10:56 +00:00
gregoryd@google.com 8db3187032 Measure coverage for NaCl code
Review URL: http://codereview.chromium.org/1618027

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-15 22:01:47 +00:00
phajdan.jr@chromium.org 8863f541c7 Remove the grd clobber script on Windows.
Now that we have more and more proper grd dependencies in place,
this script may just do more harm than good by causing spurious rebuilds.

Additionally, it horked the build today.

TEST=none
BUG=17706

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@41947 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-18 12:40:52 +00:00
jrg@chromium.org a31dd79166 Add browser_tests to coverage (note recent mac fixes).
Add platform-specific coverage capability.
Add courgette to windows coverage.

BUG=none
TEST=make sure coverage bots work (continue to have ~36% coverage).



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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36502 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 00:37:39 +00:00
jrg@chromium.org 7930aa5773 Add windows croc file
Review URL: http://codereview.chromium.org/460033

git-svn-id: http://src.chromium.org/svn/trunk/src/build@33653 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-03 02:17:11 +00:00
sgk@google.com 19ba4b483e Add comments setting emacs and vim tab width and expansion variables.
BUG=none
TEST=successful builds
Review URL: http://codereview.chromium.org/256059

git-svn-id: http://src.chromium.org/svn/trunk/src/build@28089 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-10-06 03:02:38 +00:00
tony@chromium.org 650f43b727 The buildbots compile into src/build/{Debug,Release} but this script
assumes that the build output is in src/chrome/{Debug,Release}.  Update
the clobber script to look in both places.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@27580 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-09-30 00:53:38 +00:00
yaar@chromium.org 348eca2172 Force inclusion of build/common.gypi for all chromium gyp files.
Why: Simpler build code. If everybody includes it, it should be included automatically.
Why now: The webkit chromium builds need it be specified, since can't default to build/common.gypi.

What was done:
1. build/common.gypi's contents were moved to a new file build/gyp_chromium.gypi
2. tools/gyp/gyp_chromium was moved to build/gyp_chromium and made to automatically include build/gyp_chromium.gypi.
3. lots of gyp files were fixed to not refer to build/common.gypi any more.
4. o3d which also builds independently of chrome, was fixed to have a gyp_o3d that includes gyp_chromium.gypi too.
5. build/common.gypi was left empty, because there are some external projects that still refer to it.

Things that are left to do after this patch is in:
1. The following external files (in other repositories) need to stop include common.gypi
  ./third_party/hunspell/hunspell.gyp
  ./third_party/icu/icu.gyp
  ./v8/tools/gyp/v8.gyp
2. Once nobody refers to common.gypi anymore, delete common.gypi
   -or-
   Delete gyp_chromium.gypi and move its content back to common.gypi

Tested on mac, win and linux. On win, got a few unit tests errors on chrome bookmarks, which should not be related. I'm running again with clobber to verify.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@26302 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-09-15 23:52:14 +00:00
sgk@google.com 3bbad9bbbb Cosmetic fixes to clobber_generated_headers.py:
Only try to remove a generated header file if it exists.
Only report "Clobbered" if we actually removed something.
Print the actual system error if the removal fails.
Print the error message on stderr, not stdout.
Normalize the header file path name.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/164173

git-svn-id: http://src.chromium.org/svn/trunk/src/build@23736 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-19 20:41:13 +00:00
phajdan.jr@chromium.org 555667afe6 Fix the expected path logic in clobber_generated_headers.py
TEST=If it doesn't break the tree, it's perfect.
http://crbug.com/17706

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@22978 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-08-11 00:02:00 +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
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
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
bradnelson@chromium.org 035e6f4fe7 Switching cygwin setup_mount project to use bare command line.
Otherwise you're assuming you have cygwin in order to set it up.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@16246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-05-16 22:17:56 +00:00
sgk@google.com e29d54f9d9 Add a 'cygwin' target to execute setup_mount.bat explicitly as a
dependency of targets that need it (that is, any target with
'rules' or 'actions').
Review URL: http://codereview.chromium.org/115154

git-svn-id: http://src.chromium.org/svn/trunk/src/build@15774 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-05-11 20:01:24 +00:00