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

459 Коммитов

Автор SHA1 Сообщение Дата
ben@chromium.org b529c388d4 Adds code for a new Aura shell.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7890054

git-svn-id: http://src.chromium.org/svn/trunk/src/build@101374 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-15 20:51:04 +00:00
tony@chromium.org 60a670cc7e Add a webkit_builder_win target to all.gyp so the webkit win builders
can use all.sln instead of webkit.sln.


BUG=95278


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@101230 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-15 02:29:00 +00:00
ben@chromium.org 95f44d060e Move Aura to UI subdir.
BUG=none
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/7886042

git-svn-id: http://src.chromium.org/svn/trunk/src/build@101156 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-14 21:14:01 +00:00
mihaip@chromium.org cc0d79aec0 Remove CHROME_V8 #define and related javascript_engine gyp variable.
BUG=94282
R=tfarina@chromium.org


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@100692 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-12 15:39:19 +00:00
phajdan.jr@chromium.org 6234195646 Remove obsolete NaCl tests.
BUG=90905, 89352
Review URL: http://codereview.chromium.org/7831053

git-svn-id: http://src.chromium.org/svn/trunk/src/build@100257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-08 21:38:11 +00:00
piman@google.com 7f721319b1 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>

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98706

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98900 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-31 00:08:34 +00:00
nduca@chromium.org 625b81f86b Build performance_ui_tests on gpu waterfall.
Review URL: http://codereview.chromium.org/7792043

git-svn-id: http://src.chromium.org/svn/trunk/src/build@98835 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-30 17:29:47 +00:00
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
yusukes@google.com fb4b136fc2 Remove gyp target of the candidate_window binary.
BUG=chromium-os:11381
TEST=ran try

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77441

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81365

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81554 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-14 08:53:24 +00:00
yusukes@google.com 77b78df21d Revert "Remove gyp target of the candidate_window binary."
This reverts commit 08c1921d6f6d15615a462fac499039723e144334.

BUG=chromium-os:11381
TEST=none
TBR=satorux

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-13 05:43:45 +00:00
yusukes@google.com 3d7944b823 Remove gyp target of the candidate_window binary.
BUG=chromium-os:11381
TEST=ran try

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77441

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81365 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-13 04:20:15 +00:00
bradnelson@google.com c3ed81308f Reverting most of r81003.
BUG=None
TEST=None
TBR=nsylvain
Review URL: http://codereview.chromium.org/6825016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81006 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-08 22:45:08 +00:00
bradnelson@google.com fc7ccae0f0 Turning on more 2010 targets.
Dropping unneeded nacl dependency on chrome frame.

BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6822010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81003 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-08 22:35:03 +00:00
bradnelson@google.com 037e9e4fce Switching on more targets for msvs2010.
BUG=None
TEST=None
R=nsylvain@google.com
Review URL: http://codereview.chromium.org/6813036

git-svn-id: http://src.chromium.org/svn/trunk/src/build@80967 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-08 19:41:18 +00:00
abodenha@chromium.org 0ba965f0e8 Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driver.
TEST=Everything should build and unit tests should pass.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80678
Review URL: http://codereview.chromium.org/6778001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@80716 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-06 23:10:16 +00:00
abodenha@chromium.org 0a5bb4f8d3 Revert 80678 - Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driver.TEST=Everything should build and unit tests should pass.Review URL: http://codereview.chromium.org/6778001
TBR=abodenha@chromium.org
Review URL: http://codereview.chromium.org/6806016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@80688 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-06 20:48:00 +00:00
abodenha@chromium.org 3352e00784 Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driver.
TEST=Everything should build and unit tests should pass.
Review URL: http://codereview.chromium.org/6778001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@80678 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-06 20:01:57 +00:00
bradnelson@google.com b9b7e241fa Adding builder target for msvs2010.
Starting with just chrome.
Will add more as I've validated its green.

BUG=None
TEST=None
R=nsylvain@chromium.org
Review URL: http://codereview.chromium.org/6691035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@80370 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-04 20:43:56 +00:00
sergeyu@chromium.org 538021fd64 Add JingleThreadWrapper.
JingleThreadWrapper wraps chromium thread with a talk_base::Thread interface.

BUG=None
TEST=Unittests

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@79576 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-28 16:57:03 +00:00
bradnelson@google.com 1cc86e5e14 Adding sync_integration_tests to the chromeos_builder target.
This will cause the sync_integration_tests to be built on the trybots,
however, they won't be run unless bot changes are made.

BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6724005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@79053 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-22 22:09:22 +00:00
rsesek@chromium.org 4034cb64bf Normalize the top-level ui/ module.
This CL creates four .gypi files that are included in /ui/ui.gyp. This allows
for a single unittest binary for all the submodules, rather than having
individual unittest binaries for each submodule.

To not break the buildbot, this creates a fake target that copies ui_unittests
to gfx_unittests as temporary scaffolding.

BUG=72317
TEST=gfx_unittests (really ui_unittests) passes

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@78711 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-18 17:24:39 +00:00
aa@chromium.org 61e238c295 Remove Gears from Chrome.
There are probably a few more bits and pieces that can be removed, but I think this is the majority of it.

BUG=51934

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@77888 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-11 23:10:56 +00:00
yusukes@google.com ca93b6fef0 Revert "Remove gyp target of the candidate_window binary."
This reverts commit f51999bb180fc76ec155d1ec5589626ecd132a82.

BUG=chromium-os:11381
TEST=None
TBR=satorux

