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

33 Коммитов

Автор SHA1 Сообщение Дата
dpranke 9cc05b7547 Move //build/module_args/v8.gni to //build_overrides.
The original intent of the build/module_args directory was to
provide a place where different repos could customize settings
as needed depending on their dependencies and needs.

However, given that you can't really yet embed GN by just
deps-ing in //build/config and //build/toolchain, you end up
needing to deps-in all of build, and so there was no good way to
have different settings per-repo in //build/module_args.

This CL changes the approach such that we will have an additional
top-level directory called //build_overrides, which is therefore
separate from //build and can be properly customized.

It is unfortunate that we need to use two top-level directories
for GN, but we don't have a good alternative at this time. Once
we can remove the GYP build and further clean up the structure
and dependencies of //build we will hopefully be able to do better.

R=brettw@chromium.org
BUG=541791

Review URL: https://codereview.chromium.org/1397493004

Cr-Original-Commit-Position: refs/heads/master@{#353690}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d4da5ab4987c2c22d96dcf8c4b3ac2449aa16c0f
2015-10-13 06:21:19 +00:00
dpranke 7041264ccc Remove //build/module_args/mojo.gni.
Now that we're no longer rolling Mojo into Chromium, we
can simplify all of the mojo and mojo-using build files
to just use the settings that are appropriate for Chromium.

The first step in this is to remove the module_args file
and merge //third_party/mojo/src/mojo/public.gni into
//mojo/public/mojo.gni.

A follow-on CL will actually remove the use of the variables
that are still defined in //mojo/public/mojo.gni and get
rid of that file too.

R=rockot@chromium.org, jam@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1390063006

Cr-Original-Commit-Position: refs/heads/master@{#353618}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 36013a053149bf7196c1a5b9e0682945c7a56a5a
2015-10-12 22:58:48 +00:00
dpranke 54932b2110 Remove build/module_args/dart.gni
Now that we're no longer rolling mojo into chrome,
we no longer need to worry about keeping around a
reference to an empty dart.gni file.

R=rockot@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1395013003

Cr-Original-Commit-Position: refs/heads/master@{#353466}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 71a32a6f3f77e5ceb2022087ad7b1aea726fcbf2
2015-10-10 18:39:33 +00:00
dpranke e590bc36ec Remove //build/module_args/nacl.gni
It is now completely unused.

R=mcgrathr@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1390913007

Cr-Original-Commit-Position: refs/heads/master@{#353417}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ed48a698b35b4900a124804b89ff6e408a8a430d
2015-10-09 23:18:07 +00:00
domenic 1c9b1da178 Implement ByteLengthQueuingStrategy
This implements the ByteLengthQueuingStrategy class, using experimental V8
extras (so that it will only show up with experimental web platform features
enabled). It is a very simple initial step toward implementing ReadableStream
using the same mechanisms.

BUG=503491
R=yhirano@chromium.org,tyoshino@chromium.org,jochen@chromium.org

Review URL: https://codereview.chromium.org/1378213002

Cr-Original-Commit-Position: refs/heads/master@{#352951}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f630fa0f19dec2f48f4cdd1fcc94488ebe6d3d9e
2015-10-07 21:46:30 +00:00
rockot 26753e5f1d Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
Re-land number two. Now with cherry-picked android test fix.

BUG=None
TBR=jam@chromium.org,ben@chromium.org
TBR=mfoltz@chromium.org
TBR=mek@chromium.org
TBR=xhwang@chromium.org
TBR=shess@chromium.org

Review URL: https://codereview.chromium.org/1311043003

Cr-Original-Commit-Position: refs/heads/master@{#345106}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b6a14b7a0263778a0f04a0c6999d6737f5ee2a0a
2015-08-24 17:24:56 +00:00
rockot e0d52f8ec2 Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #1 id:1 of https://codereview.chromium.org/1310103002/ )
Reason for revert:
Looks like this breaks mojo_system_unittests on Android...

http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20GN&number=29595

Original issue's description:
> Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
>
> Re-land. Previously conflicted with another CL that landed
> just before the roll.
>
> BUG=None
> TBR=jam@chromium.org,ben@chromium.org
> TBR=mfoltz@chromium.org
> TBR=mek@chromium.org
> TBR=xhwang@chromium.org
> TBR=shess@chromium.org
>
> Committed: https://crrev.com/0bfe154baad9ddfb1f0c6ecc7cace36e8f430e75
> Cr-Commit-Position: refs/heads/master@{#344994}

TBR=ben@chromium.org,jam@chromium.org,mek@chromium.org,mfoltz@chromium.org,shess@chromium.org,xhwang@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=None

Review URL: https://codereview.chromium.org/1309103002

Cr-Original-Commit-Position: refs/heads/master@{#344996}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: bd9bf5a43f904f59ebac4f0982a3e3ddddf61e4b
2015-08-23 01:42:53 +00:00
rockot 4afb8b7531 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
Re-land. Previously conflicted with another CL that landed
just before the roll.

BUG=None
TBR=jam@chromium.org,ben@chromium.org
TBR=mfoltz@chromium.org
TBR=mek@chromium.org
TBR=xhwang@chromium.org
TBR=shess@chromium.org

Review URL: https://codereview.chromium.org/1310103002

Cr-Original-Commit-Position: refs/heads/master@{#344994}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 0bfe154baad9ddfb1f0c6ecc7cace36e8f430e75
2015-08-22 23:41:36 +00:00
yosin b680e2e24b Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #3 id:120001 of https://codereview.chromium.org/1296453004/ )
Reason for revert:
Compilation error by missing include file:

../../content/renderer/usb/web_usb_client_impl.cc -o obj/content/renderer/renderer/web_usb_client_impl.o
In file included from ../../content/renderer/usb/web_usb_client_impl.cc:14:
../../content/renderer/usb/web_usb_device_impl.h:17:10: fatal error: 'third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h' file not found
#include "third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h"

FAILED: /mnt/data/b/build/goma/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/content/renderer/renderer/web_usb_client_impl.o.d -DV8_DEPRECATION_WARNINGS -DCLD_VERSION=2 -DENABLE_MDNS=1 -DENABLE_NOTIFICATIONS -DENABLE_PEPPER_CDMS -DENABLE_PLUGINS=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DDONT_EMBED_BUILD_METADATA -DUSE_UDEV -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_ASH=1 -DUSE_AURA=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_CLIPBOARD_AURAX11=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_GLIB=1 -DUSE_OPENSSL=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DENABLE_WEBRTC=1 -DENABLE_EXTENSIONS=1 -DENABLE_CONFIGURATION_POLICY -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_SERVICE_DISCOVERY=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_GOOGLE_NOW=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_HIDPI=1 -DENABLE_TOPCHROME_MD=1 -DV8_USE_EXTERNAL_STARTUP_DATA -DENABLE_BACKGROUND=1 -DENABLE_PRE_SYNC_BACKUP -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DSAFE_BROWSING_SERVICE -DCHROMIUM_BUILD -DENABLE_MEDIA_ROUTER=1 -DFIELDTRIAL_TESTING_ENABLED -DCR_CLANG_REVISION=245402-1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DCOMPONENT_BUILD -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_GLIBCXX_DEBUG=1 -DCONTENT_IMPLEMENTATION -DBORINGSSL_SHARED_LIBRARY -DGL_GLEXT_PROTOTYPES -DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DSKIA_DLL -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_SUPPORT_GPU=1 -DGTEST_HAS_POSIX_RE=0 -DGTEST_LANG_CXX11=0 -DGTEST_HAS_RTTI=0 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_LIBJPEG_TURBO=1 -DCHROME_PNG_WRITE_SUPPORT -DPNG_USER_CONFIG -DV8_SHARED -DUSING_V8_SHARED -DMOJO_USE_SYSTEM_IMPL -D_DEBUG -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DLINUX -DWEBRTC_LINUX -DWEBRTC_POSIX -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DPROTOBUF_USE_DLLS -DMESA_EGL_NO_X11_HEADERS -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_LINUX -I../.. -Igen -I/usr/include/nss -I/usr/include/nspr -I../../third_party/boringssl/src/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I../../third_party/khronos -I../../gpu -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/effects -I../../third_party/skia/include/images -I../../third_party/skia/include/lazy -I../../third_party/skia/include/pathops -I../../third_party/skia/include/pdf -I../../third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/include/gpu -I../../third_party/skia/src/gpu -I../../third_party/libwebp -I../../testing/gtest/include -I../../third_party/WebKit -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/npapi -I../../third_party/npapi/bindings -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../third_party/qcms/src -I../../v8/include -I../../third_party/mojo/src -Igen/third_party/mojo/src -I../../third_party/webrtc/overrides -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../testing/gtest/include -I../../third_party -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/protobuf/src -I../../third_party/protobuf -Igen -I../../third_party/mesa/src/include -I../../third_party/libyuv -I../../third_party/libyuv/include -I../../third_party/webrtc/overrides -I../../third_party -I../../third_party/webrtc/modules/interface -I../../third_party/webrtc/modules/audio_device/include -I../../third_party/webrtc/modules/audio_device/dummy -I../../third_party/libvpx/source/libvpx -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -m64 -march=x86-64 -funwind-tables -fPIC -pipe -pthread -B../../third_party/binutils/Linux_x64/Release/bin -fcolor-diagnostics -Wall -Wsign-compare -Wendif-labels -Werror -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-char-subscripts -Wno-covered-switch-default -Wno-deprecated-register -Wno-unneeded-internal-declaration -Wno-reserved-user-defined-literal -Wno-inconsistent-missing-override -Wno-shift-negative-value -fvisibility=hidden -Xclang -load -Xclang ../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -plugin-arg-find-bad-constructs -Xclang check-templates -Xclang -add-plugin -Xclang find-bad-constructs -Wheader-hygiene -Wstring-conversion -O0 -g2 -gsplit-dwarf -Wno-header-guard -Wno-incompatible-pointer-types -Wthread-safety -fno-threadsafe-statics -fvisibility-inlines-hidden -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=gnu++11 -fno-rtti -fno-exceptions -c ../../content/renderer/usb/web_usb_client_impl.cc -o obj/content/renderer/renderer/web_usb_client_impl.o
In file included from ../../content/renderer/usb/web_usb_client_impl.cc:14:
../../content/renderer/usb/web_usb_device_impl.h:17:10: fatal error: 'third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h' file not found
#include "third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h"

Original issue's description:
> Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
>
> This updates lots of code which was missing an include of
> mojo/public/cpp/bindings/binding.h (which used to be included
> transitively from mojom-generated headers), and gets rid of
> references to mojo::ErrorHandler.
>
> BUG=None
> TBR=jam@chromium.org,ben@chromium.org
> TBR=mfoltz@chromium.org
> TBR=mek@chromium.org
> TBR=xhwang@chromium.org
> TBR=shess@chromium.org
>
> Committed: https://crrev.com/0b56a692d5c342a7093c361ff6ccb464c9d54947
> Cr-Commit-Position: refs/heads/master@{#344957}

TBR=ben@chromium.org,jam@chromium.org,rockot@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=None

Review URL: https://codereview.chromium.org/1311613002

Cr-Original-Commit-Position: refs/heads/master@{#344959}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: b83114bc5c6ad0b6bfef4f0589bd49216630169c
2015-08-22 03:03:25 +00:00
rockot 4461c0182c Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
This updates lots of code which was missing an include of
mojo/public/cpp/bindings/binding.h (which used to be included
transitively from mojom-generated headers), and gets rid of
references to mojo::ErrorHandler.

BUG=None
TBR=jam@chromium.org,ben@chromium.org
TBR=mfoltz@chromium.org
TBR=mek@chromium.org
TBR=xhwang@chromium.org
TBR=shess@chromium.org

Review URL: https://codereview.chromium.org/1296453004

Cr-Original-Commit-Position: refs/heads/master@{#344957}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 0b56a692d5c342a7093c361ff6ccb464c9d54947
2015-08-22 02:46:16 +00:00
domenic 3ebe690f59 Add v8_experimental_extra_library_files gn parameter
This is required for https://codereview.chromium.org/1284413002

R=brettw@chromium.org
BUG=507137

Review URL: https://codereview.chromium.org/1298003004

Cr-Original-Commit-Position: refs/heads/master@{#344278}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 106badddb9b745f73e56909864e12fbeef6f4003
2015-08-19 18:26:43 +00:00
sdefresne 2bfe6c678e v8_use_external_startup_data should be false on iOS
iOS does not build V8, so v8_use_external_startup_data should be
false when target_os is "ios".

BUG=459705

Review URL: https://codereview.chromium.org/1249043002

Cr-Original-Commit-Position: refs/heads/master@{#339915}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 9ca6cf93217b02c8a8ae5b183e9f0dc4adeba58b
2015-07-22 18:16:33 +00:00
brettw c87eb9212b Add a nacl module args file.
This is being added to the nacl directory and the Chrome one needs to match.

TBR=bradnelson@chromium.org

Review URL: https://codereview.chromium.org/1198633002

Cr-Original-Commit-Position: refs/heads/master@{#335364}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 53e14ad309ecde58d21f261f9a8297a98f7ae4f5
2015-06-19 22:27:23 +00:00
rockot 053761b07c Update mojo sdk to rev bdbb0c7e396fc4044a8b194058d7a7e529715286
Adds flag to build/module_args/mojo.gni to turn off SDK network service.

Updates callsites of mojo::embedder::CreateChannel to remove
an argument.

BUG=None
TBR=ben@chromium.org

Review URL: https://codereview.chromium.org/1179733005

Cr-Original-Commit-Position: refs/heads/master@{#334204}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 3b2e73c9e794a80a6ae44b4b953d7df477fb66c2
2015-06-12 18:40:42 +00:00
rockot 8d522be817 Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f
Relanding this. Was reverted due to some type conversion errors
on Win x64 GN dbg (guess because MSVS 2012?)

Just noticed the revert. Will upstream the Mojo fix later.

BUG=None
TBR=jam@chromium.org

Review URL: https://codereview.chromium.org/1157843002

Cr-Original-Commit-Position: refs/heads/master@{#331246}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 7b6d64a6dabbba0f2ce3dd4429fdc79d4aabc898
2015-05-24 06:18:50 +00:00
Steven Holte 924be35d0c Revert "Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f"
This appears to cause build failure.
http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN%20%28dbg%29/builds/1908

This reverts commit 8ddc364fd10bcfe1a4332f0f66be4e5db84e39b6.

TBR=rockot,jam

BUG=

Review URL: https://codereview.chromium.org/1157573002

Cr-Original-Commit-Position: refs/heads/master@{#331047}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 0774f95f34b869875cfa0191175d50fe9a297c4a
2015-05-22 02:16:14 +00:00
rockot 87ba8c4ed8 Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f
BUG=None
R=jam@chromium.org

Review URL: https://codereview.chromium.org/1142043005

Cr-Original-Commit-Position: refs/heads/master@{#331044}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 8ddc364fd10bcfe1a4332f0f66be4e5db84e39b6
2015-05-22 01:42:32 +00:00
domenic 88ca784d60 Add v8_extra_library_files to gn
This is required for https://codereview.chromium.org/1129743003/

R=jochen@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1127133002

Cr-Original-Commit-Position: refs/heads/master@{#328536}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: a1180e3ef61fe954a8333b6d9df2a691a5034b6d
2015-05-06 15:05:58 +00:00
msw 50f70991b5 Define mojo_build_mojo_shell_from_source = true
Chromium builds its own mojo_shell from forked source.

This logic was originally changed incorrectly:
  https://codereview.chromium.org/1049993002/diff/170001/third_party/mojo/src/mojo/public/mojo.gni
That was clobbered in the latest Mojo->Chromium roll:
  https://codereview.chromium.org/1082343002/diff/40001/third_party/mojo/src/mojo/public/mojo.gni

BUG=NONE
TEST=mojo_shell binary built from chromium repo.
R=jam@chromium.org
TBR=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1087333002

Cr-Original-Commit-Position: refs/heads/master@{#325322}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f8d7df392c96b8b7bf5ed95cd31176cebddb3889
2015-04-15 22:07:32 +00:00
halton.huo 4e84e0ef22 Support of specify local prebuilt network service apptests file.
Same as https://codereview.chromium.org/983143003, we need specify
network_service_apptests.mojo as well.

BUG=472609

Review URL: https://codereview.chromium.org/1048413002

Cr-Original-Commit-Position: refs/heads/master@{#323656}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 78d4a7e127b51a315bbb0b26aadd7e601a50e50f
2015-04-03 07:43:20 +00:00
torne 1f6e035226 Remove most android_webview_build conditions from build.
Remove most references to android_webview_build from the build directory
now that we no longer support that build configuration. Fold conditions
into their parents where appropriate. Leave the variable itself defined
to 0 as not all uses in the tree have been removed yet.

A few references are left alone here and will be removed separately in
later changes that will be larger refactorings to eliminate other
variables.

BUG=440793

Review URL: https://codereview.chromium.org/1043913002

Cr-Original-Commit-Position: refs/heads/master@{#323013}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: c6fe7a775af41cd98533e89a902b8b67044caa87
2015-03-31 11:51:32 +00:00
sky fec66e9cd6 Update mojo sdk to rev 912f52f69dadbe1e3cf9576f26731863770bcfc3
R=brettw@chromium.org, jamesr@chromium.org
TBR=jamesr@chromium.org
BUG=none
TEST=none

Review URL: https://codereview.chromium.org/1035933002

Cr-Original-Commit-Position: refs/heads/master@{#322518}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ce9161d6ac923454351a5e0d68dc1d25079c65a3
2015-03-27 01:51:48 +00:00
sky 6ebd1d4e30 Update mojo sdk to rev cb6c5abfadfea0ca73dca466e2894554ac1ae144
R=brettw@chromium.org, erg@chromium.org, jamesr@chromium.org
TBR=jamesr@chromium.org

Review URL: https://codereview.chromium.org/1029113005

Cr-Original-Commit-Position: refs/heads/master@{#322083}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: e912c8f996d898a1232d885988a54010f8ed0105
2015-03-24 22:44:38 +00:00
rockot f84f308247 Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18
BUG=
TBR=jamesr@chromium.org for third_party/mojo
TBR=dpranke@chromium.org for build

Review URL: https://codereview.chromium.org/1019173002

Cr-Original-Commit-Position: refs/heads/master@{#321388}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ad6b6cbf77962ba99de7180403d30845484e2640
2015-03-19 17:55:13 +00:00
sky 7242d0b460 Adds a boolean to indicate if v8 should use the correct architecture
This is needed so that I can land patches straddling the v8 and chrome
repos.

BUG=465456
TEST=none
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/987373002

Cr-Original-Commit-Position: refs/heads/master@{#319899}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d4b61b40e3f5568f599f944ee93294ce8af62348
2015-03-10 16:43:02 +00:00
halton.huo 8576fcbe6b Support of specify local prebuilt network service file.
This change is chromium part of
https://codereview.chromium.org/921053003/

And out-of-date TODO is removed as well.

TEST=
BUG=458409

Review URL: https://codereview.chromium.org/983143003

Cr-Original-Commit-Position: refs/heads/master@{#319783}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 176dd4a94f2fbea1d0962888b3f62bdc21e76cd7
2015-03-10 00:04:30 +00:00
blundell 0f6c87640a Prepare for new variable to build Mojo network service from source
https://codereview.chromium.org/939753003/ will change the name of the variable
used to build the network service from source. This CL prepares for that
change.

Review URL: https://codereview.chromium.org/944843002

Cr-Original-Commit-Position: refs/heads/master@{#317386}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4ebbe7388d44ffd8d235b85efddfa13b09bd50ed
2015-02-20 20:25:03 +00:00
blundell 5135accfd6 Prepare //build/module_args/mojo.gni for upcoming Mojo rolls
These variables will start being used by BUILD.gn files in the Mojo
repo shortly, so ensure that Chromium has the right values set for them.

Review URL: https://codereview.chromium.org/921763002

Cr-Original-Commit-Position: refs/heads/master@{#315991}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ac3f7624d4f83ba067e16e9fc49c4ad87fa38841
2015-02-12 16:51:35 +00:00
viettrungluu dbb9586cc5 Update mojo sdk to rev 1027d24a1f68c6d10b7539b32114f1272b2cc9f1
Also apply mojo 847492f4cfc15daf55fde59372a84c677689eb55 (https://codereview.chromium.org/919443002/).

Also apply mojo e9827c5507b1c0435f8a4e9987ff5bd044b21ac9 (https://codereview.chromium.org/915953002/).

Also add an effectively blank //build/module_args/mojo.gni.

TBR=jamesr@chromium.org
NOPRESUBMIT=true
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win8_chromium_gn_dbg,win8_chromium_gn_rel

Review URL: https://codereview.chromium.org/917433003

Cr-Original-Commit-Position: refs/heads/master@{#315802}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f84e88c1edd40b03ed85b2858a8b5769f35ad34b
2015-02-11 18:55:15 +00:00
rmcilroy df6c916fd5 [GN] Set v8_use_external_snapshot_data for the same configurations as GN.
BUG=421063

Committed: https://crrev.com/def2eb00493259ff297e8792fee35dc7dc2204b5
Cr-Commit-Position: refs/heads/master@{#308779}

Review URL: https://codereview.chromium.org/796903002

Cr-Original-Commit-Position: refs/heads/master@{#308793}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 5837d33dbfd3d22dbf08182c8b893173b82ccc0d
2014-12-17 14:31:35 +00:00
rmcilroy cd69dd7bc3 Revert of [GN] Set v8_use_external_snapshot_data for the same configurations as GN. (patchset #2 id:40001 of https://codereview.chromium.org/796903002/)
Reason for revert:
Revert for breaking Android GN bot

Original issue's description:
> [GN] Set v8_use_external_snapshot_data for the same configurations as GN.
>
> BUG=421063
>
> Committed: https://crrev.com/def2eb00493259ff297e8792fee35dc7dc2204b5
> Cr-Commit-Position: refs/heads/master@{#308779}

TBR=brettw@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=421063

Review URL: https://codereview.chromium.org/808833003

Cr-Original-Commit-Position: refs/heads/master@{#308781}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: eb0f9c17e6e007246cac5c55db217df8fd290f64
2014-12-17 12:11:18 +00:00
rmcilroy 202a87a338 [GN] Set v8_use_external_snapshot_data for the same configurations as GN.
BUG=421063

Review URL: https://codereview.chromium.org/796903002

Cr-Original-Commit-Position: refs/heads/master@{#308779}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: def2eb00493259ff297e8792fee35dc7dc2204b5
2014-12-17 11:45:03 +00:00
baixo 6fa4397326 Enable external V8 snapshot on Android through GN.
BUG=421063

Review URL: https://codereview.chromium.org/753103003

Cr-Original-Commit-Position: refs/heads/master@{#306875}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 1660022c515b379091f061eaffd7a6c310ca959b
2014-12-04 20:09:03 +00:00