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

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: 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 717ea25a87c9201e99268c72991d1ab9fe15fd9e..e442b82ab658a1010d8f2ec4601f4af32d03456d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1006,8 +1006,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",

Powered by Google App Engine
This is Rietveld 408576698