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

830 Коммитов

Автор SHA1 Сообщение Дата
mark@chromium.org e216fc11e6 Let the chromium_code variable be applied in target scope in addition to .gyp
file scope.

This extends r38519, which was incomplete.

To resolve bug 33186, I am trying to turn test_shell.gyp into test_shell.gypi,
and have webkit.gyp include it.  webkit.gyp is not chromium_code, but the
targets in test_shell.gypi are.

BUG=33186
TEST=builds still work, -Werror and friends are still applied (or not)
     correctly
Review URL: http://codereview.chromium.org/600047

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38658 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-10 20:43:18 +00:00
mark@chromium.org cc33daee54 Move build/external_code.gypi into build/common.gypi.
BUG=35184
TEST=none
Review URL: http://codereview.chromium.org/593025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38626 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-10 17:43:28 +00:00
mnaganov@chromium.org 5fe76e7903 Really enable JAVASCRIPT_DEBUGGER WebKit feature for Chromium.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38610 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-10 11:03:39 +00:00
mark@chromium.org 49ecca45e5 Let the chromium_code variable be applied in target scope in addition to .gyp
file scope.

To resolve bug 33186, I am trying to turn test_shell.gyp into test_shell.gypi,
and have webkit.gyp include it.  webkit.gyp is not chromium_code, but the
targets in test_shell.gypi are.

BUG=33186
TEST=builds still work, -Werror and friends are still applied (or not) correctly
Review URL: http://codereview.chromium.org/595010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38519 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-09 22:06:15 +00:00
mmoss@google.com 7925dac29a Make LASTCHANGE work properly for make build.
BUG=22044

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

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

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

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

BUG=none
TEST=confirmed candidate_window compiles as before.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38345 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-08 08:02:12 +00:00
evan@chromium.org c5387b293b linux: build with -Wextra
95% of this is removing "const" from return types, but turning this
on found one bug!  (A "for" loop that expected its iterator to go negative but
which was using an unsigned type.)

BUG=34160

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38266 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-05 22:23:20 +00:00
mnaganov@chromium.org e08f12da8e Enable JAVASCRIPT_DEBUGGER flag. JSC-dependent parts of WebCore were guarded with USE(JSC).
TBR=pfeldman@chromium.org

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38200 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-05 10:03:54 +00:00
bradnelson@google.com f7808d21eb Dropping unconnected obsolete vsprops files.
BUG=8042
TEST=None

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@38016 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-03 21:03:27 +00:00
alokp@chromium.org 6c6c22ee8a Changes necessary to compile gpu demos on linux. It is not functional yet just compiling.
BUG=26099
Review URL: http://codereview.chromium.org/552240

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37977 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-03 17:02:27 +00:00
kbr@google.com 889e7a1dca [GPU] Get GPU process running on the mac
Initial port of GPU process / plugin to Mac OS X. Uses new IOSurface
APIs and therefore currently runs only on 10.6. Alternate strategy
will need to be devised for 10.5.

Slight UI issues remain such as GPU plugins initially showing up in
the wrong place on the page. These will be fixed in follow-on bugs.

Minimal changes made to command buffer code to get it to compile on
Mac OS X. Commented out use of nested anonymous namespaces in
gles2_cmd_decoder.cc which were causing the linker to crash with a seg
fault.

Refactored gyp files so the OS test enabling the GPU plugin is in one
place, common.gypi, and other files test only the variable enable_gpu.

Slight change to gles2_demo_cc.cc to add some simple animation to
verify that updates from the GPU plugin are reaching the screen.
Changed Pepper test plugin to use 3D view by default and commented out
use of audio context because of recent issues.

TEST=none (ran Pepper Test Plugin with 3D view enabled)
BUG=http://crbug.com/25988

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37934 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-03 02:28:48 +00:00
jorlow@chromium.org ecd3f32dd1 Try to fix canaries.
TEST=none
BUG=none
TBR=yaar

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37593 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-30 01:00:29 +00:00
evan@chromium.org 3a1690b684 Use refactored filename rules in net.gyp.
build/common.gypi has some general patterns for filenames on platforms,
e.g. "don't build _win.cc on non-Windows", so we don't need to duplicate
them here.

While I'm at it, add the FreeBSD/OpenBSD tests as well, since
that was what prompted this change.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37553 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-29 22:28:32 +00:00
yutak@chromium.org cf4e03d717 Fix install-build-deps.sh so that it does not interpret a yes-no answer in reverse.
BUG=none
TEST=Run install-build-deps.sh, and answer "Y" to the question "Do you want me to download all packages needed to build new 32 bit package files?". It should proceed to the installation process.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37374 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-28 02:44:26 +00:00
wtc@chromium.org 1bcb873f4f Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.
Fix cpplint nits.