git-svn-id: http://src.chromium.org/svn/trunk/src/build@77442 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-09 08:37:39 +00:00
yusukes@google.com 200a2ce362 Remove gyp target of the candidate_window binary.
BUG=chromium-os:11381
TEST=ran try

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77098

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@77441 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-09 08:14:22 +00:00
yusukes@google.com 940501f4e8 Revert "Remove gyp target of the candidate_window binary."
This reverts commit 72c57bf7dd6cb21708ba0b18a59d6b23196f65f4.

BUG=chromium-os:11381
TEST=None
TBR=satorux

git-svn-id: http://src.chromium.org/svn/trunk/src/build@77100 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-07 02:12:04 +00:00
yusukes@google.com 62e0bbbb76 Remove gyp target of the candidate_window binary.
BUG=chromium-os:11381
TEST=ran try

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@77098 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-07 01:37:41 +00:00
kkania@chromium.org a339856bdd Add chromedriver to windows official build target.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6594068

git-svn-id: http://src.chromium.org/svn/trunk/src/build@76513 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-03-02 07:57:19 +00:00
bradnelson@google.com f7e5df0f09 Adding courgette64 to the list of things built on the official builder.
BUG=72459
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@76293 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-02-28 22:59:27 +00:00
timurrrr@chromium.org 6ef1aea04f Add gfx_unittests to the Valgrind/Mac build target
Review URL: http://codereview.chromium.org/6480111

git-svn-id: http://src.chromium.org/svn/trunk/src/build@75081 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-02-16 09:22:04 +00:00
kkania@chromium.org 58d3047ad6 Add new target for building qa-related targets on the qa waterfall.
Only depend on pyautolib if the target exists.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@73859 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-02-04 22:37:54 +00:00
kkania@chromium.org b0763e8973 Revert 73825 - Add new target for building qa-related targets on the qa waterfall.
BUG=none
TEST=none

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

TBR=nirnimesh@chromium.org
Review URL: http://codereview.chromium.org/6410086

git-svn-id: http://src.chromium.org/svn/trunk/src/build@73826 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-02-04 19:20:13 +00:00
kkania@chromium.org 52d6e390ea Add new target for building qa-related targets on the qa waterfall.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@73825 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-02-04 19:06:01 +00:00
sail@chromium.org b88ade5b60 Move src/gfx/ to src/ui/gfx
To reduce the size of this change I've left stub header files in src/gfx/. Once all includes have been updated I'll delete the stub files.

BUG=71063
TEST=Still doing test builds.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@73530 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-02-02 23:03:07 +00:00
joi@chromium.org b738b680ea Disabling building of CEEE; we will be moving the code to a separate
repository. Removing chrome_frame -> ceee dependency.

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@73195 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-31 21:44:26 +00:00
thestig@chromium.org de8ebcb70d Add views_unittests to chromeos_builder target.
BUG=64211
TEST=none
Review URL: http://codereview.chromium.org/6338016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@72528 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-25 19:58:21 +00:00
chase@chromium.org 7597b520e0 Add a chromium_builder_perf target.
Create a chromium_builder_perf target for all platforms
which refers to projects the Chromium Perf bots use to
test Chromium's performance.  This is a reduced target
to allow the perf bots to cycle faster (builder builds
fewer targets and bots download smaller archives).

Add crash_service to test_support_ui and remove
it from projects that depend on test_support_ui.
This allows projects that just build page_cycler_tests,
startup_tests, etc on Windows to get crash_service.

