summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Use 'readlink -f .' instead of 'pwd' when setting CHROME_SRCwangxianzhu@chromium.org2012-02-141-2/+2
| | | | | | | | | | | | | Some python script (e.g. tools/grit/grit/node/misc.py) assumes that there is no symblic link in the path of CHROME_SRC. BUG= TEST= Review URL: http://codereview.chromium.org/9350052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121788 0039d316-1c4b-4281-b951-d872f2087c98
* Disable gold for Android. Causes sporadic build breakage.jrg@chromium.org2012-02-121-2/+2
| | | | | | | | | | BUG=None TEST= Review URL: http://codereview.chromium.org/9382038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121668 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger a buildmaruel@chromium.org2012-02-111-1/+1
| | | | | | NO CODE CHANGE. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121650 0039d316-1c4b-4281-b951-d872f2087c98
* Disable use_canvas_skia_skia=1 on Windows until CJK font fallback is working.asvitkine@chromium.org2012-02-111-6/+0
| | | | | | | | | | | | This is a revert of http://crrev.com/120710. BUG=113437, 105550 TEST=none TBR=sky@chromium.org Review URL: http://codereview.chromium.org/9383032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121638 0039d316-1c4b-4281-b951-d872f2087c98
* Presubmit change to add android trybots when needed.jrg@chromium.org2012-02-101-0/+4
| | | | | | | | | | | | | Also add warning in android_all.gyp that extra targets in 'all' can have a significant impact on the try load so coordinate appropriately. BUG=None TEST= Review URL: http://codereview.chromium.org/9360028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121560 0039d316-1c4b-4281-b951-d872f2087c98
* Create a new gpu bot debug target.zmo@chromium.org2012-02-101-1/+7
| | | | | | | | | | | | | This excludes perf stuff. Hopefully speed up gpu debug bots. Note that we need to modify the master.cfg file to use this new target. BUG=113547 TEST=gpu try bots, gpu waterfall Review URL: http://codereview.chromium.org/9374034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121474 0039d316-1c4b-4281-b951-d872f2087c98
* Disable fpo one more time, this time for non-official (canary) builds.kerz@chromium.org2012-02-091-0/+11
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9373036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121288 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Build fix: no gold on any ChromeOS build."evan@chromium.org2012-02-091-2/+6
| | | | | | This reverts commit r121264, the bot is just sick. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121267 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: no gold on any ChromeOS build.evan@chromium.org2012-02-091-6/+2
| | | | | | | On a Google-internal ChromeOS builder make seems to exit with a failure code no error message I can identify. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121264 0039d316-1c4b-4281-b951-d872f2087c98
* linux: migrate linker --threads flag out of gypevan@chromium.org2012-02-091-3/+15
| | | | | | | | | | | | (Retry of r121148 with ChromeOS excluded.) This just copies the flags used within gyp. BUG=gyp:250 Review URL: http://codereview.chromium.org/9360032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121257 0039d316-1c4b-4281-b951-d872f2087c98
* disable media stream creation when enable_webrtc=0wjia@chromium.org2012-02-091-0/+3
| | | | | | | BUG=110581 Review URL: https://chromiumcodereview.appspot.com/9369022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121252 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 121165 - Revert 121068 - linux: add a use_gold flag that defaults to oncsilv@chromium.org2012-02-091-19/+29
| | | | | | | | | | | | | | | | | | | | [This CL was backed out speculatively due to failures on the cros trunk bot. But this CL was not the cause of that problem, so I'm un-doing the revert.] Currently, gyp attempts to autodetect whether the linker supports the --icf flag. It's more predictable to just require the caller to specify whether they're using gold. As a first demonstration of this, drop LINKER_USES_ICF code in the Chrome build. (I'll follow up with a gyp patch to remove the LINKER_USES_ICF stuff in gyp.) Review URL: https://chromiumcodereview.appspot.com/9368015 TBR=evan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9372012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121175 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 121068 - linux: add a use_gold flag that defaults to oncsilv@chromium.org2012-02-091-29/+19
| | | | | | | | | | | | | | | | | | Currently, gyp attempts to autodetect whether the linker supports the --icf flag. It's more predictable to just require the caller to specify whether they're using gold. As a first demonstration of this, drop LINKER_USES_ICF code in the Chrome build. (I'll follow up with a gyp patch to remove the LINKER_USES_ICF stuff in gyp.) Review URL: http://codereview.chromium.org/9316110 TBR=evan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9368015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121165 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 121148 - linux: migrate linker --threads flag out of gypgman@chromium.org2012-02-091-7/+0
| | | | | | | | | | | | | | This just copies the flags used within gyp. BUG=gyp:250 Review URL: http://codereview.chromium.org/9360032 TBR=evan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9368014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121163 0039d316-1c4b-4281-b951-d872f2087c98
* linux: migrate linker --threads flag out of gypevan@chromium.org2012-02-091-0/+7
| | | | | | | | | | | This just copies the flags used within gyp. BUG=gyp:250 Review URL: http://codereview.chromium.org/9360032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121148 0039d316-1c4b-4281-b951-d872f2087c98
* Really make OmitFramePointers not go.kerz@chromium.org2012-02-091-1/+7
| | | | | | | TBR=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9358045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121132 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build Linux ChromeOS GTK bot on the main waterfall.saintlou@chromium.org2012-02-081-27/+22
| | | | | | | | | | TBR=oshima@chromium.org BUG=112962 TEST=Linux ChromeOS GTK bot not broken on the main waterfall Review URL: https://chromiumcodereview.appspot.com/9358044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121091 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r121079 from the trunk, because it was checked in without permissionmark@chromium.org2012-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | to a closed tree. Back to WebUI Task Manager, since M18 branch point has been passed. Revert 119612 - WebUI TaskManager: Turn it off by default on Win/Mac/Linux WebUI Task Manager does not ship on M18 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary. On Chrome OS and Aura, it is still enabled. BUG=97429 TEST=manual on linux and aura Review URL: http://codereview.chromium.org/9290042 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/9361050 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/9348075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121082 0039d316-1c4b-4281-b951-d872f2087c98
* Back to WebUI Task Manager, since M18 branch point has been passed.yoshiki@chromium.org2012-02-081-3/+3
| | | | | | | | | | | | | | | | | Revert 119612 - WebUI TaskManager: Turn it off by default on Win/Mac/Linux WebUI Task Manager does not ship on M18 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary. On Chrome OS and Aura, it is still enabled. BUG=97429 TEST=manual on linux and aura Review URL: http://codereview.chromium.org/9290042 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/9361050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121079 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add a use_gold flag that defaults to onevan@chromium.org2012-02-081-19/+29
| | | | | | | | | | | | | | | Currently, gyp attempts to autodetect whether the linker supports the --icf flag. It's more predictable to just require the caller to specify whether they're using gold. As a first demonstration of this, drop LINKER_USES_ICF code in the Chrome build. (I'll follow up with a gyp patch to remove the LINKER_USES_ICF stuff in gyp.) Review URL: http://codereview.chromium.org/9316110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121068 0039d316-1c4b-4281-b951-d872f2087c98
* linux: don't build gold as part of install-build-deps.shevan@chromium.org2012-02-081-127/+1
| | | | | | | | | | Now that it's in the tree we don't need to force everyone to build it. (Especially since the code to build it didn't put it in the path anyway.) Review URL: https://chromiumcodereview.appspot.com/9317085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121005 0039d316-1c4b-4281-b951-d872f2087c98
* There are significant structural and functional issues with this code. I ↵abodenha@chromium.org2012-02-081-2/+1
| | | | | | | | | | | was going to remove just the Mac code, but doing so revealed issues with the Linux code as well. BUG=111652 TEST= Review URL: https://chromiumcodereview.appspot.com/9307087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120993 0039d316-1c4b-4281-b951-d872f2087c98
* Support optional PNaCl download by bots.noelallen@chromium.org2012-02-081-0/+15
| | | | | | | | | | | Adds and optional download for bots triggered by environment variable. This download will only happen on SDK bots until we switch to PNaCl. BUG= 112929 Review URL: http://codereview.chromium.org/9323023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120918 0039d316-1c4b-4281-b951-d872f2087c98
* Set OmitFramePointers to false for official builds to do some tests. kerz@chromium.org2012-02-071-1/+1
| | | | | | | | BUG=NONE TBR=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9346022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120793 0039d316-1c4b-4281-b951-d872f2087c98
* Add flag to build old ChromeOS (pre-Aura). Thus allowing us to have a bot on ↵saintlou@chromium.org2012-02-071-2/+13
| | | | | | | | | | | the main waterfall. BUG=112962 TEST=none Review URL: https://chromiumcodereview.appspot.com/9346007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120784 0039d316-1c4b-4281-b951-d872f2087c98
* Enable internal gold for ChromeOS.ivankr@chromium.org2012-02-071-3/+2
| | | | | | | | | BUG=None TEST=Manual: chrome builds with chromeos=1 on a 64-bit machine without a system gold binary. Review URL: https://chromiumcodereview.appspot.com/9325068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120762 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some tests to get Android FYI bot green.jrg@google.com2012-02-072-1/+12
| | | | | | | | | BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120719 0039d316-1c4b-4281-b951-d872f2087c98
* Enable canvas_skia_skia.cc on Windows.asvitkine@chromium.org2012-02-071-0/+6
| | | | | | | | | BUG=105550 TEST=All UI text looks the same as before. Review URL: http://codereview.chromium.org/9298015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120710 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting: https://chromiumcodereview.appspot.com/9316112/saintlou@chromium.org2012-02-071-17/+24
| | | | | | | | | | | | which prevents building chromeos with gtk TBR=thestig@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120684 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at chrome_browser gyp simplification.saintlou@chromium.org2012-02-051-24/+17
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9316112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120526 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace-only change to force a build.jhawkins@chromium.org2012-02-041-0/+3
| | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9316118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120491 0039d316-1c4b-4281-b951-d872f2087c98
* Build aura_shell_unittests on Mac try bot targetdhollowa@chromium.org2012-02-041-1/+0
| | | | | | | | | | | | | | Enables building of target 'aura_shell_unittest' when building the 'aura_builder' target. The 'aura_builder' target is used by the try bots. BUG=None TEST=Compiles on Mac try bot R=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120453 0039d316-1c4b-4281-b951-d872f2087c98
* linux: use an in-tree copy of gold by defaultevan@chromium.org2012-02-031-0/+23
| | | | | | | | | | | | (Reland of r120385 with newer third_party/gold.) Rather than forcing everyone to configure their search paths etc. we should just make this work by default. You can set the gyp variable linux_use_gold_binary=0 to turn it off. Review URL: https://chromiumcodereview.appspot.com/9316002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120424 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 120385 - linux: use an in-tree copy of gold by defaulttim@chromium.org2012-02-031-23/+0
| | | | | | | | | | | | | | | Rather than forcing everyone to configure their search paths etc. we should just make this work by default. You can set the gyp variable linux_use_gold_binary=0 to turn it off. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120356 Review URL: https://chromiumcodereview.appspot.com/9316002 TBR=evan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9328004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120397 0039d316-1c4b-4281-b951-d872f2087c98
* linux: use an in-tree copy of gold by defaultevan@chromium.org2012-02-031-0/+23
| | | | | | | | | | | | Rather than forcing everyone to configure their search paths etc. we should just make this work by default. You can set the gyp variable linux_use_gold_binary=0 to turn it off. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120356 Review URL: https://chromiumcodereview.appspot.com/9316002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120385 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "linux: use an in-tree copy of gold by default"evan@chromium.org2012-02-031-23/+0
| | | | | | This reverts commit r120356. Build failures on 32-bit Linux. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120361 0039d316-1c4b-4281-b951-d872f2087c98
* linux: use an in-tree copy of gold by defaultevan@chromium.org2012-02-031-0/+23
| | | | | | | | | | Rather than forcing everyone to configure their search paths etc. we should just make this work by default. You can set the gyp variable linux_use_gold_binary=0 to turn it off. Review URL: https://chromiumcodereview.appspot.com/9316002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120356 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused cygwin build stepscottmg@chromium.org2012-02-031-27/+0
| | | | | | | | | | | All references have now been removed. BUG=111731 Review URL: http://codereview.chromium.org/9317020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120350 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Aura for all ChromeOS builds in Chromium.saintlou@chromium.org2012-02-022-26/+27
| | | | | | | | | | | This will be landed after this: https://gerrit.chromium.org/gerrit/#change,14752 BUG=112154 TEST=build with chromeos==1 in gyp and see Aura desktop. Review URL: https://chromiumcodereview.appspot.com/9315009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120240 0039d316-1c4b-4281-b951-d872f2087c98
* Fix lastchange.py when running on native win32 pythonscottmg@google.com2012-02-011-3/+1
| | | | | | | | | | | | | | When running as runhooks, it's not run via cygwin like it was when run in the build, and isn't able to find git. I believe the test that checked for both cygwin and win32 before was incorrect (but was always run via cygwin before so didn't matter). Additionally, when runhooks runs it, it's from above src/, so the cwd isn't in the repo. So, pass in the directory of the script itself so that git can find its repo. BUG=112264 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120089 Review URL: https://chromiumcodereview.appspot.com/9317037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120110 0039d316-1c4b-4281-b951-d872f2087c98
* Fix lastchange.py when running on native win32 pythonscottmg@google.com2012-02-011-4/+8
| | | | | | | | | | | | When running as runhooks, it's not run via cygwin like it was when run in the build, and isn't able to find git. I believe the test that checked for both cygwin and win32 before was incorrect (but was always run via cygwin before so didn't matter). Additionally, when runhooks runs it, it's from above src/, so the cwd isn't in the repo. So, pass in the directory of the script itself so that git can find its repo. BUG=112264 Review URL: https://chromiumcodereview.appspot.com/9317037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120089 0039d316-1c4b-4281-b951-d872f2087c98
* build/common.gypi: delete an unused variableevan@chromium.org2012-02-011-3/+0
| | | | | | | | TBR=thakis Review URL: http://codereview.chromium.org/9315018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120004 0039d316-1c4b-4281-b951-d872f2087c98
* Instead of always running the LASTCHANGE extractor, run it with regular file ↵scottmg@google.com2012-01-311-2/+1
| | | | | | | | | | | | | | dependencies. During gclient runhooks, update LASTCHANGE so that it will be updated at least as often as runhooks is run (i.e. for every sync). LASTCHANGE moved to build/util rather than SHARED_INTERMEDIATE_DIR because that directory isn't known to runhooks. BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9169105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119950 0039d316-1c4b-4281-b951-d872f2087c98
* Was previously testing wrong condition: 'win' in platform is true for ↵scottmg@google.com2012-01-301-2/+2
| | | | | | | | | | "dar'win'" too. BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9159050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119766 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment about non-emulator android tests.jrg@google.com2012-01-302-2/+2
| | | | | | | | | | | Switch FYI bot to run non-emulator tests (see related CL to switch over). BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9223034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119754 0039d316-1c4b-4281-b951-d872f2087c98
* run cygwin mount setup in runhooks, and remove some references to itscottmg@google.com2012-01-302-3/+20
| | | | | | | | BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9223028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119708 0039d316-1c4b-4281-b951-d872f2087c98
* Removing unused gyp variable use_threaded_compositingjunov@chromium.org2012-01-301-4/+0
| | | | | | | | | BUG=111192 TEST=NONE Review URL: http://codereview.chromium.org/9285015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119688 0039d316-1c4b-4281-b951-d872f2087c98
* Merge Compositor and CompositorCCpiman@chromium.org2012-01-291-7/+0
| | | | | | | | | | | | This also removes a few unused calls. BUG=None TEST=compiles, tests pass Review URL: http://codereview.chromium.org/9297041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119645 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 148039:148911thakis@chromium.org2012-01-291-0/+18
| | | | | | | | | | BUG=97532,111806,111208 (maybe?) TEST=none TBR=hans Review URL: http://codereview.chromium.org/9297028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119637 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: Turn it off by default on Win/Mac/Linuxyoshiki@chromium.org2012-01-281-3/+3
| | | | | | | | | | | | WebUI Task Manager does not ship on M18 on Desktop Chromes (Win/Mac/Linux) so that task manager have been disabled temporary. On Chrome OS and Aura, it is still enabled. BUG=97429 TEST=manual on linux and aura Review URL: http://codereview.chromium.org/9290042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119612 0039d316-1c4b-4281-b951-d872f2087c98