R=evan,pvalchev
BUG=none
TEST=No compilation errors.
Review URL: http://codereview.chromium.org/558008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37358 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-28 00:32:10 +00:00
zork@chromium.org 18bb589b7d Add support for UserIdleTime to Linux.
BUG=32421
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@37136 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-26 19:50:54 +00:00
dkegel@google.com 8a2202e5f1 Add options to install-build-deps.sh to enable unattended mode.
BUG=30328
TEST=run with unattended options, verify no prompt

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

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

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

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

Please fix before re-enabling.

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

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36969 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-23 22:08:50 +00:00
pvalchev@google.com ee62b124ed GYP: recognize OpenBSD/amd64 as x64 as it's called in this world
Review URL: http://codereview.chromium.org/548125

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36939 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-23 02:37:56 +00:00
evan@chromium.org 8cb6aec8b1 linux: always set visibility=hidden
This is necessary to make some plugins work.  Satoru has a patch to
do backtraces in a different manner.

BUG=32762
TEST=about:plugins doesn't call random other plugins the native client plugin

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36778 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-21 20:23:12 +00:00
kuchhal@chromium.org adef5a6234 Revert r36641 "Linux: Enable TCMalloc (Take X)."
Apparently this change is causing random hangs on Linux buildbots.

This reverts commit db71cfd0fea742eb16ec2f38d14f6a0e8aeaa7f9.

TBR=willchan

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36724 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-21 02:46:50 +00:00
willchan@chromium.org b386d1c23a Linux: Enable TCMalloc (Take X).
Async signal safe posix signal handling has landed, so this should be safe to land too.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36641 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-20 18:11:44 +00:00
joth@chromium.org c72cb798cf Enable geolocation at build time, and update the flag to configure it at runtime.
Depends on https://bugs.webkit.org/show_bug.cgi?id=33467

BUG=29182
TEST=Run with & without --enable-geolocation and open LayoutTests/fast/dom/Geolocation/resources/enabled.js

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

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

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

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

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

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







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

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

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

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


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

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

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

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


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36546 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 21:15:06 +00:00
jshin@chromium.org a648021f73 Review URL: http://codereview.chromium.org/545123
git-svn-id: http://src.chromium.org/svn/trunk/src/build@36541 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 20:57:14 +00:00
jrg@chromium.org a31dd79166 Add browser_tests to coverage (note recent mac fixes).
Add platform-specific coverage capability.
Add courgette to windows coverage.

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



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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36502 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-19 00:37:39 +00:00
satorux@chromium.org c12c37967f Hook third_party/chromeos_text_input to all.gyp for Chromium OS.
chromiumos_text_input contains IME candidate window code which is part
of text input suppport for Chromium OS.
See the design doc for details:
http://www.chromium.org/chromium-os/chromiumos-design-docs/text-input

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

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

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

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

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36264 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-14 20:40:43 +00:00
craig.schlenter@chromium.org 9a4d23445f Use no_strict_aliasing=1 by default.
This will turn on -fno-strict-aliasing. There are regular aliasing problems
in the codebase and at least one of these was not caught by -Wall -Werror
so defaulting to -fno-strict-aliasing seems like a good idea especially
given the increased popularity of gcc 4.4 with it's use in karmic, fedora and in
chromeos chroot builds et. al.

The long term plan is to have some test infrastructure in place that will test
4.4 binaries and to fix the aliasing issues.

BUG=28749

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36151 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-13 19:25:42 +00:00
ajwong@chromium.org 074920e79e Currently it only installs the gold linker if it is not installed at all. Version 2.20 is needed to complete a Release build and if the contributor has version 2.19, the gold linker will not be updated.
The checkin gets the version number of ld.  It checks if the version is gold and if it has the correct version number.

Review URL: http://codereview.chromium.org/547021
Patch from brianlum@chromium.org.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36042 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-12 21:28:33 +00:00
piman@chromium.org b3bbbe9dcc linux: add host_arch detection
BUG=31274

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

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

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

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35865 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-09 04:20:20 +00:00
oshima@chromium.org 6308dfb98d official build and buildbots are now chromeos=1
valgrind bots are up (they're still red tho).
I believe it's ready to check this in.

BUG=None
TEST=None

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

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

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

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

TBR: alok

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

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

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

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

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

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

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

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

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35624 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-06 15:41:46 +00:00
piman@chromium.org e2253e06af linux: implement gpu plugin
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35509

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

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

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

3) Rename npchrome_tab.dll to npchrome_frame.dll.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35543 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-05 19:16:23 +00:00
piman@chromium.org 852c6d9af7 Revert 35509 - linux: implement gpu plugin
Review URL: http://codereview.chromium.org/500132

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35511 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-05 04:11:13 +00:00
piman@chromium.org b8481bbd59 linux: implement gpu plugin
Review URL: http://codereview.chromium.org/500132

git-svn-id: http://src.chromium.org/svn/trunk/src/build@35509 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-05 03:07:07 +00:00