BUG=70580
TEST=all continues to work, chromium_builder_perf works,
builds crash_service on windows

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@72359 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-24 19:10:21 +00:00
nsylvain@chromium.org 7cf8068f39 Build the views unittests in the builder targer. Also fix ordering.
Review URL: http://codereview.chromium.org/6347011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@71918 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-20 03:50:13 +00:00
abarth@chromium.org 140dce5c86 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@71586 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-17 06:50:01 +00:00
ben@chromium.org 7314d78f76 Move OSExchangeData from src/app to src/ui/base/dragdrop
BUG=none
TEST=none
TBR=brettw

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@71205 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-12 19:00:48 +00:00
ben@chromium.org cf1997a0c2 Move animation code to new ui/base/animation directory.
BUG=none
TEST=none
TBR=brettw

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@70743 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-07 17:33:39 +00:00
nsylvain@chromium.org 02d661738e Allow the official target to be used for non-official builds.
Make sure we include PDF only when it is available.  (It is not available
on the normal non-official builds.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@70698 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-07 01:08:28 +00:00
gfeher@chromium.org f78eec0a27 Add back building of policy templates to the official builders
BUG=68562
TEST=policy_templates.zip should reappear in the offical builds

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@70495 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-01-05 09:33:27 +00:00
kkania@chromium.org 11078e03bf Add new target for building gpu-related tests.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5901002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@69291 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-12-15 19:18:25 +00:00
nsylvain@chromium.org f9ddd28b14 Fix typo in the official build target
Review URL: http://codereview.chromium.org/5905002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@69288 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-12-15 19:06:47 +00:00
nsylvain@chromium.org 628a1b6f62 Add an official target in the gyp file for the official builder (not tested yet)
Review URL: http://codereview.chromium.org/5786005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@69172 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-12-14 20:50:05 +00:00
lzheng@chromium.org 6e20743ca3 Add safe browsing tests to dbg mac valgrind build.
BUG=64089
TEST=none
Review URL: http://codereview.chromium.org/5750001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@68861 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-12-10 17:35:43 +00:00
hbono@chromium.org 36fa8b6f28 Integrates libjpeg-turbo into Chromium (Chromium side)
This change is the Chromium-side change that integrates libjpeg-turbo into Chromium. (We need another change for WebKit.) It adds a GYP option 'libjpeg_turbo' so we can switch from libjpeg to libjpeg-turbo and use libjpeg-turbo when its value is 1. (Unfortunately, its value must be 0 for now to avoid build breaks until we land all changes required for libjpeg-turbo.)

BUG=48789
TEST=build Chromium.
Review URL: http://codereview.chromium.org/5292007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@68453 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-12-07 07:27:27 +00:00
tony@chromium.org 3834d9c3d4 Stop using the old layout test plugin.
I haven't deleted it yet because it might be useful for debugging
failures.  I'll delete it in a separate change so it's easy for
someone to cherry pick the change back.

BUG=64260

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@67571 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-29 18:54:46 +00:00
nsylvain@chromium.org dc4f8006a5 Add the views unittests to the windows buildbot target to make sure
it is available on the slaves.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@67217 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-24 04:47:34 +00:00
abarth@chromium.org 7b750b8cc7 Add qcms library for applying ICC color profile transforms to images. This
library is currently unused.

http://codereview.chromium.org/4855001/



git-svn-id: http://src.chromium.org/svn/trunk/src/build@65970 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-12 19:39:04 +00:00
fbarchard@chromium.org 44e003d2c0 iccjpeg library for jpeg color profiles
BUG=61627
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@64817 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 21:40:51 +00:00
brettw@chromium.org e121375725 Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@64757 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 16:30:13 +00:00
brettw@chromium.org e6e18799e7 Revert PPAPI change due to Linux compile failures.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@64751 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 16:05:55 +00:00
brettw@chromium.org e7c5fc6e41 Use PPAPI from chrome trunk rather than pulling via deps.
This is a re-land from r64716.

This is identical with an an include directory changed in the ppapi repo which
I'm hoping was what was confusing everything.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@64750 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 15:59:56 +00:00
joi@chromium.org c7316033d4 Integrating CEEE into top-level .gyp files so that it builds.
TEST=it compiles, 'ceee' root folder is seen in Visual Studio projects tree
BUG=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@64735 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 12:39:54 +00:00
brettw@chromium.org 20aec9521f Revert PPAPI change.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@64719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 06:04:50 +00:00
brettw@chromium.org f8b16eee6a Use PPAPI from chrome trunk rather than pulling via deps.
This is a re-land from r64716.

This is identical with an an include directory changed in the ppapi repo which
I'm hoping was what was confusing everything.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@64718 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 05:41:54 +00:00
brettw@chromium.org 8d3c8556de Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entry that refers to
the PPAPI repo, and fixes the includes to use the new location.

TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/4164015

TBR=brettw@chromium.org

git-svn-id: http://src.chromium.org/svn/trunk/src/build@64717 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 05:06:03 +00:00
brettw@chromium.org f0c731872a Switch to the new PPAPI repository. This removes the DEPS entry that refers to
the PPAPI repo, and fixes the includes to use the new location.

TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/4164015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@64716 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-02 04:11:57 +00:00
nsylvain@chromium.org 59fd9223bd Add a new project used by the chromium builders.
BUG=None
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@63783 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-10-25 21:15:46 +00:00
joth@chromium.org 267b821acb Make USE_OPENSSL and USE_NSS mutually exclusive
- that is, defining use_openssl=1 will now remove all dependency on NSS.

This does not impact any of the standard, non-openssl builds.

Adds stub implementations of several files that need to be fully implemented in follow up patchs.
Firefox import code will need some more substatial refactoring, as it makes little sense to be
attempting a firefox import without NSS libraries to hand, however the UI etc has numerous assumption
about the presence of this importer.

BUG=None
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@63506 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-10-22 13:12:34 +00:00
fbarchard@chromium.org 0a281936ab Add libwebp library source and gyp file.
BUG=58225
TEST=library should build

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@61828 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-10-07 19:03:42 +00:00
lzheng@chromium.org d8b9692871 Create test for safebrowsing_test
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3383006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@59865 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-09-17 22:34:42 +00:00
glider@chromium.org b96736f6b2 Add app_unittests and sync_unit_tests to chromium_builder_dbg_valgrind_mac
TBR=timurrrr

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@57854 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-08-30 13:14:39 +00:00
glider@chromium.org a31d5df18c Add a new target for building all Valgrind tests for Mac OS
This includes the ui_tests, all the tests previously built by ThreadSanitizer
Mac bot (see the 'chromium_builder_dbg_mac_tsan' target) and all the tests
previously built by Memcheck Mac bot (see
buildbot/master.chromium.memory/master.cfg)


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@56509 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-08-18 11:21:48 +00:00
apatrick@chromium.org 28459e674d Relanding r53076 with linux fix.
TEST=try
BUG=none


git-svn-id: http://src.chromium.org/svn/trunk/src/build@53810 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-27 18:18:17 +00:00
thakis@chromium.org 288d2ac900 Mac: Really build interactive_ui_tests on the bots.
BUG=21276

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53755 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-27 03:55:06 +00:00
nsylvain@chromium.org 843510b960 Build sync integration tests on our builders in preparation of running
this test.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53596 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-24 18:12:02 +00:00
nsylvain@chromium.org 168a2225d8 Build the nacl_sandbox tests on the bot. We will soon run them.
Review URL: http://codereview.chromium.org/3015025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53558 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-24 00:34:50 +00:00
timurrrr@chromium.org 80b420626e Don't build unit_tests on TSan/Win bot.
BUG=49756
TBR=thestig
TEST=TSan/Win bot should become green
Review URL: http://codereview.chromium.org/3031017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53166 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-21 08:00:50 +00:00
pinkerton@chromium.org 1577f4484d Revert 53076 - GYP changed to extract D3DX9 DLL into product dir.
This is so ANGLE will find it.

Also added ANGLE as a Chrome dependency.

There must be a better way to detect whether there is a directxsdk directory in third_party. I'm open to ideas.

TEST=try, check d3dx9 is copied to product dir when building chrome, check ANGLE initializes
BUG=45898

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

TBR=apatrick@chromium.org

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53079 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-20 19:35:36 +00:00
apatrick@chromium.org 973f7766bf GYP changed to extract D3DX9 DLL into product dir.
This is so ANGLE will find it.

Also added ANGLE as a Chrome dependency.

There must be a better way to detect whether there is a directxsdk directory in third_party. I'm open to ideas.

TEST=try, check d3dx9 is copied to product dir when building chrome, check ANGLE initializes
BUG=45898

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53076 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-20 19:20:56 +00:00
apatrick@chromium.org b98068ac2d Build OSMesa on all platforms and not just on bots.
It was only built on Windows bots before. The new --use-gl switch will now prevent Chrome from using it by default if it finds the shared library, which was the previous behavior.

TEST=try
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@52568 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-15 23:03:04 +00:00
robertshield@chromium.org ddaa271541 Include the Chrome Frame binary in Chrome installers. Note that it will only be registered (and thus used) if the installer is run with the --chrome-frame flag.
Remove a bunch of CF-specific code in the process.

BUG=46818
TEST=Can use the same mini_installer.exe to install either Chrome or Chrome Frame.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@51729 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-07 17:24:17 +00:00
ajwong@chromium.org 74e61f954d Move chrome/common/net/notifier to jingle/notifier so that it can be used by remoting/remoting.gyp.
BUG=none
TEST=compiles

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@51216 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-30 02:30:44 +00:00
satorux@chromium.org 04f64845d8 Move candidate_window.cc/gyp to input_method directory.
BUG=chromium-os:4063
TEST=make -j8 BUILDTYPE=Release candidate_window

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@50335 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-21 06:15:40 +00:00
hclam@chromium.org 00782d6763 Enable remoting unittests to run on build bots
Renamed chromoting.gyp to remoting.gyp.

Also enabled remoting_unittests to be executed on the build bots.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49609 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-11 23:08:17 +00:00
rogerta@google.com be67d83abb Link with RLZ library from open source repo.
In order to pass the check dependency step in the build, I added rlz to
the include_rules in DEPS.  However, I am not sure this is the best solution.

TEST=Make sure that the RLZ pings from chrome are the sameas they were with
the old RLZ dll
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49399 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-10 15:25:46 +00:00
tkent@google.com 9448645d5f Move npapi_layout_test_plugin target to webkit_support to use it from
WebKit DumpRenderTree.

The following code change affects only WebKit DumpRenderTree.

* webkit_support.cc
 - WebPluginImplWithPageDelegate passes a plugin path and MIME type to WebPluginImpl.
 - CreateWebPlugin checks a MIME type.
   This is the same logic as test_shell.

* test_webplugin_page_delegate.h
  Creates and returns a WebPluginDelegateImpl instance.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-10 07:19:24 +00:00
apatrick@chromium.org 317e30f7d6 Added ANGLE to Windows build.
Also added paths to DirectX SDK to common.gypi because ANGLE requires headers and libraries not part of the Windows Platform SDK.

TEST=trybots
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-09 21:31:37 +00:00
sergeyu@chromium.org 2004673f0c Add chromoting option for gyp.
TEST=none
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49201 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-08 22:43:45 +00:00
hclam@chromium.org bba44a1ea7 Build fix
Remove remoting.gyp in all.gyp

TBR=garykac@google.com
TEST=Tree goes green

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49116 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-07 23:09:32 +00:00
hclam@chromium.org 1f7c5ae0fc Fix chromoting build issues on Windows
Fixed compilation errors on windows.

TEST=chromoting builds on windows

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49115 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-07 23:02:26 +00:00
rogerta@google.com 6fa27c1b19 Remove the old RLZ dll from the chrome code. There are no code dependencies
on this project;  its only purpose is to copy the rlz.dll file to the correct
spot in the output directory.

This is the first step in getting the new open source RLZ library into
chromium.  A following CL will add the calls to new implementation.

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49059 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-07 15:36:13 +00:00
wtc@chromium.org 5830ba0ae0 Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses
SSLClientSocketMac. Specify the --use-nss-for-ssl command-line
option to use SSLClientSocketNSS.

The nss.gyp in src/net/third_party/nss is renamed ssl.gyp to avoid
a naming conflict with the nss.gyp in src/third_party/nss. The
GYP generator for Xcode project files disallows same-named .gyp files.

SSL client authentication doesn't work yet.

R=mark
BUG=30689
TEST=No build and test failures on Mac and Windows.
Review URL: http://codereview.chromium.org/2322008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@48650 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-01 20:28:03 +00:00
glider@chromium.org a4f7984b8e Remove sync_unit_tests from chromium_builder_dbg_tsan_mac to fix compilation on
the TSan bot

BUG=45207
TBR=akalin

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@48378 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-27 11:28:11 +00:00
cmasone@google.com dc46296db4 remove dependencies on obsolete chrome os login helper binaries. This has a nice side effect of getting rid of some circular GYP dependencies introduced by these targets.
BUG=35308
TEST=build chrome, look for session and emit_login_prompt_ready in the output dir; they should not be there.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@48094 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-24 22:42:25 +00:00
tony@chromium.org dab91390db Break gyp cycles on Linux.
The cycle is between installer.gyp and chrome.gyp.  The fix is to switch installer.gyp into installer.gypi and include it into chrome.gyp

BUG=35308

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@48007 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-24 00:35:46 +00:00
willchan@chromium.org b9ade9e8bc Revert 47897 - Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.
Based on willchan's patch here: http://codereview.chromium.org/2109009/show

BUG=40149
TEST=none
TBR=willchan
Review URL: http://codereview.chromium.org/2137010

TBR=thestig@chromium.org
Review URL: http://codereview.chromium.org/2107016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47933 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-21 18:03:42 +00:00
thestig@chromium.org 5ae0da4e06 Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.
Based on willchan's patch here: http://codereview.chromium.org/2109009/show

BUG=40149
TEST=none
TBR=willchan
Review URL: http://codereview.chromium.org/2137010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47897 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-21 07:03:50 +00:00
maruel@chromium.org 0163d80871 Fix Mac10.5 Perf(3) and Mac10.6 Perf(3) by building plugin_tests
TEST=should now be built (!)
BUG=none
TBR=thestig

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47797 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-20 15:03:38 +00:00
pvalchev@google.com 4ced1ede37 GYP changes for FreeBSD and OpenBSD
Review URL: http://codereview.chromium.org/1480002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47327 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-14 22:27:30 +00:00
alokp@chromium.org 3e13ca9b7e Moved demos.gyp from windows dependency to all platforms. Excluded gpu_demo_framework_pepper from being included with wildcard demos.gyp:*.
Review URL: http://codereview.chromium.org/2038015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47270 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-14 14:28:54 +00:00
timurrrr@chromium.org d033da10d2 Add dependencies for locales to TSan/Win build target
BUG=43603
Review URL: http://codereview.chromium.org/2006006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47267 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-14 12:18:51 +00:00
tony@chromium.org 9ad7a4eba2 Remove webkit_support_in_chromium.gyp and use webkit_support.gyp
instead.

features.gypi isn't needed by glue, appcache or database.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47238 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-14 03:21:55 +00:00
tony@chromium.org 8b0ac8d2e5 Make it possible to build DRT in a chromium checkout.
The problem was the circular gyp dependency between webkit.gyp
and WebKit.gyp:
webkit.gyp:pull_in_webkit_unit_tests -> WebKit.gyp -> webkit.gyp:webkit_support.

The fix is to move webkit_support into its own gyp file (like we do
in an webkit only checkout).  We can't use the same gyp file for in-
chromium and in-webkit because we need to change the include path for
features.gypi.  In gyp, variable expansion happens after includes
(otherwise you'd have to expand variables twice and they could change
values), so we can't use a single gyp file for this.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47012 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-12 07:00:15 +00:00
tony@chromium.org fa5388a3fa Remove DRT.gyp from chromium build. The target is moving to WebKit.gyp.
TBR=tkent

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46884 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-11 03:39:03 +00:00
brettw@chromium.org 5a0ce72569 Partially implement the new pepper API in Chrome. This is not actually hooked
up, which will require some changes in render_view as well as the plugin list.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46760 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-07 23:55:35 +00:00
akalin@chromium.org 57ea465398 Added sync_tools.gyp to all.gyp.
BUG=none
TEST=trybots

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46711 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-07 18:10:53 +00:00
sanjeevr@chromium.org b6560e0511 Moved XMPP notifier library from chrome/browser/sync to chrome/common/net.
BUG=None
TEST=No functional change

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46413 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-04 23:46:46 +00:00
akalin@chromium.org 012c5ba20a Added cacheinvalidation.gyp to build/all.gyp.
BUG=34646
TEST=trybots

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46030 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-30 02:25:26 +00:00
akalin@chromium.org 0afbfa8311 added sync_unit_tests to mac/chromeos unit test builds.
BUG=32871
TEST=trybots

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46026 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-30 01:36:13 +00:00
evan@chromium.org c89adbc3e2 gyp: unify toolkit_views usage
Now that we can rely on toolkit_views to be set when appropriate,
we can simplify a bunch of logic in gyp.

TEST=compiles

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45727 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-27 18:31:31 +00:00
tony@chromium.org 5574c4ba1f Build DRT in chromium.
Some small fixes for linking on windows.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45680 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-27 08:09:44 +00:00
apatrick@chromium.org b241920ac7 Windows bots build and use OSMesa
This is a software GL renderer that can be used by bots that do not have access to native GL. It will be used for running tests that use GL, such as Pepper 3D, WebGL and accelerated compositing. Only working on Windows so far.

TEST=trybots
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45241 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-21 20:59:42 +00:00
nsylvain@chromium.org 6bb1f99e0c Build selenium tests on the bots. This test is running on the webkit.org xp perf bot.
Review URL: http://codereview.chromium.org/1621007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@43918 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-08 02:32:13 +00:00
nsylvain@chromium.org 12c65e7f04 Add interactive ui tests to the chromeos builder.
Review URL: http://codereview.chromium.org/1508023

git-svn-id: http://src.chromium.org/svn/trunk/src/build@43834 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-07 14:42:03 +00:00
apatrick@chromium.org b3c6bff62f Added GPU unit tests to win, mac and linux builds. They aren't running yet.
TEST=trybots
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@43013 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-29 23:18:12 +00:00
alokp@chromium.org 0a4b15faa6 Added a test for pepper3d. It ensures that we can successfully load a pepper 3d plugin and render.
Review URL: http://codereview.chromium.org/1073003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@42793 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-26 18:54:29 +00:00
timurrrr@chromium.org 7097f6e48e Add one build target for TSan/Windows build
Review URL: http://codereview.chromium.org/1084015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@42325 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-23 08:28:25 +00:00
ben@chromium.org c864cb74c0 Create a toplevel gfx/ dir and seed it with icon_util.
TBR=darin
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@41528 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-13 08:26:32 +00:00
piman@chromium.org 9d809d4f36 chromeos: adding session and emit_login_prompt_ready as deps to chromeos_builder
Review URL: http://codereview.chromium.org/792002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@41118 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-10 02:14:41 +00:00
nsylvain@chromium.org 1eb0a8f35f Add nacl_ui_tests to the mac target, since we will be running
the tests on mac soon.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@40530 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-03 19:44:48 +00:00
satorux@chromium.org cf6690a67d Add candidate_window to chromeos_builder target.
This is to get back candidate_window binary in the snapshots
of chromium for chromium os that can be found at

http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-chromiumos/

TEST=manually
BUG=crosbug.com/1708

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@40259 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-01 07:30:26 +00:00
bradnelson@google.com d6b90db28d Adding in missing tests to make chromeos build on waterfall go green.
BUG=None
TEST=None
TBR=jiesun

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@40231 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-27 21:27:48 +00:00
bradnelson@google.com d238615466 Working around gyp issue 137 in scons emitter.
The scons generator currently does not correctly handle the case in which you
have a target with no sources (for instance all the mock targets used for the
bots). So far this has not been an issue because these mock targets were only
used for Windows and Mac. jiesun's recent addition of a chromeos_builder target
caused this issue to manifest itself.

BUG=None
TEST=None
TBR=jiesuN

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@40229 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-27 20:42:18 +00:00
jiesun@google.com 19b231d495 add chromeos_builder target.
ideally everything we want to pull from chrome should be dependencies of this target. build-bots will be changed to build this from chromeos

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@40089 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-26 01:28:58 +00:00
robertshield@chromium.org 176acaf052 Add chrome_frame_reliability_tests.exe to the set of archived CF tests. (Needed for the CF reliability builder)
Remove the now-unused chrome_frame_builder target in all.gyp.

BUG=29451
TEST=chrome_frame_reliability_tests.exe shows up at http://chrome-web/buildbot/snapshots/chromium-rel-xp/

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@39915 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-24 20:08:05 +00:00
mark@chromium.org f4f52d2393 Include test_shell.gypi in webkit.gyp instead of maintaining a distinct
test_shell.gyp.  This allows the removal of webkit.gyp:pull_in_test_shell,
eliminating the circular relationship between webkit.gyp and test_shell.gyp.

The expected semantics of building all of test_shell during a webkit.gyp:All
build is performed are retained.

This change depends on GYP r781 (in Chromium at r38526) for GYP suffix
operator path section treatment.  It also depends on Chromium r38519 and
r38658 for common.gypi treatment of chromium_code.

BUG=33186
TEST=Xcode no longer holds stale project files in memory
Review URL: http://codereview.chromium.org/602006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-10 21:11:56 +00:00
satorux@chromium.org 8028b23a4f Move candidate_window from third_party/chromeos_text_input to chrome/browser/chromeos/text_input.
Turned out there is no benefit of having this in a separate git repository.

No code change in candidate_window.cc, but modified the copyright notice
from Chromium OS Authors to Chromium Authors.
Slightly modified text_input.gyp to make it compile.

We'll also change cros_deps/DEPS in a separate CL.

BUG=none
TEST=confirmed candidate_window compiles as before.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38345 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-08 08:02:12 +00:00
piman@chromium.org 1824e1a4f8 linux: enable pepper plugin
This is CL 36399 that was reverted in 36969 because it caused an ICE on the official builders.
This adds a workaround for the ICE.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37055 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-25 23:10:58 +00:00
laforge@chromium.org ce45ace99a Revert 36399 - linux: enable pepper_test_plugin
This is breaking official x64 builds, notified team of break earlier in the 
week, but haven't seen a fix.  I'm reverting now.  

Please fix before re-enabling.

Original message:
This includes a way to build it with full support on x64 (and arm ?), by specifying linux_fpic=1 in GYP_DEFINES and rerunning gyp.

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

TBR=piman@chromium.org
Review URL: http://codereview.chromium.org/548133

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36969 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-23 22:08:50 +00:00
jshin@chromium.org 6a8bf6e7d9 Reland r36541 (which went in without any commit log by some magic). Was reverted in r36550. Now I'm relanding with the full description.
Port back CLD to Linux and Mac by replacing Windows API calls with ICU's equivalent APIs for normalization. 

I also fixed bug 23553 (Traditional Chinese is not detected) by calling LanguageCode instead of LanguageCode_ISO_639_1. The latter covers only ISO 639-1, but there are languages detected by CLD not covered by ISO 639-1. In that case, ISO 639-2 is used. In case even ISO 639-2 does not cover (e.g. Traditional Chinese), another fallback is taken by LanguageCode. 

The html file for CLD testing (french_sentence.html) is explicitly labelled with charset=ISO-8859-1.

Original Review: http://codereview.chromium.org/523108

BUG=25206,23553
TEST=1. CLD is built on Linux/Mac
     2. The following test pass:
       - unit_tests: Extension*.DetectTabLang* and CompactLangDet*.* 
       - browser_tests: ExtensionBrowserTest.Toolstrip 
     3. Install the 'cld extension' in chrome/common/extensions/docs/examples/api/i18n/cld and go to http://news.google.com.tw and 'zh-TW' shows up in the language badge at the upper right (upper-left in he/ar Chrome) corner. 
TBR=jcampan







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

TBR=jshin@chromium.org
Review URL: http://codereview.chromium.org/551070

TBR=jshin@chromium.org
Review URL: http://codereview.chromium.org/549091

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36552 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 21:32:42 +00:00
jshin@chromium.org b465329252 Revert 36541 (which went in without any commit log by some black magic).
Reland it with the commit log for the record.


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

TBR=jshin@chromium.org
Review URL: http://codereview.chromium.org/551070

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36550 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 21:23:27 +00:00
robertshield@chromium.org 3a3e61acaf Adding a secondary mini_installer target for Chrome Frame. This will remove the need to have different build scripts to build either Chrome or Chrome Frame.
Also remove the now-unneeded gyp variables 'chrome_frame_define' and 'google_update_appid'.

BUG=Both Chrome and Chrome Frame products should be buildable from a single solution file - we shouldn't need to run GYP with different settings to get a CF solution.
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36546 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 21:15:06 +00:00
jshin@chromium.org a648021f73 Review URL: http://codereview.chromium.org/545123
git-svn-id: http://src.chromium.org/svn/trunk/src/build@36541 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 20:57:14 +00:00
satorux@chromium.org c12c37967f Hook third_party/chromeos_text_input to all.gyp for Chromium OS.
chromiumos_text_input contains IME candidate window code which is part
of text input suppport for Chromium OS.
See the design doc for details:
http://www.chromium.org/chromium-os/chromiumos-design-docs/text-input

BUG=none
TEST=confirmed gclient --runhooks work with and without GYP_DEFINES="chromeos=1". Also confirmed that 'candidate_window' target is only valid and built when GYP_DEFINES="chromeos=1" is set.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36484 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-18 02:29:41 +00:00
piman@chromium.org 4e4c96317d linux: enable pepper_test_plugin
This includes a way to build it with full support on x64 (and arm ?), by specifying linux_fpic=1 in GYP_DEFINES and re-running gyp.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36399 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-15 20:19:06 +00:00
dspringer@google.com f2e82cd621 Make the Pepepr test run on the mac.
BUG=none
TESTS=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36264 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-14 20:40:43 +00:00
sehr@google.com d5af062292 This CL is for Neb. It contains his change 501124, with conflicts merged.
Review URL: http://codereview.chromium.org/547005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35928 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-11 19:46:41 +00:00
alokp@chromium.org c0f74e07ea Renamed gles_book_examples.gyp to gles2_book.gyp and hooked eveything back together.
TBR=apatrick

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35876 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-09 18:15:32 +00:00
alokp@chromium.org 57ff67b5a7 Renamed gles_book_examples to gles2_book to make it shorter and more correct. I still need to rename gles_book_examples.gyp to gles2_book.gyp. I will do it in another CL as svn does not like changes in renamed directories.
TBR=apatrick
Review URL: http://codereview.chromium.org/543002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35875 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-09 17:06:42 +00:00
alokp@chromium.org 419e530bbc Hooked demos.gyp and gles_book_examples.gyp to all.gyp
Review URL: http://codereview.chromium.org/542005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35865 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-09 04:20:20 +00:00
robertshield@chromium.org 7cd316a8b5 Correct Chrome Frame dependencies such that a) CF tests depend on the CF DLL b) all.gyp:chromium_builder will build CF stuff.
BUG=CF dll and chrome_launcher.exe were not getting built on the chromium-rel builder.
TEST=No more BUG.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35788 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-08 14:27:21 +00:00
ajwong@chromium.org c81db89d91 Revert "Resubmit 35500: Added an application framework for demos. Ported hellotriangle example in OpenGL ES book to use the application framework."
This reverts commit r35647.

