| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 819e83e11f734af26da7c0de8c2b0316a35516dc. Revision 153817.
Win compile failures, see http://build.chromium.org/p/tryserver.chromium/builders/win/builds/25344
BUG=105557
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10897037
TBR=tfarina@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 819e83e11f734af26da7c0de8c2b0316a35516dc. Revision 153817.
BUG=105557
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10897037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154048 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Rename WebViewMainDelegate to AwMainDelegate for consistency with
other classes.
2) Move gyp file to the top level and don't bother having separate gypi
files for the subcomponents for now; the file list is very short anyway
and is not going to be a significant source of contention between the
small number of webview developers at this time, and it's easier to see
what's going on if it's all in one place.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10893025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154020 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=145039
Review URL: https://chromiumcodereview.appspot.com/10894021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154006 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We want to be able to change the TEST_DATA_DIR easily (to /sdcard).
This CL does not change the actual location.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10897017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=145503
Review URL: https://chromiumcodereview.appspot.com/10898037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153911 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=105557
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10882064
TBR=tfarina@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10885028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153876 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=105557
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10882064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153817 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the android_webview APKs to the FYI build.
This will result in building the android_webview Java
code and Java test code.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10883026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153806 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need a target for unit tests that test the compositor WebKit APIs but have
knowledge of the implementation (CC guts). This sets up the test target and
puts a few tests in place. Like cc_unittests, this target doesn't work in the
component build and won't until we break link-time dependencies on non-exported
WebCore symbols.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10874095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153798 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a bash fun to unpack python jsons and get target to make
- Changed top level scripts to pass args (factory props)
- renamed bb_run_tests -> bb_run_unit_tests
- renamed bb_run_content_shell_instrumentation_tests ->
bb_run_instrumentation_tests
BUG=144470
Review URL: https://chromiumcodereview.appspot.com/10878031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153544 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153427 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
bindings in chromium. Everything is guarded behind the off-by-default use_libcc_for_compositor gyp variable. I haven't included the actual code here, but there are scripts to sync. I plan to land + manually sync the code into place until we're ready to flip the gyp switch.
Snapshot from r126652
BUG=
Review URL: https://chromiumcodereview.appspot.com/10828381
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153354 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Same as patch here: https://chromiumcodereview.appspot.com/10827429/
except that warnings as errors is off if buildtype=Official. The previous CL
was OK everywhere that's visible on build.chromium.org including "Official"
but fails on internal builds.
R=thakis@chromium.org
BUG=126483, 140121, 143877
Review URL: https://chromiumcodereview.appspot.com/10867058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=144422
Review URL: https://chromiumcodereview.appspot.com/10870083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1474: Emacs mode for gyp: font-lock edition.
1475: Tidy up default toolset for msbuild-based builds.
1476: add -Gstandalone flag
1477: Enable pretty xml generation.
1478: msvs: Ensure trailing slash on IntermediateDir and OutputDir.
1479: mac ninja&make: Pass OTHER_LDFLAGS to libtool for static libraries.
Also don't pass -faddress-sanitizer to libtool.
BUG=113085
Review URL: https://chromiumcodereview.appspot.com/10876059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153250 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Windows
Is causing warnings for Official build in PDF code. Boo.
-----------------
Can't quite be fully enabled yet due to not-yet-fixed third party
dependencies. Without it enabled, other packages regress while we're fixing
things. So, add a flag for now so warnings-freeness can be ratcheted forward
by having it on for most packages, but off for a few.
Also, disable warning in qcms (fixed upstream by a large refactoring, not
worth rolling for), and disable two minor warnings in yasm (patch posted
upstream for a few months, but maintainer does not seem motivated to merge).
Fix release-only warning in leveldatabase/env_chromium.cc. Was calling exit(1)
in a leaky destructor.
Fix a warning in lzma_sdk (missing an include).
Disable a silly warning in Release builds of skia and memory_watcher (that
/GS is not working because optimization is disabled).
Warning are currently tolerated in libvpx and mesa.
Cannot be committed until http://chromiumcodereview.appspot.com/10823426/ has
landed.
R=thakis@chromium.org
BUG=126483,140121, 143877
TEST=
Review URL: https://chromiumcodereview.appspot.com/10827429
TBR=scottmg@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10872063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153223 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on run results:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Android%20Builder/builds/3801/steps/Check%20licenses%20for%20WebView/logs/stdio
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10872061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153199 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10832364
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153194 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153175 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153170 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://chromiumcodereview.appspot.com/10828084 tried to do this but did it
only for release_optimize.
BUG=139118,70107
Review URL: https://chromiumcodereview.appspot.com/10873039
TBR=thakis@chromium.org
We are getting unit_tests and content_unittests failure on Linux Clang (dbg) constently. Try reverting this CL to see if it helps. Sorry!
http://chromegw.corp.google.com/i/chromium/builders/Linux%20Clang%20%28dbg%29/builds/31418/steps/content_unittests/logs/stdio
Review URL: https://chromiumcodereview.appspot.com/10882023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153128 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
winja+GOMA.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10880023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153126 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows the file_version_info_mac code to make sense for any SCM
(e.g., git). It also aligns the use of FetchVersionInfo to its
documented behavior, which is to return a (branch, revision) tuple
for "some appropriate revision control system".
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10828228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Add the option of reinstalling using -r instead of
uinstalling then installing.
BUG=140947
Review URL: https://chromiumcodereview.appspot.com/10829289
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153093 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Can't quite be fully enabled yet due to not-yet-fixed third party
dependencies. Without it enabled, other packages regress while we're fixing
things. So, add a flag for now so warnings-freeness can be ratcheted forward
by having it on for most packages, but off for a few.
Also, disable warning in qcms (fixed upstream by a large refactoring, not
worth rolling for), and disable two minor warnings in yasm (patch posted
upstream for a few months, but maintainer does not seem motivated to merge).
Fix release-only warning in leveldatabase/env_chromium.cc. Was calling exit(1)
in a leaky destructor.
Fix a warning in lzma_sdk (missing an include).
Disable a silly warning in Release builds of skia and memory_watcher (that
/GS is not working because optimization is disabled).
Warning are currently tolerated in libvpx and mesa.
Cannot be committed until http://chromiumcodereview.appspot.com/10823426/ has
landed.
R=thakis@chromium.org
BUG=126483,140121, 143877
TEST=
Review URL: https://chromiumcodereview.appspot.com/10827429
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
If GYP_GENERATORS is already set, envsetup_functions.sh will no longer
change it's value. If GYP_GENERATORS is unset, it will be set to
'make-android' as usual.
Review URL: https://chromiumcodereview.appspot.com/10882003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This change modifies the build to fix compile and link failures. It introduces a build/common_untrusted.gypi file, to add things that are needed by all untrusted targets that build Chrome code.
BUG=116317
TEST=compiles native_client.gyp:nacl_ipc_irt target on ARM.
Review URL: https://chromiumcodereview.appspot.com/10871009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Instead extract_build will use target from factory_properties.
This CL is dependent on a separate CL in tools/build repo.
BUG=144470
Review URL: https://chromiumcodereview.appspot.com/10882016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153062 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
https://chromiumcodereview.appspot.com/10828084 tried to do this but did it
only for release_optimize.
BUG=139118,70107
Review URL: https://chromiumcodereview.appspot.com/10873039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153060 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
These two tests are crashing on Android.
BUG=144161
Review URL: https://chromiumcodereview.appspot.com/10872017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152999 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
without this CL
fastbuild=1 => no debug information
win_z7=1 => debug information available (with /Z7)
fastbuild=1 win_z7 => *.obj has debug info, but linker doesn't generate debug info in *.exe. it would be useless, and just makes build slower
This CL makes win_z7 wins against fastbuild.
R=scottmg,arthurhsu
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10866016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152953 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Json parser uses a stack-based input copy string and the parsed result
'Value' references the internal pointer of the input copy string. To
make the references valid, 'Value' has one member std::string to swap
its content with the input copy string. On other platforms, the member
std::string can get the internal pointer of the input copy string.
However, on Android, std::string just swaps the content of two strings
instead of swapping their internal pointers. This makes the pointer
reference of value invalid.
Fix this by forcing options |= JSON_DETACHABLE_CHILDREN for Android so
disable this optimization.
BUG=139434
TEST=run_tests.py -s unit_tests
Review URL: https://chromiumcodereview.appspot.com/10831322
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152944 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=nileshagrawal@chromium.org,shashishekhar@chromium.org
BUG=144227
Review URL: https://chromiumcodereview.appspot.com/10876016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152844 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=144045
Review URL: https://chromiumcodereview.appspot.com/10876003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152823 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They failed on http://build.chromium.org/p/tryserver.chromium/builders/android_test/builds/379/steps/Test%20suite%20unit_tests/logs/stdio.
We don't support extensions for now.
R=shashishekhar@chromium.org,michaelbai@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10875011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152785 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Details of the failure:
http://build.chromium.org/p/tryserver.chromium/builders/android_test/builds/377/steps/Test%20suite%20base_unittests/logs/stdio
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10868008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152678 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Roll gyp has already been updated prevent the issues which happened previously with msvs 2008.
This is a second attempt at https://chromiumcodereview.appspot.com/10832121/
BUG=123026
R=scottmg,joi,thakis
Review URL: https://chromiumcodereview.appspot.com/10824268
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152639 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Step 1 is https://chromiumcodereview.appspot.com/10827273/ which changed
Debug build to build size-optimized code with DCHECK.
Step 2 is https://chromiumcodereview.appspot.com/10836323/ which updated
developer scripts and buildbot scripts to support the new configurations.
Step 3: change Release configuration to no DCHECK and change default
configuration to Debug.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10831381
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152504 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Step 1 is https://chromiumcodereview.appspot.com/10827273/ which changed
Debug build to build size-optimized code with DCHECK.
Step 2: update developer scripts and buildbot scripts to support to new
configurations.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10836323
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152468 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The enable_themes and enable_extensions gyp variables were in a different
scope that prevented the grit_defines from having the correct value when
evaluating the condition. Moves the variable assignment into the same
scope as the variable declaration and now everything is happy.
TEST=touch chrome/browser/browser_resources.grd && \
make chrome_resources (check about_version does not have theme icon)
BUG=
Review URL: https://chromiumcodereview.appspot.com/10828396
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152455 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
- Cherrypick from downstream
https://gerrit-int.chromium.org/#/c/23445/
Review URL: https://chromiumcodereview.appspot.com/10657017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152449 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This CL takes add-index.sh and overwrites gdb-add-index.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10827427
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152443 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
static_library + incremental explodes due to overly large size when all the
.objs are pulled into the final binary.
BUG=143660
Review URL: https://chromiumcodereview.appspot.com/10825461
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152412 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Roll DEPS to NDK r8b
- Use 64-bit toolchain
- Use gold linker
BUG=
Review URL: https://chromiumcodereview.appspot.com/10837226
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152376 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds the constant for the Chrome Shell package which we're
bringing up downstream at the moment.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10823410
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152371 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
{CC,CXX,LINK,AR}_target defines.
The make build has start using these environment variables since gyp revision
1470[1]. This works in the Chromium repository as the Android toolchain is being
exported in the PATH, which is something WebKit doesn't do, and we shouldn't
be relying on in general. Instead, use the paths to the toolchain and prefix
them with Android's goma wrapper, which yields the same effect.
[1] https://code.google.com/p/gyp/source/detail?r=1470
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10827419
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152340 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The mac_build.gypi will build the iossim executable using ninja.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10827200
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152335 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152293 0039d316-1c4b-4281-b951-d872f2087c98
|