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

Unified Diff: chrome/BUILD.gn

Issue 923863002: Sort GN files under chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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/browser/BUILD.gn » ('j') | no next file with comments »
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 903ff5045fcc094784e2bdd88aa777b6327ffc79..828f6bc814c93c6a81a7ce57c30e6c7b5ce9fd30 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -170,6 +170,7 @@ if (!is_win || link_chrome_on_windows) {
output_name = "chrome"
sources = [
+ "//base/win/dllmain.cc",
"app/chrome_command_ids.h",
"app/chrome_dll.rc",
"app/chrome_dll_resource.h",
@@ -180,7 +181,6 @@ if (!is_win || link_chrome_on_windows) {
"app/close_handle_hook_win.h",
"app/delay_load_hook_win.cc",
"app/delay_load_hook_win.h",
- "//base/win/dllmain.cc",
]
deps += [
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698