summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Revert 154048 - Relanding "views: Add a gyp file to build webview."kalman@chromium.org2012-08-301-2/+1
| | | | | | | | | | | | | | | | | 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
* Relanding "views: Add a gyp file to build webview."tfarina@chromium.org2012-08-301-1/+2
| | | | | | | | | | | 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
* Android WebView: tidy up source/gyp layout.torne@chromium.org2012-08-301-3/+3
| | | | | | | | | | | | | | | | | | 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
* Add a test runner/sharder for Monkey stress tests.frankf@google.com2012-08-294-11/+141
| | | | | | | | 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
* Cleanup references to /data/local/tmp.nileshagrawal@chromium.org2012-08-2911-35/+50
| | | | | | | | | | | 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
* Set component=static_library for ASan builds on Mac.glider@chromium.org2012-08-291-1/+4
| | | | | | | 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
* Revert 153817 - views: Add a gyp file to build webview.jochen@chromium.org2012-08-291-2/+1
| | | | | | | | | | | | 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
* views: Add a gyp file to build webview.tfarina@chromium.org2012-08-291-1/+2
| | | | | | | | | 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
* Build the android_webview APKs on the FYI waterfall.mkosiba@chromium.org2012-08-291-0/+2
| | | | | | | | | | | | | 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
* Add target for webkit_compositor_unittestsjamesr@chromium.org2012-08-281-0/+1
| | | | | | | | | | | | | | 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
* Fix android compile step to respect target configilevy@chromium.org2012-08-278-20/+32
| | | | | | | | | | | | | | - 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
* Whitespace change to kick builds.cmp@chromium.org2012-08-261-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153427 0039d316-1c4b-4281-b951-d872f2087c98
* Here are gyp targets and stubs for compiling libcc and the webkit_compositor ↵jamesr@chromium.org2012-08-251-0/+1
| | | | | | | | | | | | 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
* Retry of warnings-as-errors for Windows third_party.scottmg@google.com2012-08-241-1/+16
| | | | | | | | | | | | | | | 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
* Disable failing sync unit test for Android.nyquist@chromium.org2012-08-241-0/+3
| | | | | | | | 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
* roll gyp 1473:1479thakis@chromium.org2012-08-241-15/+21
| | | | | | | | | | | | | | | | | | 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
* Revert 153092 - Turn on warnings as errors for (most) third_party code on ↵scottmg@google.com2012-08-241-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [Android] Update Android WebView license checking tool.mnaganov@chromium.org2012-08-241-1/+1
| | | | | | | | | | | | 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
* Run the WebView license checker on the android FYI buildermnaganov@chromium.org2012-08-242-5/+21
| | | | | | | | 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
* Whitespace change to kick builds.cmp@chromium.org2012-08-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153175 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace change to kick builds.cmp@chromium.org2012-08-241-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153170 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 153060 - Use early expansion for debug_optimizexhwang@chromium.org2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | 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
* Add support for CC and CXX in chromium.gyp_env. These are useful for ↵grt@chromium.org2012-08-241-1/+3
| | | | | | | | | | | 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
* Make the Mac Info.plist SCM keys genericstuartmorgan@chromium.org2012-08-231-11/+11
| | | | | | | | | | | | | | 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 monkey command to android_commands.frankf@chromium.org2012-08-231-10/+48
| | | | | | | | | | | 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
* Turn on warnings as errors for (most) third_party code on Windowsscottmg@chromium.org2012-08-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Don't overwrite GYP_GENERATORS in envsetup.newt@chromium.org2012-08-231-1/+3
| | | | | | | | | | | 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
* Make NaCl IPC-based PPAPI proxy build on ARM.bbudge@chromium.org2012-08-231-0/+29
| | | | | | | | | | 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
* Remove hardcoded target for extractilevy@chromium.org2012-08-231-1/+0
| | | | | | | | | | | 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
* Use early expansion for debug_optimizethakis@chromium.org2012-08-231-1/+1
| | | | | | | | | | | 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
* Disable PasswordStoreTest and PasswordStoreDefaultTest on Android.pliard@chromium.org2012-08-231-0/+4
| | | | | | | | | | | 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
* Generate debug information by linker with win_z7=1 even if fastbuild=1ukai@chromium.org2012-08-231-0/+5
| | | | | | | | | | | | | | | | 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
* Fix the failed case ValueStoreTest.DotsInKeyNamesWithDicts for Androidyongsheng.zhu@intel.com2012-08-231-3/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Add bug report link to disabled ExtensionIconImageTest.*.wangxianzhu@chromium.org2012-08-221-1/+3
| | | | | | | | | 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
* mac: Print an error when doing a branded build and the 10.6 sdk is not aroundthakis@chromium.org2012-08-222-4/+30
| | | | | | | | 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
* Disable ExtensionIconImageTest.*wangxianzhu@chromium.org2012-08-221-0/+1
| | | | | | | | | | | | | 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
* Fix test_results.LogFull() issue for Debug build.wangxianzhu@chromium.org2012-08-223-6/+9
| | | | | | | | | | | 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
* Turn off cygwin for grit again.iannucci@chromium.org2012-08-211-1/+2
| | | | | | | | | | | | | 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
* Change Android build configurations (step 3).wangxianzhu@chromium.org2012-08-214-19/+14
| | | | | | | | | | | | | | | | | | 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
* Change Android build configurations (step 2).wangxianzhu@chromium.org2012-08-2113-44/+91
| | | | | | | | | | | | | | 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
* Move the gyp variables used for grit defines on android to actually work.tedchoc@chromium.org2012-08-211-6/+4
| | | | | | | | | | | | | | | | | 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
* Silence adb command output by defaultilevy@chromium.org2012-08-211-2/+2
| | | | | | | | | - 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
* Replace gdb-add-index with cleanroom rewrite from vrk@ajwong@chromium.org2012-08-212-103/+40
| | | | | | | | | | | 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
* Only default incremental linking on in shared_libraryscottmg@chromium.org2012-08-201-1/+4
| | | | | | | | | | | | 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
* Use NDK r8b and 64-bit toolchainmichaelbai@chromium.org2012-08-203-6/+20
| | | | | | | | | | | | | - 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
* [Android] Add Chrome Shell package name constant.mkosiba@chromium.org2012-08-201-1/+2
| | | | | | | | | | | | 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
* Don't rely on the Android toolchain being exported in the PATH for the ↵peter@chromium.org2012-08-201-4/+5
| | | | | | | | | | | | | | | | | | | {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
* Update iossim.gyp to use src/build/ios/mac_build.gypi.lliabraa@chromium.org2012-08-201-0/+5
| | | | | | | | | | | 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
* Dummy change to trigger the botsnsylvain@chromium.org2012-08-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152295 0039d316-1c4b-4281-b951-d872f2087c98
* Dummy change to trigger the botsnsylvain@chromium.org2012-08-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152293 0039d316-1c4b-4281-b951-d872f2087c98