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

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 comment 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/Thing.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..2c6fdd5b272ac2bf1ca36bb687661fd573e66c77 100644
--- a/test/ios/framework/framework.gyp
+++ b/test/ios/framework/framework.gyp
@@ -10,6 +10,8 @@
'mac_bundle': 1,
'sources': [
'iOSFramework/iOSFramework.h',
+ 'iOSFramework/Thing.h',
+ 'iOSFramework/Thing.m',
],
'link_settings': {
'libraries': [
@@ -18,7 +20,9 @@
],
},
'mac_framework_headers': [
+ # Using two headers here tests mac_tool.py NextGreaterPowerOf2.
'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/Thing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698