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

302 Коммитов

Автор SHA1 Сообщение Дата
piman@google.com e6db28de71 Revert 98706 - Initial checkin of the compositor_model_bench tool
This tool simulates the GPU demands of Chromium's GPU-accelerated compositor. In
the current version, we simulate the performance of the existing forward
rendering model; coming changes will prototype a new model.

BUG=None
TEST=self

This is http://codereview.chromium.org/7718020/ with trivial fixes
Original change by Joshua Trask <joshtrask@google.com>

Review URL: http://codereview.chromium.org/7792002
Patch from Joshua Trask <joshtrask@google.com>.

TBR=piman@google.com
Review URL: http://codereview.chromium.org/7792016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-29 22:07:18 +00:00
piman@google.com 8f6f8ac141 Initial checkin of the compositor_model_bench tool
This tool simulates the GPU demands of Chromium's GPU-accelerated compositor. In
the current version, we simulate the performance of the existing forward
rendering model; coming changes will prototype a new model.

BUG=None
TEST=self

This is http://codereview.chromium.org/7718020/ with trivial fixes
Original change by Joshua Trask <joshtrask@google.com>

Review URL: http://codereview.chromium.org/7792002
Patch from Joshua Trask <joshtrask@google.com>.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98706 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-29 21:47:45 +00:00
battre@chromium.org 8817f7c21a Revert 98426 - Revert 98103 - Switch to using .pak files for locale data on Windows.
We were using .dlls, but the .pak files are smaller and this will
allow us to share more code across platforms.

- Remove app/locales.gyp (used on win to generate the locale
  dlls) and references to it in other gyp(i) files.
- Update various packaging scripts.
- Move functions from resource_bundle_posix.cc to
  resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources,
  GetLocalizedString, LoadLocaleResources) and delete the
  corresponding functions from resource_bundle_win.cc.

Fixes from previous patch:
- Made dependencies of packed_resources explicit (MSVS can't figure
  it out from the inputs).
- Removed a couple cases where we were looking for dlls on Windows
  (in l10n_util.cc and l10n_util_unittest.cc).

BUG=92724

TBR=cpu

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

TBR=tony@chromium.org
Review URL: http://codereview.chromium.org/7744053

TBR=battre@chromium.org
Review URL: http://codereview.chromium.org/7759001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98427 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-26 16:35:04 +00:00
battre@chromium.org c2262f0211 Revert 98103 - Switch to using .pak files for locale data on Windows.
We were using .dlls, but the .pak files are smaller and this will
allow us to share more code across platforms.

- Remove app/locales.gyp (used on win to generate the locale
  dlls) and references to it in other gyp(i) files.
- Update various packaging scripts.
- Move functions from resource_bundle_posix.cc to
  resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources,
  GetLocalizedString, LoadLocaleResources) and delete the
  corresponding functions from resource_bundle_win.cc.

Fixes from previous patch:
- Made dependencies of packed_resources explicit (MSVS can't figure
  it out from the inputs).
- Removed a couple cases where we were looking for dlls on Windows
  (in l10n_util.cc and l10n_util_unittest.cc).

BUG=92724

TBR=cpu

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

TBR=tony@chromium.org
Review URL: http://codereview.chromium.org/7744053

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98426 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-26 16:20:21 +00:00
tony@chromium.org df1a9b513f Switch to using .pak files for locale data on Windows.
We were using .dlls, but the .pak files are smaller and this will
allow us to share more code across platforms.

- Remove app/locales.gyp (used on win to generate the locale
  dlls) and references to it in other gyp(i) files.
- Update various packaging scripts.
- Move functions from resource_bundle_posix.cc to
  resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources,
  GetLocalizedString, LoadLocaleResources) and delete the
  corresponding functions from resource_bundle_win.cc.

Fixes from previous patch:
- Made dependencies of packed_resources explicit (MSVS can't figure
  it out from the inputs).
- Removed a couple cases where we were looking for dlls on Windows
  (in l10n_util.cc and l10n_util_unittest.cc).

BUG=92724

TBR=cpu

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98103 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-24 20:22:46 +00:00
mattm@chromium.org 17caa18f1b Revert "Switch to using .pak files for locale data on Windows." (r97941)
Revert "Fix a bug where windows can't find the locale paks." (r97951)
Revert "Fix the windows build." (r97954)

TBR=tony@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@97968 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-24 01:36:40 +00:00
tony@chromium.org 4153d887b8 Switch to using .pak files for locale data on Windows.
We were using .dlls, but the .pak files are smaller and this will
allow us to share more code across platforms.

