summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorrogerm@chromium.org <rogerm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 19:55:11 +0000
committerrogerm@chromium.org <rogerm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-03 19:55:11 +0000
commit6bb2628db614faf330df438bb7af17fa31a582ed (patch)
tree1c152ea4ab4fa1c5e40b53a1455379f276271eb4 /chrome_frame/chrome_frame.gyp
parentfe3b7dcbf673b546635034947e217011724861be (diff)
downloadchromium_src-6bb2628db614faf330df438bb7af17fa31a582ed.zip
chromium_src-6bb2628db614faf330df438bb7af17fa31a582ed.tar.gz
chromium_src-6bb2628db614faf330df438bb7af17fa31a582ed.tar.bz2
Add partial pre-read functionality to browser startup (Windows).
PartialPreReadImage has much the smae interface as PreReadImage except the bytes to read becomes a percentage to read and it reads a certain percentage of each section in the binary. Also adds some unittest coverage. BUG=chromium:98508 TEST= Review URL: http://codereview.chromium.org/9235053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 95ce7c5..0d9c124 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -302,6 +302,7 @@
'../chrome/chrome.gyp:common',
'../chrome/chrome.gyp:browser',
'../chrome/chrome.gyp:debugger',
+ '../chrome/chrome.gyp:image_pre_reader',
'../chrome/chrome.gyp:test_support_ui',
'../chrome/chrome.gyp:utility',
'../content/content.gyp:content_gpu',