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

Unified Diff: chrome/chrome_process_finder.gypi

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/chrome_process_finder.gypi
diff --git a/chrome/chrome_process_finder.gypi b/chrome/chrome_process_finder.gypi
index c63ed82c2d49d8df423cce67765e7d472cb5cc34..38ebbd7abcee83d6e5c1582b285b190b340805f4 100644
--- a/chrome/chrome_process_finder.gypi
+++ b/chrome/chrome_process_finder.gypi
@@ -16,8 +16,8 @@
'../chrome/common_constants.gyp:common_constants',
],
'sources': [
- 'browser/chrome_process_finder_win.cc',
- 'browser/chrome_process_finder_win.h',
+ 'browser/win/chrome_process_finder.cc',
+ 'browser/win/chrome_process_finder.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698