- Remove app/locales.gyp (used on win to generate the locale dlls) and references to it in other gyp(i) files.
- Update various packaging scripts.
- Move functions from resource_bundle_posix.cc to resource_bundle.cc (LoadResourcesDataPak, UnloadLocaleResources, GetLocalizedString, LoadLocaleResources) and delete the corresponding functions from resource_bundle_win.cc.

BUG=92724

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@97941 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-23 22:31:37 +00:00
abeera@google.com 5c0ae2c2fa Virtual Cloud Print Driver for Mac.
Includes code for the driver itself. Also modifies the browser process as well as service process to register Apple Event handlers. Also changes the service process to allow registration of driver.

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96825 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-15 20:56:17 +00:00
nsylvain@chromium.org f72f972615 Add dbus_unittests to chromeos_builder
BUG=91871
Review URL: http://codereview.chromium.org/7649008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96732 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-14 18:36:55 +00:00
mseaborn@chromium.org 0a470a76cb Breakpad: Ensure crash_service64.exe gets built on Buildbot
Add crash_service64.exe in places where crash_service.exe is depended
upon, otherwise it doesn't get built on Buildbot.

Declaring run-time dependencies via Gyp dependencies is a hack:
creating test_support_ui.a doesn't depend on crash_service.exe being
present.  But it seems to be the usual practice to sprinkle run-time
dependencies in Gyp dependencies until the desired effect is achieved.

BUG=89730
TEST=trybots

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96479 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-11 22:54:41 +00:00
dnicoara@chromium.org 2ca356e3af Adding Wayland message loop and gyp build deps
This CL depends on http://codereview.chromium.org/7457023

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96428 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-11 18:20:22 +00:00
jochen@chromium.org e4a599d898 Make the "All" target depend on content
BUG=90443
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96354 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-11 10:14:48 +00:00
jochen@chromium.org eedec67964 Add content_unittests to builders in all.gyp
BUG=90443
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-11 00:04:11 +00:00
maruel@chromium.org 071a9b6931 Sort dependencies.
No functional change.

R=cmp@chromium.org
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96254 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-10 23:33:42 +00:00
maruel@chromium.org 7d2c85bc52 ui_tests is needed by chromium performance testers
TBR=chase@chromium.org
BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96185 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-10 15:33:41 +00:00
apatrick@chromium.org 31a1d9e373 A gyp file that generates a Visual studio solution for only certain targets and their transitive dependencies.
Review URL: http://codereview.chromium.org/7528011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96103 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-10 00:11:18 +00:00
bradnelson@google.com 3e84e3aebc Adding a nacl win integration test buildbot target.
BUG=None
TEST=None
R=ncbray@google.com
Review URL: http://codereview.chromium.org/7552027

git-svn-id: http://src.chromium.org/svn/trunk/src/build@96101 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-09 23:53:03 +00:00
phajdan.jr@chromium.org abdd3368e4 Remove selenium_tests, they're obsolete.
BUG=90905
Review URL: http://codereview.chromium.org/7491098

git-svn-id: http://src.chromium.org/svn/trunk/src/build@95840 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-08 18:14:02 +00:00
lambroslambrou@chromium.org 5e9b5b022d Add Remoting webapp to chrome_official_builder target.
BUG=87632
TEST=Official Windows Chrome logs show Remoting webapp being built.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@95682 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-05 23:15:15 +00:00
darin@chromium.org 83c0d16acb Kill executable targets that are now folded into performance_ui_tests.
TBR=chase@chromium.org

Originally reviewed at:
http://codereview.chromium.org/7523032/
Review URL: http://codereview.chromium.org/7465102

git-svn-id: http://src.chromium.org/svn/trunk/src/build@95290 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-03 19:53:15 +00:00
satorux@chromium.org 45f05e9d25 Implement classes used for manipulating D-Bus messages.
Message/MethodCall/Response classes wrap around DBusMessage.

MessageReader and Message Writer provide API to read and write
D-Bus messages in a type safe fashion.

BUG=90036
TEST=The code is not yet used in Chrome. Run unit tests.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@94845 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-30 19:13:31 +00:00
sky@chromium.org 59662c07d1 Shell of implementation for embedded windows. At this point this is
just a proof of concept. Next step is going to be pulling code from
the window manager into this. Desktop will likely be renamed to
WindowManager.

At this point just make sure you think I'm not going off into the
weeds.

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@94733 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-29 19:32:06 +00:00
sergeyu@chromium.org 2fc3799f6b Revert 94519 - Kill executable targets that are now folded into performance_ui_tests.
R=chase@chromium.org
Review URL: http://codereview.chromium.org/7523032

Broken linux build: http://build.chromium.org/p/chromium/builders/Linux%20Builder%20x64/builds/20505/steps/compile/logs/stdio

TBR=darin@chromium.org
Review URL: http://codereview.chromium.org/7530002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@94525 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-28 19:11:51 +00:00
darin@chromium.org 1803e6aede Kill executable targets that are now folded into performance_ui_tests.
R=chase@chromium.org
Review URL: http://codereview.chromium.org/7523032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@94519 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-28 19:02:26 +00:00
braffert@chromium.org 899d1fc539 add sync_performance_tests to chromium_builder_perf dependencies
BUG=90441
TEST=sync_performance_tests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@94367 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-27 22:14:15 +00:00
abeera@google.com b04b6a0b17 Code for the Linux virtual printer driver. A backend for CUPS that spools the data to a file and then passes that to Chrome.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92378

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@93298 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-21 00:21:27 +00:00
tfarina@chromium.org cad1b581b7 Move app/sql/* files to sql/ directory.
I can't remove app/app.gyp and app/app_base.gypi yet because they are referenced
by third_party gyp files :(

BUG=72317
TEST=None

R=rsesek@chromium.org

move app/sql to sql

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@93069 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-19 18:40:21 +00:00
timurrrr@chromium.org 86cac52237 Add a separate build target for Dr. Memory/Win and add unit_tests there
The target was copied from the TSan/Win configuration

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@93008 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-19 12:57:03 +00:00
sadrul@chromium.org c4a8ccc79c Revert 92378 because it broke Win Builder (dbg)(shared) - Additional Commits for Linux printer driver
Initial commit for Linux virtual printer


BUG=
TEST=


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

TBR=abeera@google.com
Review URL: http://codereview.chromium.org/7354024

git-svn-id: http://src.chromium.org/svn/trunk/src/build@92379 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-13 17:59:12 +00:00
abeera@google.com d443ab386a Additional Commits for Linux printer driver
Initial commit for Linux virtual printer


BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@92378 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-13 17:38:52 +00:00
tfarina@chromium.org ed89cc6cc2 Remove references to app_unittests in all.gyp and chrome_tests.gypi.
BUG=72317
TEST=None

R=rsesek@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@92083 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-11 23:57:37 +00:00
tony@chromium.org c9ee63aad7 Remove the comments setting emands and vim tab width and expansion variables.
These were added in r28089 (http://codereview.chromium.org/256059) but
are unnecessary bloat for everyone to carry around, even those that don't
use emacs or vim.

In an earlier change, I added editor config files in src/tools/emacs/
and src/tools/vim/ so users of the appropriate editor can source those
instead.

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@92046 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-11 20:22:46 +00:00
tfarina@chromium.org 7811e5e062 Remove obsolete comment about app_unittests in chromium_builder_dbg_tsan_win target.
BUG=72317
TEST=None

R=tony@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@91877 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-08 18:20:44 +00:00
cmp@chromium.org 629aaaf073 Add performance_ui_tests to chromium_builder.
Review URL: http://codereview.chromium.org/7326008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@91795 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-07-08 01:26:45 +00:00
rsesek@chromium.org 7010b27882 Add sql/sql.gyp to start building libsql and sql_unittests.
Nothing uses this yet, but is needed to make the changes to buildbot. It only
hooks into all.gyp so it can be built.

BUG=72317
TEST=sql_unittests

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@91132 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-30 15:03:11 +00:00
scherkus@chromium.org 891d541705 Removing defunct OpenMAX code (round 2).
All of this code hasn't been used in over a year and has been replaced by VideoDecodeAccelerator and it's corresponding OpenMAX implementation OmxVideoDecodeAccelerator.

BUG=none
TEST=the world still compiles

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@90697 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-28 01:47:34 +00:00
joth@chromium.org 35f82980a4 Fix linux redux
Follow up to http://src.chromium.org/viewvc/chrome?view=rev&revision=87102 - it seems 'use_opensll!=0' is no longer supported in gyp(?)

BUG=None
TEST=build with use_openssl=1

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87292 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-31 10:50:50 +00:00
darin@chromium.org 4fd1132da9 Add performance_ui_tests to the chromium_builder_perf target.
R=chase@chromium.org
Review URL: http://codereview.chromium.org/7080008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87049 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-27 18:20:54 +00:00
gman@chromium.org bf0bd41e5a Fix all build wrt gles2_conform_support
TEST=build all locally
BUG=83837
TBR=thakis@chromium.org

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86576 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-25 06:54:54 +00:00
gman@chromium.org 205680def0 Resubmit CL 86306
TEST=ran locally
BUG=83382
Review URL: http://codereview.chromium.org/7066028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86468 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-24 19:37:35 +00:00
mattm@chromium.org 359f769c72 Revert 86306 (failed compile on win builder) - Move OpenGL ES 2.0 conformance test support into main tree
This support breaks often because it is not built but the buildbots.
This CL adds it to the main tree so it will be built by the buildbots.

Not sure where to add it in all.gyp but I need to make sure it's built

TEST=opengl es 2.0 conformance tests still build
BUG=83382

R=apatrick@chromium.org

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

TBR=gman@chromium.org
Review URL: http://codereview.chromium.org/7066003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86316 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-23 19:01:46 +00:00
gman@chromium.org c8b3ac7863 Move OpenGL ES 2.0 conformance test support into main tree
This support breaks often because it is not built but the buildbots.
This CL adds it to the main tree so it will be built by the buildbots.

Not sure where to add it in all.gyp but I need to make sure it's built

TEST=opengl es 2.0 conformance tests still build
BUG=83382

R=apatrick@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86306 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-23 18:26:31 +00:00
nsylvain@chromium.org cfac925ef4 Remove unused projects in the official builder target.
Review URL: http://codereview.chromium.org/7011028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@85221 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-13 00:24:54 +00:00
mark@chromium.org 3b45b2e755 The gyp files don't have a way to refer to POSIX-like OS's as a group, so I defined os_posix, toolkit_gtk, and use_x11 in common.gypi to handle them. I used something similar when porting Chromium 10 and 11 to OpenBSD and Solaris, plus a version of this patch has been tested on FreeBSD.
Chromium has also been built on other BSDs, so rather than adding each Unix to every gyp file individually every time another port is added, these broad defines can be used instead and modified with specific logic only where necessary.

I included a few modified gyp files so the usage can be seen.  I also added sunos5 to some grd/html files and set the default host_arch on i86pc solaris to ia32.

BUG=0
TEST={}

Patch by ruben <chromium@hybridsource.org>.
Review URL: http://codereview.chromium.org/6965007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@85154 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-12 18:18:34 +00:00
brettw@chromium.org 8a73e6529c Make the Pepper proxy support in-process font rendering.
This implements a WebKit thread in the PPAPI plugin process so we can do the
font calls without IPC. The existing font support was refactored into
a virtual class (to prevent PPAPI from depending on WebKit and creating a
circular GYP dependency).

This moves the renderer sandbox support into content/common so that it can
be used by the PPAPI process.
Review URL: http://codereview.chromium.org/6981001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84856 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-10 21:17:48 +00:00
georgey@chromium.org e247f367ca Re-committing http://codereview.chromium.org/6803005/ after fixing multi-dll build:
Autofill phone number enhancements and integration of Phone Number Util Library: part 1
Temporarily the whole library is included, until the patch is upstreamed.

BUG=71443
TEST=Unit-tested
Review URL: http://codereview.chromium.org/6930013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84174 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-05 00:38:44 +00:00
georgey@chromium.org 9fe4eaece3 Revert 84000 - Autofill phone number enhancements and integration of Phone Number Util Library: part 1
Temporarily the whole library is included, until the patch is upstreamed.

BUG=71443
TEST=Unit-tested
Review URL: http://codereview.chromium.org/6803005

TBR=georgey@chromium.org
Review URL: http://codereview.chromium.org/6920006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84009 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-04 00:27:30 +00:00
georgey@chromium.org 7d98e44eb0 Autofill phone number enhancements and integration of Phone Number Util Library: part 1
Temporarily the whole library is included, until the patch is upstreamed.

BUG=71443
TEST=Unit-tested
Review URL: http://codereview.chromium.org/6803005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-03 23:21:30 +00:00
cmp@chromium.org ebf7267624 Add chromium_builder_qa dependency to perf target.
Add pyauto to the perf target by depending on
chromium_builder_qa from chromium_builder_perf.

BUG=79636
TEST=pyauto is built by the perf builders

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@82757 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-23 00:32:42 +00:00
rvargas@google.com 8d967afc94 Add crypto to the list of "all" projects.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6850032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81763 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-15 17:46:09 +00:00