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

Side by Side Diff: chrome/BUILD.gn

Issue 1402353011: Expose a function to get the path to a DLL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grt comment #17 (pass StringPiece16 by value) 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/chrome_exe_main_win.cc » ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 sources += [ 103 sources += [
104 "app/chrome_crash_reporter_client.cc", 104 "app/chrome_crash_reporter_client.cc",
105 "app/chrome_crash_reporter_client.h", 105 "app/chrome_crash_reporter_client.h",
106 "app/chrome_exe.rc", 106 "app/chrome_exe.rc",
107 "app/chrome_exe_load_config_win.cc", 107 "app/chrome_exe_load_config_win.cc",
108 "app/chrome_exe_main_win.cc", 108 "app/chrome_exe_main_win.cc",
109 "app/chrome_watcher_client_win.cc", 109 "app/chrome_watcher_client_win.cc",
110 "app/chrome_watcher_client_win.h", 110 "app/chrome_watcher_client_win.h",
111 "app/chrome_watcher_command_line_win.cc", 111 "app/chrome_watcher_command_line_win.cc",
112 "app/chrome_watcher_command_line_win.h", 112 "app/chrome_watcher_command_line_win.h",
113 "app/client_util.cc",
114 "app/client_util.h",
115 "app/kasko_client.cc", 113 "app/kasko_client.cc",
116 "app/kasko_client.h", 114 "app/kasko_client.h",
115 "app/main_dll_loader_win.cc",
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 ":image_pre_reader", 126 ":image_pre_reader",
(...skipping 926 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/chrome_exe_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698