build: build squirrel and its dependencies from source (#24318)
* build: build squirrel and its dependencies from source * chore: do not use fork for squirrel.mac * build: do not ship headers with dependency frameworks * Update BUILD.gn * chore: s/striped/stripped * chore: update as per feedback * chore: use ARC and fix build errors * chore: fix ARC Squirrel self retainer
This commit is contained in:
parent
d330c6f9fe
commit
2a6d6d6ea7
13 changed files with 1431 additions and 141 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#import <ReactiveCocoa/NSObject+RACPropertySubscribing.h>
|
||||
#import <ReactiveCocoa/RACCommand.h>
|
||||
#import <ReactiveCocoa/RACSignal.h>
|
||||
#import <ReactiveObjC/NSObject+RACPropertySubscribing.h>
|
||||
#import <ReactiveObjC/RACCommand.h>
|
||||
#import <ReactiveObjC/RACSignal.h>
|
||||
#import <Squirrel/Squirrel.h>
|
||||
|
||||
#include "base/bind.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue