Sign in
chromium
/
external
/
WebKit_trimmed
/
07212a3d9960f0f4a2f8811cb3178d1c9e1b943b
/
.
/
Tools
/
DumpRenderTree
/
Makefile
blob: 344ef480b1f10948174f2e0a52b7e9b3efbd8b11 [
file
] [
log
] [
blame
]
SCRIPTS_PATH
=
../
Scripts
ifneq
(,
$
(
findstring iphoneos
,
$
(
SDKROOT
)))
OTHER_OPTIONS
+=
-
target
All
-
iOS
else
ifneq
(,
$
(
findstring iphonesimulator
,
$
(
SDKROOT
)))
OTHER_OPTIONS
+=
-
target
All
-
iOS
endif
include
../../
Makefile
.
shared