summaryrefslogtreecommitdiffstats
path: root/android_webview/all_webview.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Move NV21 colorspace treatment from VideoCapture java to C++mcasas@chromium.org2013-09-181-0/+1
| | | | | | | | | | | | | | | | | | - VideoCapture.java: Removed NV21 explicit treatment. Added getColorspace() method. - Added VideoCaptureDeviceAndroid::GetColorspace(), translates between Android and C++ colorspaces. - Added support for NV21 conversion and rotations in Android to VideoCaptureController. - Unrelated to the rest, removed unused unused GetIntField in VideoCaptureDeviceAndroid anonymous namespace. Tested by forcing NV21 in VideoCapture.java [1] [1] https://code.google.com/p/chromium/codesearch#chromium/src/media/base/android/java/src/org/chromium/media/VideoCapture.java&q=deviceimageformathack&sq=package:chromium&l=55 BUG=288567 Review URL: https://chromiumcodereview.appspot.com/23903032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223886 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] On calling openNewTab, pass the disposition instead of incognito.kkimlabs@chromium.org2013-08-061-0/+1
| | | | | | | | | | | | | | | | | Currently, when openNewTab is called, we pass a boolean incognito variable that indicates if it should be opened in incognito mode. This was not consistent with the desktop. For example, NEW_FOREGROUND_TAB and NEW_BACKGROUND_TAB open incognito tab if the current tab is incognito. So this CL instead passes the actual disposition so that Java side has the full information required to be consistent with the desktop. BUG=268283 BUG=268414 Review URL: https://chromiumcodereview.appspot.com/22314005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215973 0039d316-1c4b-4281-b951-d872f2087c98
* [Android WebView] Fix build after r206398benm@chromium.org2013-06-141-0/+1
| | | | | | | | | | Need to generate SpeechRecognitionError.java in the WebView build. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17084002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206408 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Android WebView build after r205796boliu@chromium.org2013-06-121-0/+1
| | | | | | | | | | | Add MemoryPressureLevelList to list of template generated files. NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/16408022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205823 0039d316-1c4b-4281-b951-d872f2087c98
* Fix downstream android webview buildboliu@chromium.org2013-05-031-0/+1
| | | | | | | | | | | | | Add template generated java file introduced in r198124. This does not affect upstream chromium build. TBR=torne@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/14644013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198135 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: add ResultCodes to generated sources.torne@chromium.org2013-03-071-0/+1
| | | | | | | | | | | | r186610 added a new java_cpp_template file which is used by code in android_webview; add it to the list of things to pull in to the Android.mk based build. BUG= Review URL: https://codereview.chromium.org/12606002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186703 0039d316-1c4b-4281-b951-d872f2087c98
* Fix downstream android webview buildboliu@chromium.org2013-02-131-0/+1
| | | | | | | | | | | Fix for change in crrev.com/182280. These files are not used in any upstream build. BUG= Review URL: https://codereview.chromium.org/12258017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182295 0039d316-1c4b-4281-b951-d872f2087c98
* [Android WebView] Fix build break, make sure the gyp file is generated for ↵kristianm@chromium.org2013-02-121-0/+1
| | | | | | | | | | | | | android webview NOTRY=true TBR=benm@chromium.org BUG= Review URL: https://codereview.chromium.org/12210130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181853 0039d316-1c4b-4281-b951-d872f2087c98
* Generate PageTransitionTypes.java for Androidboliu@chromium.org2012-12-161-0/+1
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/11577016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173372 0039d316-1c4b-4281-b951-d872f2087c98
* Fix android build issue.boliu@chromium.org2012-12-111-0/+2
| | | | | | | | | | | r172350 added a new generated java file. dcommit because these files do not affect chromium builds BUG= Review URL: https://codereview.chromium.org/11537015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172381 0039d316-1c4b-4281-b951-d872f2087c98
* [Android WebView] Remove pak rules that depend on chrome/benm@chromium.org2012-12-111-1/+0
| | | | | | | | | | | | These rules are no longer needed and finally break android_webview's ties with the chrome/ layer! Android only; android bots green NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11511003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172304 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: remove resources.pak from build.torne@chromium.org2012-10-291-1/+0
| | | | | | | | | | | | We don't need resources.pak any more as it's never loaded and only contains resources used by code in src/chrome/. Don't depend on it or package it into the test APK. BUG= Review URL: https://codereview.chromium.org/11326002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164624 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: rename libwebview target.torne@chromium.org2012-10-221-1/+1
| | | | | | | | | | | The libwebview target should be called libwebviewchromium to make it clear which implementation it is when installed into the system image. BUG= Review URL: https://codereview.chromium.org/11189114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163277 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: add resource paks to the Android build.torne@chromium.org2012-10-221-0/+2
| | | | | | | | | | | | | We need to install the Chromium resource paks that webview depends on into the Android system image. This requires adding them as dependencies of the WebView All target, and defining custom Android build rules to copy them to the right place. BUG= Review URL: https://codereview.chromium.org/11235002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163266 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: fix build issues and nits.torne@chromium.org2012-10-181-0/+2
| | | | | | | | | | | | | | | | | 1) The top-level Android.mk mustn't use my-dir after including another file as it returns the wrong answer. 2) We need "All" to depend on net_errors_java as it's used by the Android.mk. 3) Fix nits from previous review of android_webview/Android.mk - make it clearer that only one of the dependencies is temporary. BUG= Review URL: https://codereview.chromium.org/11187052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162716 0039d316-1c4b-4281-b951-d872f2087c98
* Android: Add a webview-specific All target.torne@chromium.org2012-10-091-0/+19
We need a separate version of the All target for building WebView in the Android tree which only depends on the native code we intend to build. Create one (just containing libwebview for now) and make it the default thing to build when CHROME_ANDROID_BUILD_WEBVIEW is set. R=mnaganov@chromium.org BUG= Review URL: https://codereview.chromium.org/11096024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160843 0039d316-1c4b-4281-b951-d872f2087c98