TBR: alok

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35665 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-06 23:44:36 +00:00
arv@chromium.org 3c9b8158e5 Revert 35649 - Make Pepper plugins work on Linux.
fix pepper_test_plugin so that it is loaded on Linux

 remove skia & base dependency in test plugin so that it can be compiled with fPIC
 remove ifdef WIN in pepper code

Patch by neb@chromium.org
Original review: http://codereview.chromium.org/501124/show
BUG=none
TEST=none

TBR=brettw@chromium.org
Review URL: http://codereview.chromium.org/524051

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35653 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-06 22:14:53 +00:00
brettw@chromium.org a08c8fdd10 Make Pepper plugins work on Linux.
- fix pepper_test_plugin so that it is loaded on Linux

- remove skia & base dependency in test plugin so that it can be compiled with -fPIC
- remove ifdef WIN in pepper code

Patch by neb@chromium.org
Original review: http://codereview.chromium.org/501124/show
BUG=none
TEST=none

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35649 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-06 21:10:23 +00:00
alokp@chromium.org 9faf08eb61 Resubmit 35500: Added an application framework for demos. Ported hellotriangle example in OpenGL ES book to use the application framework.
BUG=26099
TEST=Try running hello_triangle executable, you should see a red triangle.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35647 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-06 20:32:57 +00:00
robertshield@chromium.org 3403b1d3e2 Add the Chrome Frame tests to the chromium_builder target in all.gyp.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/519052

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35624 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-06 15:41:46 +00:00
robertshield@chromium.org 3eb032a26d Some Chrome Frame cleanup:
1) Rearrange the chrome_frame.gyp file to:
  a) Split out most of CF into a static lib to make writing unit tests easier (not having to re-include source files).
  b) Remove most of the un-needed xulrunner-sdk includes.

