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

Unified Diff: build/filename_rules.gypi

Issue 1416133003: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | chrome/app/DEPS » ('j') | chrome/app/chrome_exe_main_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/filename_rules.gypi
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index f67287fa9e9501af05b9a3212066d86b43751247..f14da39dc83b477786d091c498b41eb2d87e6d5e 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -14,8 +14,8 @@
['exclude', '(^|/)win_[^/]*\\.(h|cc)$'] ],
}],
['OS!="mac" or >(nacl_untrusted_build)==1', {
- 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.(h|cc|mm?)$'],
- ['exclude', '(^|/)(cocoa|mac)/'] ],
+ 'sources/': [ ['exclude', '_(cocoa|mac|mach)(_unittest)?\\.(h|cc|mm?)$'],
+ ['exclude', '(^|/)(cocoa|mac|mach)/'] ],
}],
cpu_(ooo_6.6-7.5) 2015/11/06 23:16:48 you can probably push this change now outside of t
scottmg 2015/11/07 00:39:42 Sure, https://codereview.chromium.org/1413883010.
['OS!="ios" or >(nacl_untrusted_build)==1', {
'sources/': [ ['exclude', '_ios(_unittest)?\\.(h|cc|mm?)$'],
« no previous file with comments | « DEPS ('k') | chrome/app/DEPS » ('j') | chrome/app/chrome_exe_main_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698