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

249 Коммитов

Автор SHA1 Сообщение Дата
Adam Roben f04e051eb3 Spew less when reverting changes fails 2014-01-17 13:42:52 -05:00
Adam Roben d438fbe8b1 Remove gsutil repository override
This isn't needed in Chrome 32.
2014-01-17 10:34:55 -05:00
Adam Roben dc9452cf22 Update to Chrome 32.0.1700.77
This is the latest stable release.
2014-01-17 10:34:21 -05:00
Patrick Reynolds 873daa8c57 Merge pull request #38 from brightray/gsutil-svn-url
use custom, fixed for gsutil svn checkout
2014-01-16 10:02:35 -08:00
Patrick Reynolds d9cb951cb6 use custom, fixed for gsutil svn checkout 2014-01-16 11:56:59 -06:00
Adam Roben 8d4fa1311c Merge pull request #36 from brightray/more-headers
Add 'gpu' headers to distribution.
2013-12-23 08:40:39 -08:00
Cheng Zhao 25e96491a9 Add 'gpu' headers to distribution.
Some headers in 'cc' are including headers in 'gpu'.
2013-12-23 23:07:53 +08:00
Adam Roben 2cd1a60b38 Merge pull request #35 from brightray/content-test-suite
Pull in dependencies to make content::ContentTestSuiteBase usable
2013-12-19 06:07:42 -08:00
Adam Roben 6aaa6f572c Pull base_static into test_support_chromiumcontent
This is needed for the kTestChildProcess switch. (base_static.pdb is
already included in the distribution.)
2013-12-19 08:35:15 -05:00
Adam Roben 5f592b4a4c Pull zlib into test_support_chromiumcontent
This is needed by libxml.
2013-12-19 08:35:10 -05:00
Adam Roben d2d2633355 Pull libxml2 into test_support_chromiumcontent
This is needed by Chromium's custom unit test runner.
2013-12-19 08:28:13 -05:00
Adam Roben ee2e80aa49 Merge pull request #33 from brightray/net-with-v8
Add net_with_v8 as dependency of chromiumcontent.
2013-12-06 07:15:39 -08:00
Cheng Zhao 36ad4d5684 Add net_with_v8 as dependency of chromiumcontent.
When setting the proxy service it would randomly crash the application
if using the "SystemProxyResolver", which is not used by Chromium too.
We need to use "ProxyResolverV8" instead, which is well tested, and it
is contained by net_with_v8.
2013-12-05 02:11:34 -08:00
Adam Roben 5cce3860fe Merge pull request #31 from brightray/mac-x64
Get a 64-bit build working on OS X
2013-12-02 13:36:27 -08:00
Adam Roben 038e353f9a Seems we need to set host_arch and target_arch more forcefully 2013-12-02 14:27:01 -05:00
Adam Roben 944cfc414c Build 64-bit on OS X 2013-12-02 14:03:27 -05:00
Adam Roben 4252769640 Merge pull request #32 from brightray/chrome-31
Update to Chrome 31.0.1650.57
2013-12-02 09:53:38 -08:00
Adam Roben f484ce1fc5 Compile content_app into libchromiumcontent
This is needed to get content::ContentMain and friends.
2013-12-02 12:13:56 -05:00
Adam Roben 5d96bdba28 Teach gyp to link libchromiumcontent as C++
As of https://codereview.chromium.org/23475025, gyp will only link
modules as C++ if they contain at least one C++ source file. So now we
include an empty C++ source file in the target.
2013-12-02 10:43:38 -05:00
Adam Roben 325921e273 Move chromiumcontent.gyp into its own directory
This will give us a place to put more files to be copied into src/.
2013-12-02 10:31:15 -05:00
Adam Roben b0f8f55b55 Fix a typo in inside_webkit.patch 2013-11-26 23:24:41 -05:00
Adam Roben 62593be24e Update v8_debug.patch for Chrome 31 2013-11-26 23:17:27 -05:00
Adam Roben 570628a289 Update inside_webkit.patch for Chrome 31 2013-11-26 23:14:52 -05:00
Adam Roben 30ad11999b Update to Chrome 31.0.1650.57
This is the latest stable release of Chrome.
2013-11-26 21:06:48 -05:00
Adam Roben fba7f28bcc Merge pull request #30 from brightray/linux
Add three artifacts to the Linux build
2013-11-18 05:32:33 -08:00
Patrick Reynolds 52e2e7abd3 remove redundant dependencies 2013-11-17 22:54:47 -06:00
Patrick Reynolds 7ddba38836 move the libencryptor.a job out of test_support_chromiumcontent target 2013-11-16 01:11:31 -06:00
Patrick Reynolds b6d507749e flatten libencryptor.a 2013-11-16 01:08:02 -06:00
Patrick Reynolds 8fe70e336b stop forcing standalone_static_library 2013-11-16 00:49:12 -06:00
Patrick Reynolds f8c75f2bc7 create artifact libtest_support_chromiumcontent.a 2013-11-15 23:03:27 -06:00
Patrick Reynolds 804a3fb837 fix location of libnet_test_support.a (again) 2013-11-13 23:22:09 -06:00
Patrick Reynolds 593a0574a0 make libnet_test_support.a not-thin 2013-11-13 22:15:10 -06:00
Patrick Reynolds 4fd0979db6 fix location of libnet_test_support.a 2013-11-13 02:04:20 -06:00
Patrick Reynolds 0799fdd034 bundle up net_test_support 2013-11-13 01:43:48 -06:00
Patrick Reynolds 336a7602a8 bundle up encryptor and gtest 2013-11-13 00:50:05 -06:00
Adam Roben 430d2991ce Merge pull request #29 from brightray/linux
Make the library usable for brightray and chat on Linux
2013-11-12 06:54:04 -08:00
Patrick Reynolds 58d63bfde1 build chrome_sandbox and put it in the .zip 2013-11-11 18:14:19 -06:00
Patrick Reynolds 87c197cfd7 don't use tcmalloc in Linux builds 2013-11-11 16:14:53 -06:00
Adam Roben 21d99bd412 Merge pull request #28 from brightray/xcode-clang
Use Xcode's clang, not Chromium's
2013-10-09 09:57:54 -07:00
Adam Roben fadedd4ee5 Don't try to use Chrome's clang plugins with Xcode's clang 2013-10-09 12:52:57 -04:00
Adam Roben 9f2a77255f Remove an unsupported warning flag 2013-10-09 12:52:57 -04:00
Adam Roben 3a97fe092e Use Xcode's clang instead of Chromium's
This matches what client apps will be using, so will hopefully reduce
errors due to version mismatches. (E.g., clang 5.0 mangles Objective-C++
function names containing Objective-C protocols differently from earlier
versions, which can lead to linker errors.)
2013-10-09 12:52:56 -04:00
Adam Roben 759a8d0947 Remove googleurl/ from the distribution
It was deleted in Chrome 30. See
https://src.chromium.org/viewvc/chrome?revision=216922&view=revision.
2013-10-08 10:56:41 -04:00
Adam Roben bfb2d7bd95 Merge pull request #27 from brightray/chrome-30
Update to the latest Chrome 30 stable release
2013-10-07 13:31:13 -07:00
Adam Roben ea4fe8b69d Patch new Blink headers to use INSIDE_WEBKIT consistently 2013-10-07 11:57:24 -04:00
Adam Roben d22e83da06 Bring back our WebArrayBuffer.h patch
I mistakenly removed it in bd14c33e67. But
the file was just moved, not deleted entirely.
2013-10-07 11:31:31 -04:00
Adam Roben 014c14bcce Remove custom json_cpp gclient variable
DEPS now uses the right SourceForge URL for checking out jsoncpp.
2013-10-07 11:13:22 -04:00
Adam Roben ace5690a16 Update v8::AssertNoGCScope patch for Chrome 30 2013-10-07 10:51:22 -04:00
Adam Roben 412b8c9a67 Update sandbox_win.gypi patch for Chrome 30 2013-10-07 10:49:12 -04:00
Adam Roben bd14c33e67 Update INSIDE_WEBKIT patch for Chrome 30 2013-10-07 10:47:39 -04:00