2) Move all OBJECT_ENTRY_AUTO macros to chrome_tab.cc since they don't work without extra work when residing in a lib.

3) Rename npchrome_tab.dll to npchrome_frame.dll.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35543 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-05 19:16:23 +00:00
rsesek@chromium.org 3bfe98e039 Revert 35500 - Added an application framework for demos. Ported hellotriangle example in OpenGL ES book to use the application framework.
BUG=26099
TEST=Try running hello_triangle executable, you should see a red triangle.
Review URL: http://codereview.chromium.org/465051

TBR=alokp@chromium.org
Review URL: http://codereview.chromium.org/525019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35505 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-05 02:05:33 +00:00
alokp@chromium.org 4fd19682a1 Added an application framework for demos. Ported hello-triangle example in OpenGL ES book to use the application framework.
BUG=26099
TEST=Try running hello_triangle executable, you should see a red triangle.
Review URL: http://codereview.chromium.org/465051

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35500 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-05 01:06:25 +00:00
glider@chromium.org 12543515aa Added the chromium_builder_dbg_tsan_mac target
to increase the cycle speed of the Tsan buildbot on Mac OS.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35217 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-23 12:29:59 +00:00
apatrick@google.com acf974e1aa Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 commands to it via a command buffer.
Added API for managing buffers to Pepper 3D device.

