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

Unified Diff: tools/tools.gyp

Issue 804913003: tools: Move Mac-specific tools to tools/mac (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years 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 | « tools/on_demand_service_tool.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tools.gyp
diff --git a/tools/tools.gyp b/tools/tools.gyp
index 343cb8e0c10e916ab8315e26593cb80bac91280d..fdcbd0192b3e86fa91e7563bade6de386a00526b 100644
--- a/tools/tools.gyp
+++ b/tools/tools.gyp
@@ -43,7 +43,7 @@
'..',
],
'sources': [
- 'catch_exception_tool.cc',
+ 'mac/catch_exception_tool.cc',
],
},
{
@@ -59,7 +59,7 @@
'..',
],
'sources': [
- 'exception_port_tool.cc',
+ 'mac/exception_port_tool.cc',
],
},
{
@@ -99,7 +99,7 @@
],
},
'sources': [
- 'on_demand_service_tool.mm',
+ 'mac/on_demand_service_tool.mm',
],
},
],
« no previous file with comments | « tools/on_demand_service_tool.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698