summaryrefslogtreecommitdiffstats
path: root/ash/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Move Ash wallpapers into a separate grd/pak file to avoid duplicationbenrg@chromium.org2012-08-091-0/+1
| | | | | | | | | | BUG=141467 TEST=Local Linux build, try changing wallpaper TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150745 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 148383 - Move the keyboard overlay view to ash."mazda@chromium.org2012-07-251-0/+1
| | | | | | | | | | | | | | The original CL broke win_aura, which is fixed in this CL. This reverts commit b36e66174d685a4195d7cc934d978086e033a8c4. TBR=ben@chromium.org BUG=124222 TEST=None Review URL: https://chromiumcodereview.appspot.com/10824023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148428 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 148383 - Move the keyboard overlay view to ash.rch@chromium.org2012-07-251-1/+0
| | | | | | | | | | | | | | | This change introduces an issue when Shift+Alt is pressed (http://code.google.com/p/chromium/issues/detail?id=131159). I'll fix it shortly together with the more general issue (http://code.google.com/p/chromium/issues/detail?id=129834). BUG=124222 TEST=None Review URL: https://chromiumcodereview.appspot.com/10829003 TBR=mazda@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148385 0039d316-1c4b-4281-b951-d872f2087c98
* Move the keyboard overlay view to ash.mazda@chromium.org2012-07-251-0/+1
| | | | | | | | | | | | This change introduces an issue when Shift+Alt is pressed (http://code.google.com/p/chromium/issues/detail?id=131159). I'll fix it shortly together with the more general issue (http://code.google.com/p/chromium/issues/detail?id=129834). BUG=124222 TEST=None Review URL: https://chromiumcodereview.appspot.com/10829003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148383 0039d316-1c4b-4281-b951-d872f2087c98
* This CL moves the contents of ui_resources_standard.grd into ↵benrg@chromium.org2012-07-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ui_resources.grd and theme_resources_standard.grd into theme_resources.grd. This also eliminates the following Grit outputs: ui_resources.pak ==> duplicated in each scaled-resource pak ui_resources_standard.h ==> merged into ui_resources.h ui_resources_standard_map.h ==> renamed to ui_resources_map.h ui_resources_standard_map.cc ==> renamed to ui_resources_map.cc theme_resources.rc ==> merged into theme_resources_standard.rc theme_resources.pak ==> duplicated in each scaled-resource pak theme_resources_standard.h ==> merged into theme_resources.h theme_resources_standard_map.h ==> merged into theme_resources_map.h theme_resources_standard_map.cc ==> merged into theme_resources_map.cc The image duplication is intentional; we may revisit this later. Currently the standard-size images are included twice in the Windows build, once as an rc and once as a pak. I'll fix this in a followup CL. TBR=ben@chromium.org,brettw@chromium.org,darin@chromium.org,stevenjb@chromium.org BUG=133570 TEST=Trybots, local build Review URL: https://chromiumcodereview.appspot.com/10756018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146224 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Stop checking out Libcroshashimoto@chromium.org2012-06-251-1/+0
| | | | | | | | | | BUG=127051 TEST=git try -c -b linux_chromeos,cros_x86 Review URL: https://chromiumcodereview.appspot.com/10621002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143873 0039d316-1c4b-4281-b951-d872f2087c98
* Don't make checkdeps ignore includes to directories that are brought in via ↵jam@chromium.org2012-04-271-0/+1
| | | | | | | | deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex) Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos top directoryoshima@chromium.org2012-03-211-0/+3
| | | | | | | | | BUG=119298 TEST=none Review URL: https://chromiumcodereview.appspot.com/9823001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128074 0039d316-1c4b-4281-b951-d872f2087c98
* Reland http://codereview.chromium.org/9121050/ with fix for aura_winzork@chromium.org2012-02-081-0/+1
| | | | | | | | | | | Add accessible names to the launcher buttons BUG=104192 TEST=None Review URL: https://chromiumcodereview.appspot.com/9307037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120950 0039d316-1c4b-4281-b951-d872f2087c98
* Revert Aura changesavi@chromium.org2012-02-011-1/+0
| | | | | | | | | | | This reverts commits r120044 and r120053. '044 broke the Win Aura bot, '053 did not fix it, and it's been burning since. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9307036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120067 0039d316-1c4b-4281-b951-d872f2087c98
* Add accessible names to the launcher buttonszork@chromium.org2012-02-011-0/+1
| | | | | | | | | | BUG=104192 TEST=None Review URL: http://codereview.chromium.org/9121050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120044 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot DEPS file.ben@chromium.org2011-12-221-0/+9
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115601 0039d316-1c4b-4281-b951-d872f2087c98