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

Unified Diff: chrome/BUILD.gn

Issue 1412673006: Transform ImagePreReader into PreReadFile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a_get_module_path
Patch Set: fix compile error. 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 | « no previous file | chrome/app/file_pre_reader_win.h » ('j') | chrome/app/file_pre_reader_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 7f05a18cb1f5ee0b9b8a702f9486507f736f3347..fae65feecdad612b3ec8f8c71e01fceef8520e4f 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -123,7 +123,7 @@ if (!is_android) {
deps += [
":chrome_dll",
":chrome_exe_version",
- ":image_pre_reader",
+ ":file_pre_reader",
# 'chrome_nacl_win64" TODO(GYP) bug 512869
# '../win8/delegate_execute/delegate_execute.gyp:*', TODO(GYP) bug 512867
@@ -517,10 +517,10 @@ if (is_win) {
output = "$target_gen_dir/other_version.rc"
}
- source_set("image_pre_reader") {
+ source_set("file_pre_reader") {
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",
]
deps = [
"//base",
« no previous file with comments | « no previous file | chrome/app/file_pre_reader_win.h » ('j') | chrome/app/file_pre_reader_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698