summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Initial WebUI for DOM Distiller.nyquist@chromium.org2013-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | The DOM Distiller component will contain code for an experimental prototype for distilling the core part of a web page. To enable this feature, use the command line flag --enable-distiller. The webui/ folder depends on content, but given iOS at the time being supports the usage of WebUI, it is kept a a top level folder in the component instead of in content/. This commit is relanding r223528 since it was reverted in r223540. - Added missing GYP dependency. TBR=sky@chromium.org BUG=288015 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223528 Review URL: https://chromiumcodereview.appspot.com/23503042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223759 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pak (try 2)jamesr@chromium.org2013-08-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. This previously landed as https://codereview.chromium.org/22339020 and was reverted due to various scripts/etc still referencing chrome.pak. This patch still builds chrome.pak, but with only the (tiny) net_resources in it. After this lands I'll go remove references to chrome.pak and then remove it completely once all references are gone. BUG=52609 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218956 R=phajdan.jr@chromium.org, sky@chromium.org, tony@chromium.org Review URL: https://codereview.chromium.org/23205023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219226 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 217346 "Remove chrome.pak references, build resources int..."dmazzoni@chromium.org2013-08-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Compile failures on main builders, not seen on try bots. > Remove chrome.pak references, build resources into resources.pak > > This puts resources that used to be in chrome.pak and/or compiled in to > chrome.dll into resources.pak. resources.pak is already loaded at startup > on all platforms so having some resources in a separate pak file isn't > beneficial. > > TBR=tony@chromium.org > > BUG=52609 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216822 > > Review URL: https://codereview.chromium.org/22339020 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/22794013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217362 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pakjamesr@chromium.org2013-08-131-9/+0
| | | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. TBR=tony@chromium.org BUG=52609 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216822 Review URL: https://codereview.chromium.org/22339020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217346 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 216822 "Remove chrome.pak references, build resources int..."thestig@chromium.org2013-08-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Broke a variety of Linux, CrOS, and Android bots: ninja: error: 'gen/repack/chrome.pak', needed by 'chrome.pak', missing and no known rule to make it > Remove chrome.pak references, build resources into resources.pak > > This puts resources that used to be in chrome.pak and/or compiled in to > chrome.dll into resources.pak. resources.pak is already loaded at startup > on all platforms so having some resources in a separate pak file isn't > beneficial. > > R=tony > TBR=sky > > BUG=52609 > > Review URL: https://chromiumcodereview.appspot.com/22339020 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/22557005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216823 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome.pak references, build resources into resources.pakjamesr@chromium.org2013-08-101-3/+0
| | | | | | | | | | | | | | | | This puts resources that used to be in chrome.pak and/or compiled in to chrome.dll into resources.pak. resources.pak is already loaded at startup on all platforms so having some resources in a separate pak file isn't beneficial. R=tony TBR=sky BUG=52609 Review URL: https://chromiumcodereview.appspot.com/22339020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216822 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Remove ash_wallpaper_resources.derat@chromium.org2013-07-171-1/+0
| | | | | | | | | | | The default Chrome OS wallpaper is specified on the command line now. BUG=248764 Review URL: https://chromiumcodereview.appspot.com/18470004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211970 0039d316-1c4b-4281-b951-d872f2087c98
* Rename webkit_(resources|strings) targets to remove _temp infixjamesr@chromium.org2013-07-091-2/+2
| | | | | | | | | | | | | This is part 3 of the sequence started by https://codereview.chromium.org/17472006/. This updates all chromium-side targets to depend on the final target names, the only stragglers are dependencies in blink which still depend on the forwarding _temp targets defined in webkit_resources.gyp. R=darin Review URL: https://chromiumcodereview.appspot.com/18209009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210635 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit_resources / webkit_strings targets out of webkit_support.gypjamesr@chromium.org2013-07-041-2/+2
| | | | | | | | | | | | | | | The webkit_resources / webkit_strings targets were defined in webkit_glue.gypi which gets pulled in to webkit/support/webkit_support.gyp. This makes it hard to extract other targets that depend on these (such as webkit_common) out of webkit_support.gyp without creating cycles between gyp files, which is forbidden due to the xcode generator. This pulls these leaf targets out so we can start extracting other targets out. R=darin Review URL: https://chromiumcodereview.appspot.com/17472006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210080 0039d316-1c4b-4281-b951-d872f2087c98
* Generate files needed for tracing through the build.dsinclair@chromium.org2013-07-021-0/+1
| | | | | | | | | | | | | | | | Currently the about_tracing.html and about_tracing.js files are all committed into the trace-viewer repo. This causes a lot of churn. With this CL, when combined with the CL on the tracing side, we generate the needed files during the chromium build. Pairs with: https://codereview.appspot.com/9126044/ BUG=trace-viewer:152 TBR=dsinclair@chromium.org (for the grit dep) Review URL: https://chromiumcodereview.appspot.com/14990007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209777 0039d316-1c4b-4281-b951-d872f2087c98
* components: Rename component_resources.* to component_strings.*tfarina@chromium.org2013-06-191-1/+1
| | | | | | | | | | | | components_resources is misleading. Resources are generally images/assets and/or html/js/css files and we use IDR_* for them. BUG=250213 R=joi@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/17192004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207130 0039d316-1c4b-4281-b951-d872f2087c98
* device: Restructure the layout of gyp files.tfarina@chromium.org2013-06-031-1/+1
| | | | | | | | | | | | | | | | | | This follow the same structure used by ui/keyboard/. Now the directory hierachy looks like this: device/bluetooth/bluetooth.gyp device/bluetooth/bluetooth_strings.gyp device/bluetooth/bluetooth_strings.grd device/bluetooth/strings device/usb/usb.gyp R=bryeung@chromium.org,miket@chromium.org Review URL: https://chromiumcodereview.appspot.com/16231013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203652 0039d316-1c4b-4281-b951-d872f2087c98
* Include component_resources in iOS builds.lliabraa@chromium.org2013-05-171-1/+1
| | | | | | | | BUG=None Review URL: https://chromiumcodereview.appspot.com/15294009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200875 0039d316-1c4b-4281-b951-d872f2087c98
* Separate component resources into their own .grd filecaitkp@chromium.org2013-05-141-0/+1
| | | | | | | | | | | TBR=ben@chromium.org (gyp changes) BUG=140037 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199800 Review URL: https://chromiumcodereview.appspot.com/15018020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200038 0039d316-1c4b-4281-b951-d872f2087c98
* Boilerplate code to add chrome://syncfs-internals page for debugging ↵calvinlo@chromium.org2013-05-021-1/+8
| | | | | | | | | | | | SyncFileSystem. Will add the event code and event handlers in JS in next patch. BUG=226353 TEST=Go to chrome://syncfs-internals and see something. TBR=arv@chromium.org, thestig@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/14084008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197845 0039d316-1c4b-4281-b951-d872f2087c98
* Added chrome://translate-internals. For now, this shows only the ↵hajimehoshi@chromium.org2013-04-231-0/+7
| | | | | | | | | | preferences concerned with the translation. BUG=175967 Review URL: https://chromiumcodereview.appspot.com/13842010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195745 0039d316-1c4b-4281-b951-d872f2087c98
* device: Create device_bluetooth_string.{gyp,grd} files.tfarina@chromium.org2013-02-221-0/+1
| | | | | | | | | | | | | By doing this we can remove the dependency on chrome/chrome_resources.gyp:chrome_strings BUG=177286 R=zork@chromium.org,tony@chromium.org,youngki@chromium.org,miket@chromium.org TBR=ben@chromium.org # for trivial changes in chrome/ Review URL: https://codereview.chromium.org/12328028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183953 0039d316-1c4b-4281-b951-d872f2087c98
* Generate about:credits page automatically at build time.phajdan.jr@chromium.org2013-02-071-0/+33
| | | | | | | | | | This uses tools/licenses.py internally. BUG=160424 Review URL: https://codereview.chromium.org/12177010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181293 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Generate about:credits page automatically at build time."phajdan.jr@chromium.org2013-02-041-33/+0
| | | | | | | | | | Suspected errors resulting from grit roll. BUG=160424 Review URL: https://codereview.chromium.org/12192018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180403 0039d316-1c4b-4281-b951-d872f2087c98
* Generate about:credits page automatically at build time.phajdan.jr@chromium.org2013-02-041-0/+33
| | | | | | | | | | | | | This uses tools/licenses.py internally. Also rolls grit DEPS for https://codereview.chromium.org/12090119/ and removes checked-in about_credits.html . BUG=160424 Review URL: https://codereview.chromium.org/12177010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180394 0039d316-1c4b-4281-b951-d872f2087c98
* Add empty chrome://memory-internals pagejochen@chromium.org2013-01-291-0/+7
| | | | | | | | | | | It's currently behind the --enable-memory-internals-ui command-line flag BUG=168642 R=jhawkins@chromium.org,marja@chromium.org Review URL: https://codereview.chromium.org/11896108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179319 0039d316-1c4b-4281-b951-d872f2087c98
* Move webui resources from chrome\browser\resources\shared to ui\webui\resources.jam@chromium.org2013-01-171-7/+0
| | | | | | | BUG=169170 Review URL: https://codereview.chromium.org/11962043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177425 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: rename debugger/ to devtools/, move DevTools files into ↵pfeldman@chromium.org2012-12-191-2/+2
| | | | | | | | | content/renderer/devtools. Review URL: https://codereview.chromium.org/11630004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173903 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools ↵mnissler@chromium.org2012-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | files into content/renderer/devtools." DevToolsManagerTest.ForwardMessageToClient: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Tests%20x64&number=29428 http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Aura&number=304 http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Clang%20%28dbg%29&number=37637 http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%281%29&number=17804 http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20Chromium%20OS%20ASAN%20Tests%20%283%29&number=1107 BUG=None TEST=Tree becomes greener. TBR=pfeldman@chromium.org Review URL: https://codereview.chromium.org/11645015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173893 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: rename debugger/ to devtools/, move DevTools files into ↵pfeldman@chromium.org2012-12-191-2/+2
| | | | | | | | content/renderer/devtools. Review URL: https://codereview.chromium.org/11630004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173891 0039d316-1c4b-4281-b951-d872f2087c98
* Added compiling of net_internals for iOS.rtenneti@chromium.org2012-12-071-7/+7
| | | | | | | | | R=stuartmorgan@chromium.org BUG=151512 Review URL: https://chromiumcodereview.appspot.com/11453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171694 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude chrome/common/extensions/api/ from build if enable_extensions==0nileshagrawal@chromium.org2012-12-041-1/+1
| | | | | | | | | | | BUG=155069 Saves 170k in libchromeview.so Review URL: https://chromiumcodereview.appspot.com/11411324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170962 0039d316-1c4b-4281-b951-d872f2087c98
* [signin] Basic framework for about:signin-internals.vishwath@google.com2012-11-201-0/+7
| | | | | | | | | | | | | Added framework to collect authentication and signin related info from various parts of chrome and display them in a diagnostic page reachable at about:signin-internals. BUG=114613 Review URL: https://chromiumcodereview.appspot.com/11377015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168664 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default values of WebPreferences for zh-* and ja.jshin@chromium.org2012-11-171-2/+9
| | | | | | | | | | | | | | | | | | For Google ChromeOS, set them to the licensed fonts. For Chromium OS, set them to IPA fonts (ja) and Droid Sans fallback (zh-*). Because 'grd' format does not support messages with the same id in multiple branches when use_name_for_id is set [1], we add locale_settings_{chromiumos,google_chromeos}.grd in place of locale_settings_cros.grd. However, xtb files included by them keep their old names (locale_settings_cros_{lang}.xtb ). [1] http://code.google.com/p/grit-i18n/issues/detail?id=8 BUG=159456 TEST=In Google ChromeOS, go to http://www.w3.org/International/tests/tests-html-css/tests-fonts/generate-auto-assignment?test=1 and see if 'ja', 'zh-*', 'ko' use slightly differnet glyphs. Or, see http://i18nl10n.com/cros/cjkdeffont.html and make sure that the 3rd column matches in 4th column in ChromeOS and 5th column in Chromium OS. Review URL: https://chromiumcodereview.appspot.com/11338052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168429 0039d316-1c4b-4281-b951-d872f2087c98
* Move scale factor independent resources to separate ↵oshima@chromium.org2012-11-151-0/+18
| | | | | | | | | | | | | chrome_unscaled_resources.grd. I'll rename theme_resources.grd to chrome_scaled_resources.grd in separate CL. Load such resources as SCALE_FACTOR_NONE (this will be renamed to SCALE_FACTOR_INDEPENDENT (or something that means it's not pre scaled) in follow-up CL) BUG=160770 TEST=none Review URL: https://chromiumcodereview.appspot.com/11361256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167992 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Exclude unused resources from Android build."nileshagrawal@chromium.org2012-10-291-2/+2
| | | | | | | | | | | | This reverts commit e23c1449de91a72ada4c41a05fe3009802b5748d. Breaks the clobber build. BUG= Review URL: https://codereview.chromium.org/11341026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164750 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude unused resources from Android build.nileshagrawal@chromium.org2012-10-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Excluded resources due to this change: AUDITSPANEL_JS CODEMIRRORTEXTEDITOR_JS DEVTOOLS_CSS DEVTOOLS_EXTENSION_API_JS DEVTOOLS_JS ELEMENTSPANEL_JS HEAPSNAPSHOTWORKER_JS IDR_BOOKMARK_MANAGER_BOOKMARK_MAIN_JS IDR_NET_INTERNALS_INDEX_HTML IDR_NET_INTERNALS_INDEX_JS IDR_OPTIONS_BUNDLE_JS IDR_OPTIONS_HTML IMAGES_PROFILESSILHOUETTE_PNG IMAGES_SCRIPTSSILHOUETTE_PNG IMAGES_TOOLBARICONS_PNG IMAGES_TOOLBARICONSSMALL_PNG NETWORKPANEL_JS PROFILESPANEL_JS RESOURCESPANEL_JS SCRIPTFORMATTERWORKER_JS SCRIPTSPANEL_JS TIMELINEPANEL_JS BUG=155069 Review URL: https://chromiumcodereview.appspot.com/11306009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164702 0039d316-1c4b-4281-b951-d872f2087c98
* Add iOS support to the chrome/ resource gyp/gypi filesstuartmorgan@chromium.org2012-10-171-65/+81
| | | | | | | | | | | Excludes resources that aren't used on iOS. BUG=None Review URL: https://chromiumcodereview.appspot.com/11189031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162575 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Simplify chrome gyp files.thestig@chromium.org2012-10-081-2/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11065031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160747 0039d316-1c4b-4281-b951-d872f2087c98
* Include wallpaper to win_aura's executablesoshima@chromium.org2012-10-061-1/+1
| | | | | | | | | | | This fixes crash at startup time. BUG=151870 TEST=ash_shell.exe no longer crash at startup Review URL: https://chromiumcodereview.appspot.com/11026075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160562 0039d316-1c4b-4281-b951-d872f2087c98
* Move wallpapers to ash/resourceoshima@chromium.org2012-09-141-1/+1
| | | | | | | | | | TBR=sky@chromium.org BUG=141663 TEST=none Review URL: https://codereview.chromium.org/10910264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156728 0039d316-1c4b-4281-b951-d872f2087c98
* (reland r156610)oshima@chromium.org2012-09-131-0/+5
| | | | | | | | | | | | | add ash_resources.grd and necessary changes to use images in ash/resources BUG=146034 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156610 Review URL: https://codereview.chromium.org/10905242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156637 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r156610 "add ash_resources.grd and necessary changes to use images in ↵oshima@chromium.org2012-09-131-6/+2
| | | | | | | | | | ash/resources" TBR=oshima@chromium.org BUG=146034 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156614 0039d316-1c4b-4281-b951-d872f2087c98
* add ash_resources.grd and necessary changes to use images in ash/resourcesoshima@chromium.org2012-09-131-2/+6
| | | | | | | | | BUG=146034 TEST=none Review URL: https://codereview.chromium.org/10905242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156610 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor chrome/renderer resources so they support images with different scale.varunjain@chromium.org2012-09-111-1/+1
| | | | | | | | | BUG=140482 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10915188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155936 0039d316-1c4b-4281-b951-d872f2087c98
* Updating support files for new high DPI touch assets.huangs@chromium.org2012-09-101-1/+9
| | | | | | | | | | resource_bundle_win.cc: ResourceBundle::LoadCommonResources() should be updated, but this requires decisions on what scaling ranges will use 140% and 180%. BUG=141048 Review URL: https://chromiumcodereview.appspot.com/10928005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155761 0039d316-1c4b-4281-b951-d872f2087c98
* Remove resources for touch 200 percentoshima@chromium.org2012-08-281-13/+0
| | | | | | | | | | TBR=sky@chromium.org BUG=144673 TEST=none Review URL: https://chromiumcodereview.appspot.com/10900009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153756 0039d316-1c4b-4281-b951-d872f2087c98
* Options: Rename chrome/browser/resources/options2 -> ↵jhawkins@chromium.org2012-08-181-2/+2
| | | | | | | | | | | | chrome/browser/resources/options. BUG=none TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10809005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152267 0039d316-1c4b-4281-b951-d872f2087c98
* Make ChromeOS imply enable_hidpipkotwicz@chromium.org2012-08-111-1/+1
| | | | | | | | | | | | Bug=None Test=Compile ChromeOS without enable_hidpi GYP_DEFINE. R=flackr TBR=sky Review URL: https://chromiumcodereview.appspot.com/10829281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151160 0039d316-1c4b-4281-b951-d872f2087c98
* 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
* Reland 150411 - "Repack separate 100 / 200 / touch_100 / touch_200 files ↵flackr@chromium.org2012-08-081-49/+57
| | | | | | | | | | | | | | | into single pak files." BUG=139803 TEST=Chrome runs with ui and theme resources correctly loaded. Review URL: https://chromiumcodereview.appspot.com/10825111 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150570 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 150411 - Repack separate 100 / 200 / touch_100 / touch_200 files into ↵flackr@chromium.org2012-08-071-57/+49
| | | | | | | | | | | | | | | | single pak files. This broke Google Chrome Linux builders which are still looking for theme_resources_100_percent.pak. BUG=139803 TEST=Chrome runs with ui and theme resources correctly loaded. Review URL: https://chromiumcodereview.appspot.com/10825111 TBR=flackr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150450 0039d316-1c4b-4281-b951-d872f2087c98
* Repack separate 100 / 200 / touch_100 / touch_200 files into single pak files.flackr@chromium.org2012-08-071-49/+57
| | | | | | | | | BUG=139803 TEST=Chrome runs with ui and theme resources correctly loaded. Review URL: https://chromiumcodereview.appspot.com/10825111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150411 0039d316-1c4b-4281-b951-d872f2087c98
* Allow "cross-compiling" with GRITnewt@chromium.org2012-08-011-2/+2
| | | | | | | | | | | | | This adds an explicit "platform" option to repack_locales.py, so resources for one platform (e.g. Android) can be compiled on another (e.g. Linux). BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10830085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149488 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit_resources to support high-dpi assetsrbyers@chromium.org2012-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move webkit_resource.grd to be in the same directory as all the resources. This is consistent with what we do elsewhere, and avoids a limitation of the new grit support for chrome_scaled_image (it expects 'context' to be a specific form). Move all the current images into a default_100_percent sub-directory. Images were added to their new location separately (due to try/cq limitations on binary files) here: http://src.chromium.org/viewvc/chrome?view=rev&revision=148389 Add support for the 2x text area resize corner image. Note that I didn't make the .cur files support multiple resolutions because .cur files themselves can contain multiple resolutions, and when we support high-DPI on windows (the only place these are used), we'll probably want to use multi-resolution .cur files so that the cursor seamlessly changes when moving between different density screens. Also fixes the addition of 'hand' cursors to be windows specific (as all the other cursors are now). TBR=sky@chromium.org BUG=134046 TEST= Review URL: https://chromiumcodereview.appspot.com/10701105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149290 0039d316-1c4b-4281-b951-d872f2087c98