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

Unified Diff: test/ios/framework/framework.gyp

Issue 1887703004: Fix header map nextPowerOf2 method. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add second header (so it's a power of two) Created 4 years, 8 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 | « pylib/gyp/mac_tool.py ('k') | test/ios/framework/iOSFramework/iOSFramework.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/framework/framework.gyp
diff --git a/test/ios/framework/framework.gyp b/test/ios/framework/framework.gyp
index a99079226d4cdb6cabe328b8aed7402c774247bf..3dc0f581666d44cfef49619c0d275d1d2f805b4c 100644
--- a/test/ios/framework/framework.gyp
+++ b/test/ios/framework/framework.gyp
@@ -10,6 +10,8 @@
'mac_bundle': 1,
'sources': [
'iOSFramework/iOSFramework.h',
sdefresne 2016/04/14 21:31:13 Can you add a comment here saying that you are usi
Justin Cohen (wrong one) 2016/04/18 14:18:46 Done.
+ 'iOSFramework/Thing.h',
+ 'iOSFramework/Thing.m',
],
'link_settings': {
'libraries': [
@@ -19,6 +21,7 @@
},
'mac_framework_headers': [
'iOSFramework/iOSFramework.h',
+ 'iOSFramework/Thing.h',
],
'mac_framework_dirs': [
'$(SDKROOT)/../../Library/Frameworks',
« no previous file with comments | « pylib/gyp/mac_tool.py ('k') | test/ios/framework/iOSFramework/iOSFramework.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698