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

Unified Diff: third_party/class-dump/class-dump.gyp

Issue 1806523002: Add BUILD.gn rules to compile third_party/class-dump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compiler
Patch Set: Use ${host_toolchain} instead of //build/toolchain/mac:clang_x64 Created 4 years, 9 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 | « third_party/class-dump/class-dump.gni ('k') | third_party/class-dump/class-dump.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/class-dump/class-dump.gyp
diff --git a/third_party/class-dump/class-dump.gyp b/third_party/class-dump/class-dump.gyp
index 06286ede9fc6a68e9748108c1e9895842a5b3770..140fa8a5da2fd98c00a81290a395516f85c01763 100644
--- a/third_party/class-dump/class-dump.gyp
+++ b/third_party/class-dump/class-dump.gyp
@@ -9,6 +9,7 @@
},
'targets': [
{
+ # GN version //third_party/class-dump(//build/toolchain/mac:clang_x64)
'target_name': 'class-dump',
'toolsets': ['host'],
'type': 'executable',
« no previous file with comments | « third_party/class-dump/class-dump.gni ('k') | third_party/class-dump/class-dump.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698