dpranke@chromium.org
d06e1fc2a9
build DRT, webkit_unit_tests from individual gyp files.
...
This change toggles the build_webkit_exes_from_webkit_gyp file to 0,
so that we try to build DumpRenderTree and webkit_unit_tests from their
corresponding .gyp files (WebKitUnitTests.gyp and Tools.gyp) rather than
the old WebKit.gyp file. This breaks the circular dependencies between
the executables which depend on webkit_support, which depends on
WebKit.gyp. We now only use the 'webkit' target itself in WebKit.gyp.
R=tony@chromium.org
BUG=105826
TEST=waterfall stays green
Review URL: https://chromiumcodereview.appspot.com/8889039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@118366 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-19 21:51:36 +00:00
sergeyu@chromium.org
674080d51b
Remove webapp_it2me target from remoting.gyp.
...
BUG=109948
Review URL: http://codereview.chromium.org/9148083
git-svn-id: http://src.chromium.org/svn/trunk/src/build@117608 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-13 03:54:58 +00:00
sergeyu@chromium.org
bfefa074fc
Remove more references to the deprecated webapp_it2me.
...
BUG=109948
Review URL: http://codereview.chromium.org/9187039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@117467 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-12 19:09:59 +00:00
jbates@chromium.org
9b34a36f98
Input latency performance test that uses tracing (retry)
...
Original review: http://codereview.chromium.org/8883005/
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
TBR=jbates@chromium.org
Review URL: http://codereview.chromium.org/9077001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@116271 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-04 02:18:26 +00:00
jbates@chromium.org
1af6fb3452
Revert 116191 - Input latency performance test that uses tracing.
...
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
Review URL: http://codereview.chromium.org/8883005
TBR=jbates@chromium.org
Review URL: http://codereview.chromium.org/9071018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@116202 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-03 21:37:55 +00:00
jbates@chromium.org
f144609a1e
Input latency performance test that uses tracing.
...
This CL adds a new gyp target called performance_browser_tests to run the new input latency test as a browser test.
See the comments in latency_tests.cc for an overview of how latency is measured.
Review URL: http://codereview.chromium.org/8883005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@116191 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-03 21:01:59 +00:00
ben@chromium.org
52999b3931
Move the gyp file to ash.
...
http://crbug.com/108457
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/9034017
git-svn-id: http://src.chromium.org/svn/trunk/src/build@115744 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-24 00:19:29 +00:00
cmp@chromium.org
fd262bc749
Add performance_ui_tests to chrome_official_builder.
...
Review URL: http://codereview.chromium.org/9025020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@115632 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-22 22:37:05 +00:00
bradnelson@google.com
0430a8985d
Switching all chromium_builder targets to see if everything builds now
...
(the underlying issues have been resolved).
BUG=None
TEST=None
R=maruel@chromium.org
TBR (will see what the bots do and back out if there are issues).
Review URL: http://codereview.chromium.org/8936003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@114190 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-13 07:34:39 +00:00
sky@chromium.org
aead6cda70
Attempt 3 at:
...
Makes tests either use mock compositor or mock
WebGraphicsContext3D depending upon which compositor we're
running. This is needed to enable ui tests on the bots.
Attempt 2 failed because of last minute changes to chrome_tests.gypi
that I didn't merge properly with. TBRing again.
BUG=104360
TEST=none
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/8890050
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113809 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-09 16:19:03 +00:00
sky@chromium.org
7bd417d13b
Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mock
...
WebGraphicsContext3D depending upon which compositor we're
running. This is needed to enable ui tests on the bots.
I reverted first attempt as it broke some browser_tests. I've
straightened that out in another patch, so this should be good go
again. TBR since it's the same patch as before.
BUG=104360
TEST=none
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/8889022
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/8873037
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113683 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-08 22:52:56 +00:00
sky@chromium.org
51aff0bd6e
Attempt 2 at : Makes tests either use mock compositor or mock
...
WebGraphicsContext3D depending upon which compositor we're
running. This is needed to enable ui tests on the bots.
I reverted first attempt as it broke some browser_tests. I've
straightened that out in another patch, so this should be good go
again. TBR since it's the same patch as before.
BUG=104360
TEST=none
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/8889022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113676 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-08 22:27:21 +00:00
saintlou@chromium.org
57f661e0e4
Fix test failures when calling native char conversion functions (e.g wrctomb).
...
This initialization must have been implicit with gtk. On ChromeOS we go down a different code path for these tests.
TBR=phajdan.jr@chromium.org
BUG=106725
TEST=RTLTest.WrapPathWithLTRFormatting on Aura/Linux.
Review URL: http://codereview.chromium.org/8889002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113614 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-08 17:32:16 +00:00
sky@chromium.org
c2bf1c6be9
Revert 113470 - Makes tests either use mock compositor or mock WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots.
...
BUG=104360
TEST=none
Review URL: http://codereview.chromium.org/8805033
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/8873001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113507 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-07 23:56:31 +00:00
sky@chromium.org
b9934a1777
Makes tests either use mock compositor or mock WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots.
...
BUG=104360
TEST=none
Review URL: http://codereview.chromium.org/8805033
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113470 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-07 21:35:43 +00:00
timurrrr@chromium.org
68b034673b
Don't build sync_unit_tests for TSan/win
...
We don't run it yet it's slow and fails due to too-big PDB files on the bot
TBR=glider
Review URL: http://codereview.chromium.org/8816018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113192 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-06 12:54:51 +00:00
timurrrr@chromium.org
fe15df5cdb
Don't build sync_unit_tests for the Dr.Memory runs
...
We don't run sync_unit_tests now and it's so big and slow it affects both the
performance and the stability of building.
For example, it doesn't build on the Dr.Memory trybot now.
TBR=bruening
Review URL: http://codereview.chromium.org/8816015
git-svn-id: http://src.chromium.org/svn/trunk/src/build@113187 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-06 12:10:05 +00:00
tfarina@chromium.org
eed396681f
views: Move views.gyp to ui/views/.
...
BUG=104039
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8770010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@112561 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-12-01 22:44:56 +00:00
siggi@chromium.org
3f5655abb0
Build a Syzygy-reordered mini_installer.exe.
...
This CL adds an All_syzygy target to the build/all.gyp solution,
that builds a Syzygy-reordered chrome.dll and mini_installer.
If there there is a chrome.dll-order.json file present in the output
directory, chrome.dll will be ordered according to that, otherwise
it will be randomized.
Moved most of mini_installer.gyp to a common .gypi file for reuse.
Review URL: http://codereview.chromium.org/8698009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@111710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-28 16:47:29 +00:00
robert.nagy@gmail.com
3eaf09959c
include yasm and virtual_driver_posix deps on os_posix
...
BUG=
TEST=compile
Review URL: http://codereview.chromium.org/8688005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@111537 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-24 16:14:43 +00:00
stevenjb@chromium.org
2c6abdccde
Build & run unit tests on Aura (Rebase)
...
Applied patch from http://codereview.chromium.org/8665006/
BUG=none
TEST=duh
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/8677014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@111403 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-23 20:30:47 +00:00
ben@chromium.org
f6228d9eeb
Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are obsoleted by Aura. Also remove a bunch of Wayland stuff, since any future Wayland integration is likely done as an implementation detail of Aura, not Views.
...
Specifically:
- views-desktop (classes and NativeWidgetView[s])
- NativeWidgetViews subclasses in Chrome (Constrained Windows, NTCVV, NTCCV, BrowserFrameViews et al).
- RWHVV, NWKEV
- NativeViewHostViews
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8598024
git-svn-id: http://src.chromium.org/svn/trunk/src/build@110832 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-19 04:50:16 +00:00
abodenha@chromium.org
ca84817834
Add virtual driver to official chrome builder output.
...
BUG=
TEST=No visible changes. Virtual printer binaries should now appear on the official builder.
Review URL: http://codereview.chromium.org/8509022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109459 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 18:29:12 +00:00
sadrul@chromium.org
dd5853e029
aura: Make sure the tests we want to compile get built.
...
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8366012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106571 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 20:54:51 +00:00
jamescook@chromium.org
6453844ab5
Aura: unit_tests now run on Linux
...
Marked several tests DISABLED and several tests FAILS. Most are due to functionality that isn't implemented yet on Aura. Filed bugs with Feature-Aura for the ones we need to fix.
BUG=100352
TEST=unit_tests
Review URL: http://codereview.chromium.org/8298007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105962 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-17 23:36:40 +00:00
sky@chromium.org
3326801fa6
Ups the size of the desktop window that is created so tests pass. We
...
likely want to provide a test DesktopHost implementation for the
tests, but this makes a test pass for now. Also, adds
aura_shell_unittests to all.gyp.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8222008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104742 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-10 17:26:08 +00:00
sky@chromium.org
e4295df8d9
Fixes aura build on windows. Makes all tests use the test compositor
...
as the bots don't have the right libraries yet.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8202014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104566 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-07 21:23:56 +00:00
saintlou@chromium.org
fc10c56353
Since both required some effort to compile on ToT this should help avoid regressions.
...
TBR=sky@chromium.org
BUG=97131
TEST=none
Review URL: http://codereview.chromium.org/8159009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104385 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-06 23:08:43 +00:00
sky@chromium.org
b247cfb8ce
Adds aura_builder target to all.gyp so that we can use it from the bots.
...
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8113022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103848 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-04 03:11:01 +00:00
phajdan.jr@chromium.org
66c25d39e8
Add (not yet working) content_browsertests target.
...
This implements ContentBrowserTest and a transparent switch
between content and chrome browser tests.
BUG=90448
Review URL: http://codereview.chromium.org/8036044
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103540 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-30 20:55:09 +00:00
phajdan.jr@chromium.org
c0f11f7c0e
Remove unused qcms library.
...
BUG=98460
Review URL: http://codereview.chromium.org/8079005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103316 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-29 18:28:52 +00:00
ben@chromium.org
77a8380c08
Adds some features to the shell:
...
- desktop background
- stub launcher
- clicking the background opens test windows
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7903018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@101496 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-16 16:37:30 +00:00
ben@chromium.org
8fa174cc18
Don't build this gyp file, it's clearly problematic.
...
git-svn-id: http://src.chromium.org/svn/trunk/src/build@101382 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-15 21:31:56 +00:00
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