Removed DCHECK from WebPluginImpl::SetWindow that checks against a windowless plugin being given a window handle. Please check this! Now an initially windowless plugin instance gets a handle when it requests a Pepper 3D context. Perhaps the window handle should be concealed from the underlying plugin isntance.

Removed enable_gpu gyp variable and C macro. GPU code is always built on windows but not mac or linux. It is enabled at runtime with the --enable-gpu-plugin switch.

Redesigned CommandBuffer interface so it exposes shared memory through a Buffer. This was necessary because Pepper has no notion of shared memory handles. The Buffer exposes the shared memory as both a handle (through base::SharedMemory) and the mapped address and size.

Refactored CommandBufferEngine so mapped shared memory addresses and sizes are returned with a single call rather than two separate calls.
	
Added 3D demo to pepper test plugin.

TEST=try servers
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35185 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-22 23:28:15 +00:00
benl@chromium.org 6199ed3877 OpenBSD defines.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@34829 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-17 14:49:39 +00:00
evan@chromium.org 2fd1a8253c Changes to build/ from a combination of FreeBSD and OpenBSD patches.
Review URL: http://codereview.chromium.org/491053

git-svn-id: http://src.chromium.org/svn/trunk/src/build@34371 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-11 20:04:06 +00:00
sehr@google.com e46808f558 Make building of pepper_test_plugin only happen on Windows.
In the previous CL I made the build of pepper_test_plugin conditional
but forgot to remove the unconditional reference, leaving the build breakage
on Linux.
TBR=jrg,asargent,skylined
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@34232 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-10 05:24:44 +00:00
sehr@google.com d8b02466a1 Re-enable the build of Pepper support by default (issue 464074, svn revision 34161).
There were problems building Skia and others for the 64-bit linux versions of the
Pepper test plugin, so I have disabled building that plugin except on Windows for now
and added a TODO.

