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

Unified Diff: chrome/browser/BUILD.gn

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/browser/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b21561b5917b7d745bb90cf0a2e203cb60e089f0..ee08123492ce27697e423d9fa1e0d65185bd06ff 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -997,8 +997,8 @@ if (android_java_ui) {
if (is_win) {
source_set("chrome_process_finder") {
sources = [
- "chrome_process_finder_win.cc",
- "chrome_process_finder_win.h",
+ "win/chrome_process_finder.cc",
+ "win/chrome_process_finder.h",
]
deps = [
"//base",
« no previous file with comments | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/browser/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698