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

1822 Коммитов

Автор SHA1 Сообщение Дата
dcheng@chromium.org 782f61ad0f Reland with a virtual destructor.
Use XFixes to update the clipboard sequence number.

BUG=73478
TEST=manual testing

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109537 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 23:29:11 +00:00
dcheng@chromium.org b8446d2719 Revert 109528 - Use XFixes to update the clipboard sequence number.
BUG=73478
TEST=manual testing

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

TBR=dcheng@chromium.org
Review URL: http://codereview.chromium.org/8524014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109530 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 23:09:46 +00:00
dcheng@chromium.org 29c5f43fff Use XFixes to update the clipboard sequence number.
BUG=73478
TEST=manual testing

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109528 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 23:01:51 +00:00
derat@chromium.org 3fd942adfe aura: Make the Linux version of IconLoader not require GTK+.
This change makes it use webkit_glue::ImageDecoder instead
of gdk-pixbuf and hides various GTK+ theme-related code
behind TOOLKIT_USES_GTK ifdefs.  Chrome OS is currently
loading its own icons from resources (see r86936 and
http://crosbug.com/129) instead of using IconLoader and
IconManager, so this only removes NOTIMPLEMENTED()s on
non-Chrome-OS Linux Aura builds (along with simplifying the
GTK+ version of the code).

BUG=99494
TEST=manual: download icons are still visible on a gtk+ build

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109527 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 23:01:19 +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
reed@google.com 4033b09a69 revert 109421
Review URL: http://codereview.chromium.org/8462017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 16:25:09 +00:00
epoger@chromium.org ab25313e6f Re-enable Skia by default for Chromium-Mac. See bug for more details.
BUG=101731
Review URL: http://codereview.chromium.org/8520005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 13:32:59 +00:00
scr@chromium.org 34a15b0ef5 Make it possible to include another file and port print_preview unit test to unit_tests.
Print Preview unit_tests were good to tackle because it brought in a dependency on the need
to include another js file.

This also hilighted another need - that of being able to include non-generative js files in gyp
and have them copied to the test_data dir, while doing both generation and copy for gtest files.
I changed the "extension" of files which generate C++ with gtest-like syntax to .gtestjs and
added a copyjs rule to the chrome_tests.gypi.

FWIW, I believe this is mostly needed for unit_tests and only applied it there, although I would
be amenable to also making this change for the webui tests to make it clear that they are not
plain js files.

R=dpapad@chromium.org
BUG=101443,102222
TEST=unit_tests --gtest_filter=PrintPreviewUtilsUnitTest.*

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109310 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-09 21:55:09 +00:00
thakis@chromium.org f304a23f9a Turn on -Wexit-time-destructors for ui and content.
I had hoped to just turn this on globally after fixing all instances, but people
add these fairly often. So enable the warning for clean targets incrementally.

BUG=10600
TEST=none
TBR=ben

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109274 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-09 18:46:07 +00:00
thakis@chromium.org a68fe5da6c Revert 109138 (broke linux shared build) - GURL: Build the unit tests on the components build.
BUG=102738
TEST=none

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

TBR=rvargas@chromium.org
Review URL: http://codereview.chromium.org/8495036

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109144 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-09 00:25:09 +00:00
rvargas@chromium.org 1ba17cc374 GURL: Build the unit tests on the components build.
BUG=102738
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@109138 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-09 00:13:02 +00:00
vollick@chromium.org be9160188a Reenable triggering of screen rotations by sensors.
Depends on http://codereview.chromium.org/8395046

BUG=None
TEST=Visiting about:rotate?right, about:rotate?left, etc. should cause the appropriate screen rotations.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108889 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-07 19:26:30 +00:00
nsylvain@chromium.org 186e9bca59 dummy change to trigger the bots
git-svn-id: http://src.chromium.org/svn/trunk/src/build@108813 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-06 18:03:39 +00:00
jrg@chromium.org 19df5466b9 Android IPC changes.
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108589 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-04 00:14:16 +00:00
glotov@google.com 0a9b0d7ff6 Speculative Revert 108361 - in hope to fix Win Builder 2010
http://build.chromium.org/p/chromium/builders/Win%20Builder%202010%20%28dbg%29/builds/12897


This CL is based on the patch:
   http://codereview.chromium.org/8416025

Use GYP to build nacl_irt

Converts Chrome from using scons to using GYP when building nacl_irt.
This change causes chrome to use GYP based components for untrusted
code. As a benifit, GYP will no longer need to run and scrape scons
output to determine irt dependencies. This also allows us to avoid
invoking scons during the build process.
We roll NaCl deps to get a fix for a simultaneous 32/64 bit build
issue on Windows.

This broke the mac build due to a missing dependency where pthread.h was
unavailable.  This header gets copied to the correct location during the
prep_toolchain action.  I've added the appropriate dependency shown bellow
to the original patch.

This add the addition dependency to ppruntime
      'dependencies': [
        '<(DEPTH)/native_client/src/tools.gyp:prep_toolchain'
      ],

TEST= try
BUG= http://code.google.com/p/chromium/issues/detail?id=96782
Review URL: http://codereview.chromium.org/8440004

TBR=noelallen@google.com
Review URL: http://codereview.chromium.org/8423080

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108446 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-03 11:06:49 +00:00
dmaclach@chromium.org 47046e2928 Remove prebinding which only applies to 10.4 and powerpc.
BUG=None
TEST=Build


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108430 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-03 04:57:49 +00:00
jrg@chromium.org 3d4501d9ed Enable sql_unittests for Android.
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108414 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-03 03:29:20 +00:00
noelallen@google.com c1c1c279e1 This CL is based on the patch:
http://codereview.chromium.org/8416025

Use GYP to build nacl_irt

Converts Chrome from using scons to using GYP when building nacl_irt.
This change causes chrome to use GYP based components for untrusted
code. As a benifit, GYP will no longer need to run and scrape scons
output to determine irt dependencies. This also allows us to avoid
invoking scons during the build process.
We roll NaCl deps to get a fix for a simultaneous 32/64 bit build
issue on Windows.

This broke the mac build due to a missing dependency where pthread.h was
unavailable.  This header gets copied to the correct location during the
prep_toolchain action.  I've added the appropriate dependency shown bellow
to the original patch.

This add the addition dependency to ppruntime
      'dependencies': [
        '<(DEPTH)/native_client/src/tools.gyp:prep_toolchain'
      ],

TEST= try
BUG= http://code.google.com/p/chromium/issues/detail?id=96782
Review URL: http://codereview.chromium.org/8440004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108361 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-02 23:50:22 +00:00
jrg@chromium.org 3b10ae4994 Update android install build deps for virgin run.
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108194 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 23:25:47 +00:00
epoger@chromium.org 07fbe97ac1 Revert 108110 - Set use_skia=1 by default
Reverted because it was killing pagecycler performance

More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default')
BUG=101731
Review URL: http://codereview.chromium.org/8384004

TBR=kerz@chromium.org
Review URL: http://codereview.chromium.org/8386008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108129 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 17:54:24 +00:00
dmichael@chromium.org 15a2f5589d Revert 108116 - Use GYP to build nacl_irt
Converts Chrome from using scons to using GYP when building nacl_irt.
This change causes chrome to use GYP based components for untrusted
code.  As a benifit, GYP will no longer need to run and scrape scons
output to determine irt dependencies.  This also allows us to avoid
invoking scons during the build process.
We roll NaCl deps to get a fix for a simultaneous 32/64 bit build
issue on Windows.

TEST= try
BUG= http://code.google.com/p/chromium/issues/detail?id=96782
Review URL: http://codereview.chromium.org/8416025

TBR=noelallen@google.com
Review URL: http://codereview.chromium.org/8440003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108119 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 17:04:56 +00:00
noelallen@google.com 022a1353e0 Use GYP to build nacl_irt
Converts Chrome from using scons to using GYP when building nacl_irt.
This change causes chrome to use GYP based components for untrusted
code.  As a benifit, GYP will no longer need to run and scrape scons
output to determine irt dependencies.  This also allows us to avoid
invoking scons during the build process.
We roll NaCl deps to get a fix for a simultaneous 32/64 bit build
issue on Windows.

TEST= try
BUG= http://code.google.com/p/chromium/issues/detail?id=96782
Review URL: http://codereview.chromium.org/8416025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108116 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 16:43:40 +00:00
epoger@chromium.org 3d733201bd Set use_skia=1 by default
More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default')
BUG=101731
Review URL: http://codereview.chromium.org/8384004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@108110 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 15:27:12 +00:00
dhollowa@chromium.org 148ab45b34 Trigger build.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107978 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-31 17:49:55 +00:00
thakis@chromium.org f62ce233dc cycle bots more
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107887 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-29 22:51:45 +00:00
thakis@chromium.org be0044c540 cycle bots
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107884 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-29 22:21:34 +00:00
jknotten@chromium.org 9674f158a0 Allow building without notification support.
BUG=None
TEST=Existing


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107708 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-28 10:41:57 +00:00
ben@chromium.org 48f770ab16 Always use skia text rendering on Windows in Aura. GDI rendering is really wonky, and this is a convenient fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8400023

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107608 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-27 19:01:00 +00:00
michaelbai@google.com 3eeced1d59 Make flager public so it can be accessed by subclass
The flager has been used by the other subclass. The previous change
was a mistake.

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107450 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 22:27:37 +00:00
rogerta@chromium.org 47f1493036 Make sure that the builder includes the search app crx in the installer. In
a previous CL I added the crx file and the corresponding change to the json
file, but forgot to add the crx file to the gyp files.

BUG=101500
TEST=Make sure the search app appears in new profiles

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 00:57:06 +00:00
piman@chromium.org f3ac00e498 Enable accelerated compositing of web pages when using webkit compositor
BUG=99517
TEST=http://www.webkit.org/blog/386/3d-transforms/


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107262 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 00:54:46 +00:00
michaelbai@google.com 7589da5ce7 Upstream: Android Test scripts (phase 3)
BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107189 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-25 20:32:49 +00:00
michaelbai@google.com 91f7bc60fe Add Android SDK to system path
As the requirement of third_party/android/testrunner, the Android SDK needs in the system path.

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107130 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-25 16:12:24 +00:00
steveblock@chromium.org 60d399c536 Add ENABLE_JAVA_BRIDGE
This flag allows us to avoid compiling and executing JavaBridge code when the
feature is not required. The flag defaults to off, but is enabled on Android.

BUG=96703

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@107010 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 23:16:18 +00:00
robert.nagy@gmail.com cb91ef8ec3 OpenBSD patches for base and build, part 2
base/base.gyp: 
  - exclude test/test_file_util_linux.cc on OpenBSD because of
    missing fdatasync()

base/base.gypi:
  - include linux_util.cc on OpenBSD too
  - exclude some linux specific files from the OpenBSD build
    because the openbsd implementation is different

base/file_util_posix.cc:
  - Use file_util::GetTempDir directly to get the shm dir
    on !linux

base/sys_info_freebsd.cc:
   - return 0 and do a NOTREACHED() in case sysctlbyname() fails

base/sys_info_openbsd.cc:
  - cleanup includes
  - use arraysize() in the sysctl() call
  - implement SysInfo::MaxSharedMemorySize()

build/common.gypi:
  - -Wno-deprecated is C++ only flag so move it to cflags_cc
  - Do not exclude linux specific files, dirs on OpenBSD since
    90% of it is sharable

base/sys_info_linux.cc:
  - DCHECK if the read string is empty
  - Use base::StringToInt64() to convert the string
    to an int64
  - DCHECK if the returned int64 is okay for a size_t
  - call NOTREACHED() and return 0 if fails

BUG=
TEST=runs on linux?


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106984 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 22:05:27 +00:00
michaelbai@google.com 712740ca27 Upstream: Test scripts for Android (phase 2)
Currently only support run base_unittests

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106953 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 18:59:20 +00:00
maruel@chromium.org d474b07f1d White space change to force a build.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106868 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-23 00:51:36 +00:00
piman@chromium.org fc6bee088b Use WebKit compositor in ui::Layer
BUG=99524
TEST=compositor_unittests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106814 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-22 00:32:46 +00:00
thestig@chromium.org 98dfe18792 Linux: Add a missing debug package to install-build-deps.sh.
Review URL: http://codereview.chromium.org/8374010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106797 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-21 22:52:38 +00:00
rsesek@chromium.org 628da0a423 Gracefully handle child process death in out-of-process plugin loading.
This also queues requests to load plugins, based on http://codereview.chromium.org/8243010/.

BUG=100053
TEST=Install Sonix webcam driver on OS X Lion and try to load a Flash video. It plays.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106738 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-21 17:45:43 +00:00
lipalani@chromium.org a4c52ad64c Revert 106606 - Use WebKit compositor in ui::Layer
BUG=99524
TEST=compositor_unittests


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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106615 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 23:05:52 +00:00
piman@chromium.org 3399f82024 Use WebKit compositor in ui::Layer
BUG=99524
TEST=compositor_unittests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106606 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 22:39:45 +00:00
thakis@chromium.org 4250057b73 clang: Enable using a different compiler path for standalone webkit make builds.
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106595 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 21:52:24 +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
jasonwkim@google.com 2f0bf36f7b Move the definition of disable_nacl% inside a conditional
and remove the explicit commingling of target_arch=arm and disable_nacl
in other parts.
The net effect is that NaCl is still disabled on ARM but is more easily
enabled.

R=bradnelson@google.com
BUG=http://code.google.com/p/chromium/issues/detail?id=61695
BUG=http://code.google.com/p/chromium/issues/detail?id=38909
BUG=http://code.google.com/p/nativeclient/issues/detail?id=135


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106527 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 18:16:11 +00:00
michaelbai@google.com 05349cd3ca Upstream: Test scripts for Android (phase 1)
These are the utilities

BUG=
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106507 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 16:20:47 +00:00
backer@chromium.org f88d8c2510 Update name to match define.
In previous CL, moved VIEW_GPU_IMAGE_TRANSPORT to UI_COMPOSITOR_IMAGE_TRANSPORT at reviewer request. Forgot to move views_gpu_image_transport to ui_compositor_image_transport.

R=ben@chromium.org
BUG=none
TEST=none (CL is a no-op)

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106283 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-19 14:51:33 +00:00
mark@chromium.org 6c8610eb81 OpenBSD patches for base / split from CR #8275005
base/base.gypi:
	- Add native_library_linux.cc to the openbsd build.
	- Add '..' to include_dirs so that OS_* definitions are
	  available in symbolize.cc

base/debug/debugger_posix.cc:
	- Add support for figuring out if the process is being
	  debugged on OpenBSD by sharing some code with Mac.

base/process_util_unittest.cc:
	- Disable the OutOfMemoryTest on OpenBSD

base/third_party/symbolize/symbolize.cc:
	- Include the correct elf header on OpenBSD

build/linux/system.gyp:
	- The dl library is linux only, so only use it there.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106078 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-18 17:41:07 +00:00
yoshiki@chromium.org ce6b3656e3 WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux
Modified gyp to define WEBUI_TASK_MANAGER=1.
And fixed some tests, because they had failed with WEBUI_TASK_MANAGER=1 on Windows.

BUG=99029
TEST=manual, trybots pass


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@106040 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-18 07:05:16 +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