One significant addition to the previous comment lines. The flag enable_gpu=1 now
causes the build definition ENABLE_GPU=1 to allow guarding of dependent code.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@34227 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-10 03:21:14 +00:00
sehr@google.com 0fd4a4c5ca Revert 34161 - Enable Pepper support by default, including building the test plugin.
This is needed because the NaCl plugin code that runs in the renderer
needs to use Pepper APIs all the time, and NaCl support has been enabled
by default for several months now.  To cause an untrusted Pepper plugin
to run in the renderer one needs to specify the internalpepper flag.
I have also removed the enable_pepper flag from gyp.  As the build of the
GPU process was tied to this flag, I have renamed the flag to enable_gpu.
TEST=none
BUG=none

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

TBR=sehr@google.com
Review URL: http://codereview.chromium.org/475004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@34162 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-09 17:45:03 +00:00
sehr@google.com 39017af51a Enable Pepper support by default, including building the test plugin.
This is needed because the NaCl plugin code that runs in the renderer
needs to use Pepper APIs all the time, and NaCl support has been enabled
by default for several months now.  To cause an untrusted Pepper plugin
to run in the renderer one needs to specify the --internal-pepper flag.
I have also removed the enable_pepper flag from gyp.  As the build of the
GPU process was tied to this flag, I have renamed the flag to enable_gpu.
TEST=none
BUG=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@34161 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-09 17:19:22 +00:00
dank@chromium.org d9a7a5e8fe Make no-tcmalloc (really, non-base/allocator) builds work again,
(i.e. this is a plain vanilla build used when layers like base/allocator
are getting in the way of debugging)
and make sure they use msvcrt rather than libcmt
(libcmt is used to help shim malloc/free, but it gets
in the way of valgrind doing the same thing).

Sadly, this is now a gyp-time operation rather than a Configuration
option.

Had to remove hardcoded C prototype for _set_new_mode, 
as that caused link errors.

Also add variables win_{release,debug}_{Optimization,RuntimeLibrary}
to let the valgrind build override those settings.

Fix calling convention on _set_new_mode to match the
one in <new.h>

BUG=none
TEST=build with ~/.gyp/include.gypi set as described in comment in common.gypi, gclient runhooks, do release build, verify all exe's and dll's linked against msvcrt dll


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@33719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-03 21:07:47 +00:00