Yyongsheng.zhu@intel.comEnable webgl conformance tests under content/test/gpu in content_browsertests
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Make apk targets remove .class files before compile Apk targets will package all .class files in the output directory into the apk. If a .java file is moved, the corresponding .class files might still exist in the output directory, leading to incorrect or failed builds. This forces all .java files for a target to be rebuilt when that target is rebuilt, but this is very fast. See http://crrev.com/10914080 for the same change to jar targets. BUG= Review URL: https://chromiumcodereview.appspot.com/10959027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157923 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Made clang use the gold linker for Android Created 2 symbolic link to the gold linker in third_party/android_tools/ndk, and put them before the NDK's default linker in PATH environment variable, so clang could use the gold linker. BUG=143931 Review URL: https://codereview.chromium.org/10914266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157132 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add OWNERS file for build/android/buildbot - Owners based on number of commits and numbers of reviews of code in this directory. R=yaron,cmp BUG= Review URL: https://codereview.chromium.org/10979024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158694 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change browser/page action default icon defined in manifest to support hidpi. To support hidpi for browser action default icons, ability to define dictionary of icon in manifest as default icons is added. Defining images of sizes 19 and 38 is allowed (other dictionary values will be ignored). The image to be painted will be determined based on screen density. Similary, for script badges, default icon is determined using 16 and 32 px icon defined in extension manifest. I have extracted actual icon loading code to extension_action_icon_factory.h/.cc, so it doesn't have to be implemented for all platform specific solutions. BUG=138025,135271 Review URL: https://chromiumcodereview.appspot.com/10905005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157309 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable webgl conformance tests under content/test/gpu in content_browsertests It enables the webgl conformace test in content_browsertests basing on chrome/test/gpu. BUG=149892 TEST= Review URL: https://chromiumcodereview.appspot.com/10916334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158742 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a script to manage the content shell command-line flags. BUG=145222 Review URL: https://chromiumcodereview.appspot.com/10910061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155237 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make adb_device_loop return if no devices - we are using this in a build script which is stalling on computers where no devices are detected. TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/10963054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158246 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add test jar generation logic for ant builds. Add a new property generate.test.jar to ant scripts. When this property is set, a jar containing all compiled classes and referred classes is generated and placed in out/{Debug|Release}/test.lib.java directory. This makes it easier and cleaner to write ant build files for test apks. New directory structure for the build: Apks are placed in : out/{Debug|Release}/apks All java libraries in : out/{Debug|Release}/lib.java All test java libraries in : out/{Debug|Release}/test.lib.java This CL also includes cleanup to work with the modified output directory structure. BUG=146583 Review URL: https://chromiumcodereview.appspot.com/10905138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Package and load native library in content shell. Add content shell util scripts. BUG=None TEST= Review URL: http://codereview.chromium.org/10223007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134030 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[android] Split top-level scripts and libraries from build/android. - Top-level scripts are kept under build/android. - Utility libraries have been moved to build/android/pylib. - Fixes all imports and headers. This is in preparation for landing the "instrumentation" (java-based) tests, which will reuse several of these components. BUG= TEST=existing android tests Review URL: https://chromiumcodereview.appspot.com/10693110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145653 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[android] Split top-level scripts and libraries from build/android. - Top-level scripts are kept under build/android. - Utility libraries have been moved to build/android/pylib. - Fixes all imports and headers. This is in preparation for landing the "instrumentation" (java-based) tests, which will reuse several of these components. BUG= TEST=existing android tests Review URL: https://chromiumcodereview.appspot.com/10693110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145653 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add quotes around command line arg to allow a wider range of URLs. Without quotes the shell complains when trying to open URLs with shell special characters including parentheses, single/double quotes etc. (e.g. data URLs) TEST=adb_run_content_shell "data:text/html,<script>console.log(1);</script>" BUG=None Review URL: https://chromiumcodereview.appspot.com/10581025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143080 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move buildbot files to a separate buildbot dir - Adding placeholder scripts in old locations until new locations can be updated in buildbot master - Removed buildbot.sh, unused. TBR=bulach Review URL: https://chromiumcodereview.appspot.com/10914132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155280 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change Android build configurations (step 2). 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 | 13 年前 | |
Android device status: create out dir if needed - I recently changed device status to run before gyp This exposed a dependence on the out directory existing and broke new android testers. TEST=Ran device status with --out-dir pointing to non-existent dir. R=bulach@chromium.org BUG= Review URL: https://codereview.chromium.org/10962022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158075 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
increase sd card size and fifo waiting time As test data increased, 64M is not enough for testing on emulator. Also increase fifo waiting time to resolve stability issue. BUG= Review URL: https://chromiumcodereview.appspot.com/10956073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158525 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[android] Upstream / sync most of build/android and build/android/pylib. These files have diverged overtime. We need to get them in sync in preparation for the instrumentation tests. The patches downstream have been entangled, so this is a bit big and contains a series of otherwise unrelated patches. However, it's probably safer to do this way (as it's guaranteed to be similar to downstream), than trying to split it in multiple patches. BUG= TEST=try -b android_test Review URL: https://chromiumcodereview.appspot.com/10689132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145872 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make clang work with ninja on Android. BUG=143931 Review URL: https://codereview.chromium.org/10968069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158350 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Made clang use the gold linker for Android Created 2 symbolic link to the gold linker in third_party/android_tools/ndk, and put them before the NDK's default linker in PATH environment variable, so clang could use the gold linker. BUG=143931 Review URL: https://codereview.chromium.org/10914266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157132 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix the gdb path for NDK-r8b. - Removed android.toolchain property. - Added android.gdbserver property. - Changed property-location to check the both file and directory's existence. TBR=jam BUG= Review URL: https://chromiumcodereview.appspot.com/10823435 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155108 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Change Android build configurations (step 2). 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 | 13 年前 | |
[android] Upstream / sync most of build/android and build/android/pylib. These files have diverged overtime. We need to get them in sync in preparation for the instrumentation tests. The patches downstream have been entangled, so this is a bit big and contains a series of otherwise unrelated patches. However, it's probably safer to do this way (as it's guaranteed to be similar to downstream), than trying to split it in multiple patches. BUG= TEST=try -b android_test Review URL: https://chromiumcodereview.appspot.com/10689132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145872 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix build after r155954 The CL made check_deps fail with /b/build/slave/Linux_ChromiumOS/build/src/build/android/monkeyrunner_screenshot.py: Has executable bit but not shebang This adds a shebang line. BUG=146575 TBR=nyquist Review URL: https://chromiumcodereview.appspot.com/10928101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155962 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix ValidateInstrumentationOptions. BUG= Review URL: https://codereview.chromium.org/10928240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157374 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix monkey runner broken by recent refactoring. BUG= TBR=ilevy@chromium.org,klundberg@chromium.org Review URL: https://codereview.chromium.org/10956077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158322 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Upstream changes to python tests. Upstream recent changes to Python scripts which pass commandline args to Java tests. BUG= Review URL: https://chromiumcodereview.appspot.com/10917283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157141 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |