diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-23 05:33:09 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-23 05:33:09 +0000 |
commit | 5db2b749d3f5d907fc490baa4bd5935dc21737d4 (patch) | |
tree | 3c2c17e4b8acde4c19cecb72cf04519cdb06906b /chrome/chrome.isolate | |
parent | 4aec86591ca558cc64db05a8ab7dbc14dee7aec9 (diff) | |
download | chromium_src-5db2b749d3f5d907fc490baa4bd5935dc21737d4.zip chromium_src-5db2b749d3f5d907fc490baa4bd5935dc21737d4.tar.gz chromium_src-5db2b749d3f5d907fc490baa4bd5935dc21737d4.tar.bz2 |
Remove chrome.pak references, build resources into resources.pak (try 2)
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
Diffstat (limited to 'chrome/chrome.isolate')
-rw-r--r-- | chrome/chrome.isolate | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate index 86233c4..263a82c 100644 --- a/chrome/chrome.isolate +++ b/chrome/chrome.isolate @@ -6,7 +6,6 @@ ['OS=="linux"', { 'variables': { 'isolate_dependency_tracked': [ - '<(PRODUCT_DIR)/chrome.pak', '<(PRODUCT_DIR)/libclearkeycdm.so', '<(PRODUCT_DIR)/libclearkeycdmadapter.so', '<(PRODUCT_DIR)/libffmpegsumo.so', |