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

Side by Side Diff: chrome/BUILD.gn

Issue 1411683010: Revert of Transform ImagePreReader into PreReadFile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a_get_module_path
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/file_pre_reader_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build/config/win/manifest.gni") 10 import("//build/config/win/manifest.gni")
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "app/main_dll_loader_win.h", 116 "app/main_dll_loader_win.h",
117 "app/signature_validator_win.cc", 117 "app/signature_validator_win.cc",
118 "app/signature_validator_win.h", 118 "app/signature_validator_win.h",
119 "common/crash_keys.cc", 119 "common/crash_keys.cc",
120 "common/crash_keys.h", 120 "common/crash_keys.h",
121 ] 121 ]
122 122
123 deps += [ 123 deps += [
124 ":chrome_dll", 124 ":chrome_dll",
125 ":chrome_exe_version", 125 ":chrome_exe_version",
126 ":file_pre_reader", 126 ":image_pre_reader",
127 127
128 # 'chrome_nacl_win64" TODO(GYP) bug 512869 128 # 'chrome_nacl_win64" TODO(GYP) bug 512869
129 # '../win8/delegate_execute/delegate_execute.gyp:*', TODO(GYP) bug 51286 7 129 # '../win8/delegate_execute/delegate_execute.gyp:*', TODO(GYP) bug 51286 7
130 # '../win8/metro_driver/metro_driver.gyp:metro_driver', TODO(GYP) bug 51 2864 130 # '../win8/metro_driver/metro_driver.gyp:metro_driver', TODO(GYP) bug 51 2864
131 "//base", 131 "//base",
132 "//breakpad:breakpad_handler", 132 "//breakpad:breakpad_handler",
133 "//breakpad:breakpad_sender", 133 "//breakpad:breakpad_sender",
134 "//chrome/app/version_assembly:chrome_exe_manifest", 134 "//chrome/app/version_assembly:chrome_exe_manifest",
135 "//chrome/browser:chrome_process_finder", 135 "//chrome/browser:chrome_process_finder",
136 "//chrome/chrome_watcher", 136 "//chrome/chrome_watcher",
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 } 510 }
511 511
512 process_version("other_version") { 512 process_version("other_version") {
513 template_file = chrome_version_rc_template 513 template_file = chrome_version_rc_template
514 sources = [ 514 sources = [
515 "app/other.ver", 515 "app/other.ver",
516 ] 516 ]
517 output = "$target_gen_dir/other_version.rc" 517 output = "$target_gen_dir/other_version.rc"
518 } 518 }
519 519
520 source_set("file_pre_reader") { 520 source_set("image_pre_reader") {
521 sources = [ 521 sources = [
522 "app/file_pre_reader_win.cc", 522 "app/image_pre_reader_win.cc",
523 "app/file_pre_reader_win.h", 523 "app/image_pre_reader_win.h",
524 ] 524 ]
525 deps = [ 525 deps = [
526 "//base", 526 "//base",
527 ] 527 ]
528 } 528 }
529 } 529 }
530 530
531 # GYP version: chrome/chrome_resources.gyp:chrome_resources 531 # GYP version: chrome/chrome_resources.gyp:chrome_resources
532 group("resources") { 532 group("resources") {
533 public_deps = [ 533 public_deps = [
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1053 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1054 "//chrome/tools/build/linux/chrome-wrapper", 1054 "//chrome/tools/build/linux/chrome-wrapper",
1055 "//third_party/xdg-utils/scripts/xdg-mime", 1055 "//third_party/xdg-utils/scripts/xdg-mime",
1056 "//third_party/xdg-utils/scripts/xdg-settings", 1056 "//third_party/xdg-utils/scripts/xdg-settings",
1057 ] 1057 ]
1058 outputs = [ 1058 outputs = [
1059 "$root_out_dir/{{source_file_part}}", 1059 "$root_out_dir/{{source_file_part}}",
1060 ] 1060 ]
1061 } 1061 }
1062 } 1062 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/file_pre_reader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698