- 26 Apr, 2014 40 commits
-
-
wjia@chromium.org authored
> Disable TabCaptureApiPixelTest::EndToEnd - failing in mac builders > > BUG=367349 > > Review URL: https://codereview.chromium.org/259873003 TBR=rmsousa@chromium.org Review URL: https://codereview.chromium.org/258733010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266371 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266369 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266367 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
> Roll webrtc 5963 -> 5979 > > R=ronghuawu@chromium.org > > Review URL: https://codereview.chromium.org/256633003 TBR=wjia@chromium.org Review URL: https://codereview.chromium.org/252753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266366 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It is failing on the trybots (but not on the main waterfall for some reason). File "E:\b\build\slave\win\build\src\tools\perf\measurements\rasterize_and_record_micro_unittest.py", line 47, in testRasterizeAndRecordMicro self.assertGreater(record_time[0].GetRepresentativeNumber(), 0) AssertionError: 0 not greater than 0 NOTRY=True TBR=skyostil@chromium.org NOTREECHECKS=true Review URL: https://codereview.chromium.org/258933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266365 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/253593004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266364 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BitmapFetcher just needs a RequestContext and not a whole profile. This is needed by https://codereview.chromium.org/222313005/, where we don't want to add an implicit Profile dependency to the ProfileInfoCache. BUG=305048 TEST=Existing tests. Review URL: https://codereview.chromium.org/253623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266363 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
This CL adds the initial function and object type definitions of the chrome.bluetoothSocket API. This API will replace the socket-related functions in the existing chrome.bluetooth API and is intended to supply the Bluetooth Classic complement to the chrome.bluetoothLowEnergy API. Unlike the sockets API, there is no separation of client and server because such separation is not clearly defined in Bluetooth profiles either. It will not be uncommon for an application to attempt to make a connection, and if it fails, fall back to listening instead, for example. All functions currently return an error when invoked. BUG=349475,364581 TBR=mkearney Review URL: https://codereview.chromium.org/246883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266362 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=miket@chromium.org BUG=154452 Review URL: https://codereview.chromium.org/249083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266361 0039d316-1c4b-4281-b951-d872f2087c98
-
arnarb@chromium.org authored
TBR=kalman BUG=361199 Review URL: https://codereview.chromium.org/256593005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266360 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
The Hotword extension relies on other means to communicate usage of the microphone. See details in issue. BUG=360662 TEST=Due to issues with the extension's use of WebAudio and recent changes in Blink, the functionality of the extension can't be easily verified but I verified via the debug console that the extension successfully completes a getUserMedia call and the system tray icon isn't shown (due to the whitelist). R=xians@chromium.org Review URL: https://codereview.chromium.org/251503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266359 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Changing aura::test::EventGenerator to send events through EventSource instead of through EventProcessor. This way EventRewriters get hit by the test event flow. Review URL: https://codereview.chromium.org/250953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266358 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
Move java LibraryLoader into cronet.jar. BUG=354143 Review URL: https://codereview.chromium.org/250683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266357 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=none NOTRY=True R=grt@chromium.org Review URL: https://codereview.chromium.org/255893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266356 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=364292 Review URL: https://codereview.chromium.org/240283011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266355 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
These are just compositing triggers. GPU_FEATURE_TYPE_ACCELERATED_VIDEO is completely ignored, and there's no reason to disable the compositing trigger since FCM is always on in production. BUG=362164 Review URL: https://codereview.chromium.org/240253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266354 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/258693007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266353 0039d316-1c4b-4281-b951-d872f2087c98
-
robliao@chromium.org authored
Removed the error signalling to prevent log spam from the runtime.lastError checks for non-existent alarms. BUG=367136 Review URL: https://codereview.chromium.org/258793006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266352 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This removes duplicate shader code, makes it easier to support additional texture targets and implements on demand initialization of shaders. BUG=366710 Review URL: https://codereview.chromium.org/255763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266351 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Fullscreen/immersive mode is allowed in touch view mode, the shelf gets hidden and an edge swipe brings the shelf back. Allowing immersive / full screen mode in maximize mode BUG=359606 TEST=ash tests and visual Review URL: https://codereview.chromium.org/247363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266350 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
This CL does small refactoring extension_toolbar_model.cc before removing NOTIFICATION_EXTENSION_UNLOADED and NOTIFICATION_EXTENSION_LOADED. BUG=354046 TEST=browser_tests --gtest_filter=ExtensionToolbarModelTest.* Review URL: https://codereview.chromium.org/256783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266349 0039d316-1c4b-4281-b951-d872f2087c98
-
brianderson@chromium.org authored
This moves the vsync throttling enabled/disabled logic and the synthetic/emulated BeginFrame logic out of OutputSurface and moves it to the Scheduler. This then allows us to also remove the retroactive BeginFrame logic from OutputSurface since the Scheduler also has retroactive BeginFrame logic. BUG=246861 BUG=251909 Review URL: https://codereview.chromium.org/221833009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266348 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
We should consider having cr_setPatternPhase make the call to cr_viewBeingDrawnTo, but that has some layering issues (base versus chrome), and fixing them would be merge-unfriendly. TBR=avi BUG=363750 Review URL: https://codereview.chromium.org/250703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266347 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/257823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266346 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266345 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
The NonBlockingDataTypeController tracks the sync state of a non-blocking data type and sends signals to its components from the UI thread. It is responsible for enabling and disabling sync for a data type according to user preference and the availbility of the sync backend. This CL also includes some changes to the NonBlockingDataTypeProcessor, which is currently just a stub of what will eventually become non-blocking sync's model thread component, so that it can be used in testing NonBlockingDataTypeController. BUG=351005 Review URL: https://codereview.chromium.org/249843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266344 0039d316-1c4b-4281-b951-d872f2087c98
-
fdegans@chromium.org authored
Applied IsSystemLibrary patch from aosp. https://android-review.googlesource.com/#/c/91371/ BUG= Review URL: https://codereview.chromium.org/254813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266343 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
The apk builder doesn't like the EMPTY file in the apk directory, moving it to .empty solves the issue. R=abarth@chromium.org Review URL: https://codereview.chromium.org/251373007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266342 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This adds a new GN template for generating static extensions API library bundles from sets of schemas. It also adds invocations of the template for core extensions and apps API targets. BUG=None TBR=kalman Review URL: https://codereview.chromium.org/256453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266341 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=oshima@chromium.org TBR=oshima@chromium.org BUG=362633 TEST=green tree (specifically sizes) Review URL: https://codereview.chromium.org/259953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266336 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
In IsTypeSupported() call, when the codec string in the mime type contains extra commas, e.g. ",vorbis", an empty codec will be passed into IsSupportedContainerAndCodecs. In this case, we should ignore that codec instead of assuming it's not empty. BUG=362769 TEST=Layout test crash is fixed. R=ddorwin@chromium.org Review URL: https://codereview.chromium.org/254913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266335 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266330 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
- replace "UNADDRESSABLE ACCESS" with "UNINITIALIZED READ" TBR=bruening@chromium.org BUG=340752 Review URL: https://codereview.chromium.org/256913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266328 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266327 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Revert of NaCl: Update revision in DEPS, r13018 -> r13078. (https://codereview.chromium.org/249153003/) Reason for revert: Breaks official build on chromium.perf waterfall. FAILED: cd ../../native_client/src/shared/gio; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=gio_lib; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release/../../native_client/src/shared/gio; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../../../native_client/build/build_nexe.py -t ../../../../out/Release/gen/sdk/ --arch x86-32 --build glibc_nso --root ../../../.. --name ../../../../out/Release/gen/tc_glibc/lib32/libgio.so --objdir ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib "--include-dirs=../../../../out/Release/gen/tc_glibc/include ../../../.. ../../../src/third_party ../../../.." "--compile_flags=-m32 -fPIC -fomit-frame-pointer -fasynchronous-unwind-tables -O2 -g -Wall -fdiagnostics-show-option -Werror " --gomadir "" "--defines=__linux__ \"__STDC_LIMIT_MACROS=1\" \"__STDC_FORMAT_MACROS=1\" \"_GNU_SOURCE=1\" \"_BSD_SOURCE=1\" \"_POSIX_C_SOURCE=199506\" \"_XOPEN_SOURCE=600\" \"DYNAMIC_ANNOTATIONS_ENABLED=1\" \"DYNAMIC_ANNOTATIONS_PREFIX=NACL_\" \"NACL_BUILD_ARCH=x86\" V8_DEPRECATION_WARNINGS BLINK_SCALE_FILTERS_AT_RECORD_TIME \"NACL_LINUX=0\" \"NACL_ANDROID=0\" \"NACL_OSX=1\" \"NACL_WINDOWS=0\" GOOGLE_CHROME_BUILD ENABLE_RLZ \"USE_LIBJPEG_TURBO=1\" ENABLE_ONE_CLICK_SIGNIN \"ENABLE_REMOTING=1\" \"ENABLE_WEBRTC=1\" USE_PROPRIETARY_CODECS ENABLE_PEPPER_CDMS ENABLE_CONFIGURATION_POLICY ENABLE_INPUT_SPEECH ENABLE_NOTIFICATIONS \"ENABLE_HIDPI=1\" DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY SYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE \"ENABLE_EGLIMAGE=1\" \"ENABLE_TASK_MANAGER=1\" \"ENABLE_EXTENSIONS=1\" \"ENABLE_PLUGIN_INSTALLATION=1\" \"ENABLE_PLUGINS=1\" \"ENABLE_SESSION_SERVICE=1\" \"ENABLE_THEMES=1\" \"ENABLE_AUTOFILL_DIALOG=1\" \"ENABLE_BACKGROUND=1\" \"ENABLE_GOOGLE_NOW=1\" \"CLD_VERSION=2\" \"ENABLE_FULL_PRINTING=1\" \"ENABLE_PRINTING=1\" \"ENABLE_SPELLCHECK=1\" \"ENABLE_CAPTIVE_PORTAL_DETECTION=1\" \"ENABLE_APP_LIST=1\" \"ENABLE_SETTINGS_APP=1\" \"ENABLE_MANAGED_USERS=1\" \"ENABLE_SERVICE_DISCOVERY=1\" \"NACL_TARGET_SUBARCH=32\" \"NACL_TARGET_ARCH=x86\" \"NACL_BUILD_SUBARCH=32\" \"NACL_BUILD_ARCH=x86\"" "--link_flags=-m32 -B../../../../out/Release/gen/tc_glibc/lib32 " "--source-list=../../../../out/gypfiles/native_client/src/shared/gio/glibc-x86-32-so.gio_lib.source_list.gypcmd" /Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/bin/ld: cannot find crti.o: No such file or directory /Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/bin/ld: cannot find crtbeginS.o: No such file or directory collect2: ld returned 1 exit status ../../../../out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/x86_64-nacl-g++ -o ../../../../out/Release/gen/tc_glibc/lib32/libgio.so -Wl,--as-needed ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gio_mem.o ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gio.o ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gprintf.o ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gio_mem_snapshot.o -m32 -B../../../../out/Release/gen/tc_glibc/lib32 -shared -Wl,-soname,libgio.so FAILED: Command '['../../../../out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/x86_64-nacl-g++', '-o', '../../../../out/Release/gen/tc_glibc/lib32/libgio.so', '-Wl,--as-needed', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gio_mem.o', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gio.o', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gprintf.o', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-32-so/gio_lib/gio_mem_snapshot.o', '-m32', '-B../../../../out/Release/gen/tc_glibc/lib32', '-shared', '-Wl,-soname,libgio.so']' returned non-zero exit status 1 FAILED: cd ../../native_client/src/shared/gio; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=gio_lib; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release/../../native_client/src/shared/gio; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../../../native_client/build/build_nexe.py -t ../../../../out/Release/gen/sdk/ --arch x86-64 --build glibc_nso --root ../../../.. --name ../../../../out/Release/gen/tc_glibc/lib64/libgio.so --objdir ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib "--include-dirs=../../../../out/Release/gen/tc_glibc/include ../../../.. ../../../src/third_party ../../../.." "--compile_flags=-m64 -fPIC -fomit-frame-pointer -fasynchronous-unwind-tables -O2 -g -Wall -fdiagnostics-show-option -Werror " --gomadir "" "--defines=__linux__ \"__STDC_LIMIT_MACROS=1\" \"__STDC_FORMAT_MACROS=1\" \"_GNU_SOURCE=1\" \"_BSD_SOURCE=1\" \"_POSIX_C_SOURCE=199506\" \"_XOPEN_SOURCE=600\" \"DYNAMIC_ANNOTATIONS_ENABLED=1\" \"DYNAMIC_ANNOTATIONS_PREFIX=NACL_\" \"NACL_BUILD_ARCH=x86\" V8_DEPRECATION_WARNINGS BLINK_SCALE_FILTERS_AT_RECORD_TIME \"NACL_LINUX=0\" \"NACL_ANDROID=0\" \"NACL_OSX=1\" \"NACL_WINDOWS=0\" GOOGLE_CHROME_BUILD ENABLE_RLZ \"USE_LIBJPEG_TURBO=1\" ENABLE_ONE_CLICK_SIGNIN \"ENABLE_REMOTING=1\" \"ENABLE_WEBRTC=1\" USE_PROPRIETARY_CODECS ENABLE_PEPPER_CDMS ENABLE_CONFIGURATION_POLICY ENABLE_INPUT_SPEECH ENABLE_NOTIFICATIONS \"ENABLE_HIDPI=1\" DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY SYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE \"ENABLE_EGLIMAGE=1\" \"ENABLE_TASK_MANAGER=1\" \"ENABLE_EXTENSIONS=1\" \"ENABLE_PLUGIN_INSTALLATION=1\" \"ENABLE_PLUGINS=1\" \"ENABLE_SESSION_SERVICE=1\" \"ENABLE_THEMES=1\" \"ENABLE_AUTOFILL_DIALOG=1\" \"ENABLE_BACKGROUND=1\" \"ENABLE_GOOGLE_NOW=1\" \"CLD_VERSION=2\" \"ENABLE_FULL_PRINTING=1\" \"ENABLE_PRINTING=1\" \"ENABLE_SPELLCHECK=1\" \"ENABLE_CAPTIVE_PORTAL_DETECTION=1\" \"ENABLE_APP_LIST=1\" \"ENABLE_SETTINGS_APP=1\" \"ENABLE_MANAGED_USERS=1\" \"ENABLE_SERVICE_DISCOVERY=1\" \"NACL_TARGET_SUBARCH=32\" \"NACL_TARGET_ARCH=x86\" \"NACL_BUILD_SUBARCH=32\" \"NACL_BUILD_ARCH=x86\"" "--link_flags=-B../../../../out/Release/gen/tc_glibc/lib64 " "--source-list=../../../../out/gypfiles/native_client/src/shared/gio/glibc-x86-64-so.gio_lib.source_list.gypcmd" /Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/bin/ld: cannot find crti.o: No such file or directory /Volumes/data/b/build/slave/chromium-rel-mac-builder/build/src/out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/bin/ld: cannot find crtbeginS.o: No such file or directory collect2: ld returned 1 exit status ../../../../out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/x86_64-nacl-g++ -o ../../../../out/Release/gen/tc_glibc/lib64/libgio.so -Wl,--as-needed ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gio_mem.o ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gio.o ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gprintf.o ../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gio_mem_snapshot.o -B../../../../out/Release/gen/tc_glibc/lib64 -shared -Wl,-soname,libgio.so FAILED: Command '['../../../../out/Release/gen/sdk/mac_x86/nacl_x86_glibc/bin/x86_64-nacl-g++', '-o', '../../../../out/Release/gen/tc_glibc/lib64/libgio.so', '-Wl,--as-needed', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gio_mem.o', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gio.o', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gprintf.o', '../../../../out/Release/obj/native_client/src/shared/gio/gio_lib.gen/glibc-x86-64-so/gio_lib/gio_mem_snapshot.o', '-B../../../../out/Release/gen/tc_glibc/lib64', '-shared', '-Wl,-soname,libgio.so']' returned non-zero exit status 1 ninja: build stopped: subcommand failed. http://build.chromium.org/p/chromium.perf/builders/Mac%20Builder/builds/60425/steps/compile/logs/stdio Original issue's description: > NaCl: Update revision in DEPS, r13018 -> r13078. > > Chromium NaCl scripts now uses package_version to extract. > > Now that we have split up the toolchain into multiple tars, we should > use the package versioning script to manage which tars to extract. > Unfortunately, currently the SDK uses different directory names compared > to what the NaCl toolchain directories normally use, so we also must map > and move the toolchain directories to the SDK ones. > > BUG=365817 > TEST= trybots > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266284 TBR=mseaborn@chromium.org,jvoung@chromium.org,bradnelson@chromium.org,noelallen@chromium.org,dyen@chromium.org NOTREECHECKS=true NOTRY=true BUG=365817 Review URL: https://codereview.chromium.org/250933006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266326 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The perf bots aren't hitting this explicitly anywhere and provision devices seems like the right place for it. This method outputs a warning, but doesn't fail hard, if root cannot be enabled, for instance on a user build. BUG=366697 NOTRY=True Review URL: https://codereview.chromium.org/255713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266325 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=None TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/257803010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266324 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
clang writes two of these for some reason, and due to the script not printing these it took me a while to figure out why clang has initializers for two more files. BUG=360311 NOTRY=true Review URL: https://codereview.chromium.org/251873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266323 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
Parse DEPS file manually if execfile fails. Some DEPS files pull in a bunch of libraries, so execfile fails. If it does, we'll manually parse out revisions from the vars section. NOTRY=true BUG=366392 Bisect could not reproduce a change in the not/valid metric. Confidence in Bisection Results: 0% To reproduce locally: $ echo android-chrome Tested commits: Depot Commit SHA Mean Std. Error State android-chrome 0000000000000000000000000000000000000000 1.00 +-0.00 chromium 0000000000000000000000000000000000000000 0.00 +-0.00 chromium http://src.chromium.org/viewvc/chrome?view=revision&revision=265919 0.00 +-0.00 chromium http://src.chromium.org/viewvc/chrome?view=revision&revision=265917 0.00 +-0.00 chromium http://src.chromium.org/viewvc/chrome?view=revision&revision=265912 0.00 +-0.00 chromium http://src.chromium.org/viewvc/chrome?view=revision&revision=265904 0.00 +-0.00 android-chrome 0000000000000000000000000000000000000000 0.00 +-0.00 Average build time : 0:00:00 Average test time : 0:00:00 WARNINGS: !!! Due to build errors, regression range could not be narrowed down to a single commit. !!! Tests were only set to run once. This may be insufficient to get meaningful results. !!! Confidence is 0%. Try bisecting again on another platform, with increased repeat_count or on a sub-metric that shows the regression more clearly. Review URL: https://codereview.chromium.org/256593004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266322 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
- add cloud_print_unittests, cacheinvalidation_unittest, libaddressinput_unittests, and libphonenumber_unittests to chrome_tests.py so they can run under Valgrind or Dr.Memory. R=bruening@chromium.org, thakis@chromium.org NOTRY=true BUG=NONE Review URL: https://codereview.chromium.org/251683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266321 0039d316-1c4b-4281-b951-d872f2087c98
-