Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4775)

Unified Diff: chrome/chrome_exe.gypi

Issue 1432973004: Transform ImagePreReader into PreReadFile (v2). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grt comment #3 size_t -> uint32_t Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 9cab33683ce3e752b8e5e08650e23086c400ce3c..c841c1b66be7ca4abaeff3acf08635b21af9857f 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -409,7 +409,7 @@
'chrome_process_finder',
'chrome_version_resources',
'installer_util',
- 'image_pre_reader',
+ 'file_pre_reader',
'../base/base.gyp:base',
'../crypto/crypto.gyp:crypto',
'../breakpad/breakpad.gyp:breakpad_handler',
@@ -508,11 +508,11 @@
['OS=="win"', {
'targets': [
{
- 'target_name': 'image_pre_reader',
+ 'target_name': 'file_pre_reader',
'type': 'static_library',
'sources': [
- 'app/image_pre_reader_win.cc',
- 'app/image_pre_reader_win.h',
+ 'app/file_pre_reader_win.cc',
+ 'app/file_pre_reader_win.h',
],
'dependencies': [
'../base/base.gyp:base',
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698