Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_chromium_org
Commits
a3be64ca
Commit
a3be64ca
authored
10 years ago
by
Marcin Kosiba
Browse files
Options
Download
Email Patches
Plain Diff
Re-generate .mk files after JNI generator changes.
BUG: 16870075 Change-Id: I7d1971f2862fa27ae4469519a81029f85eab38bb
parent
7d196dc3
Changes
210
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
40 additions
and
0 deletions
+40
-0
GypAndroid.darwin-arm.mk
GypAndroid.darwin-arm.mk
+1
-0
GypAndroid.darwin-arm64.mk
GypAndroid.darwin-arm64.mk
+1
-0
GypAndroid.darwin-mips.mk
GypAndroid.darwin-mips.mk
+1
-0
GypAndroid.darwin-x86.mk
GypAndroid.darwin-x86.mk
+1
-0
GypAndroid.darwin-x86_64.mk
GypAndroid.darwin-x86_64.mk
+1
-0
GypAndroid.linux-arm.mk
GypAndroid.linux-arm.mk
+1
-0
GypAndroid.linux-arm64.mk
GypAndroid.linux-arm64.mk
+1
-0
GypAndroid.linux-mips.mk
GypAndroid.linux-mips.mk
+1
-0
GypAndroid.linux-x86.mk
GypAndroid.linux-x86.mk
+1
-0
GypAndroid.linux-x86_64.mk
GypAndroid.linux-x86_64.mk
+1
-0
android_webview/libwebviewchromium.target.darwin-arm.mk
android_webview/libwebviewchromium.target.darwin-arm.mk
+3
-0
android_webview/libwebviewchromium.target.darwin-arm64.mk
android_webview/libwebviewchromium.target.darwin-arm64.mk
+3
-0
android_webview/libwebviewchromium.target.darwin-mips.mk
android_webview/libwebviewchromium.target.darwin-mips.mk
+3
-0
android_webview/libwebviewchromium.target.darwin-x86.mk
android_webview/libwebviewchromium.target.darwin-x86.mk
+3
-0
android_webview/libwebviewchromium.target.darwin-x86_64.mk
android_webview/libwebviewchromium.target.darwin-x86_64.mk
+3
-0
android_webview/libwebviewchromium.target.linux-arm.mk
android_webview/libwebviewchromium.target.linux-arm.mk
+3
-0
android_webview/libwebviewchromium.target.linux-arm64.mk
android_webview/libwebviewchromium.target.linux-arm64.mk
+3
-0
android_webview/libwebviewchromium.target.linux-mips.mk
android_webview/libwebviewchromium.target.linux-mips.mk
+3
-0
android_webview/libwebviewchromium.target.linux-x86.mk
android_webview/libwebviewchromium.target.linux-x86.mk
+3
-0
android_webview/libwebviewchromium.target.linux-x86_64.mk
android_webview/libwebviewchromium.target.linux-x86_64.mk
+3
-0
No files found.
GypAndroid.darwin-arm.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.darwin-arm.mk
include
$(LOCAL_PATH)/base/base_prefs.target.darwin-arm.mk
include
$(LOCAL_PATH)/base/base_static.target.darwin-arm.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.darwin-arm.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.darwin-arm.mk
include
$(LOCAL_PATH)/cc/cc.target.darwin-arm.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.darwin-arm.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.darwin-arm.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.darwin-arm64.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.darwin-arm64.mk
include
$(LOCAL_PATH)/base/base_prefs.target.darwin-arm64.mk
include
$(LOCAL_PATH)/base/base_static.target.darwin-arm64.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.darwin-arm64.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.darwin-arm64.mk
include
$(LOCAL_PATH)/cc/cc.target.darwin-arm64.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.darwin-arm64.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.darwin-arm64.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.darwin-mips.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.darwin-mips.mk
include
$(LOCAL_PATH)/base/base_prefs.target.darwin-mips.mk
include
$(LOCAL_PATH)/base/base_static.target.darwin-mips.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.darwin-mips.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.darwin-mips.mk
include
$(LOCAL_PATH)/cc/cc.target.darwin-mips.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.darwin-mips.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.darwin-mips.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.darwin-x86.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.darwin-x86.mk
include
$(LOCAL_PATH)/base/base_prefs.target.darwin-x86.mk
include
$(LOCAL_PATH)/base/base_static.target.darwin-x86.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.darwin-x86.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.darwin-x86.mk
include
$(LOCAL_PATH)/cc/cc.target.darwin-x86.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.darwin-x86.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.darwin-x86.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.darwin-x86_64.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/base/base_prefs.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/base/base_static.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/cc/cc.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.darwin-x86_64.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.darwin-x86_64.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.linux-arm.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.linux-arm.mk
include
$(LOCAL_PATH)/base/base_prefs.target.linux-arm.mk
include
$(LOCAL_PATH)/base/base_static.target.linux-arm.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.linux-arm.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.linux-arm.mk
include
$(LOCAL_PATH)/cc/cc.target.linux-arm.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.linux-arm.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.linux-arm.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.linux-arm64.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.linux-arm64.mk
include
$(LOCAL_PATH)/base/base_prefs.target.linux-arm64.mk
include
$(LOCAL_PATH)/base/base_static.target.linux-arm64.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.linux-arm64.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.linux-arm64.mk
include
$(LOCAL_PATH)/cc/cc.target.linux-arm64.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.linux-arm64.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.linux-arm64.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.linux-mips.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.linux-mips.mk
include
$(LOCAL_PATH)/base/base_prefs.target.linux-mips.mk
include
$(LOCAL_PATH)/base/base_static.target.linux-mips.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.linux-mips.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.linux-mips.mk
include
$(LOCAL_PATH)/cc/cc.target.linux-mips.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.linux-mips.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.linux-mips.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.linux-x86.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.linux-x86.mk
include
$(LOCAL_PATH)/base/base_prefs.target.linux-x86.mk
include
$(LOCAL_PATH)/base/base_static.target.linux-x86.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.linux-x86.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.linux-x86.mk
include
$(LOCAL_PATH)/cc/cc.target.linux-x86.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.linux-x86.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.linux-x86.mk
...
...
This diff is collapsed.
Click to expand it.
GypAndroid.linux-x86_64.mk
View file @
a3be64ca
...
...
@@ -25,6 +25,7 @@ include $(LOCAL_PATH)/base/base_jni_headers.target.linux-x86_64.mk
include
$(LOCAL_PATH)/base/base_prefs.target.linux-x86_64.mk
include
$(LOCAL_PATH)/base/base_static.target.linux-x86_64.mk
include
$(LOCAL_PATH)/base/third_party/dynamic_annotations/dynamic_annotations.target.linux-x86_64.mk
include
$(LOCAL_PATH)/build/android/android_exports.target.linux-x86_64.mk
include
$(LOCAL_PATH)/cc/cc.target.linux-x86_64.mk
include
$(LOCAL_PATH)/cc/cc_surfaces.target.linux-x86_64.mk
include
$(LOCAL_PATH)/components/auto_login_parser.target.linux-x86_64.mk
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.darwin-arm.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -614,6 +615,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-Wl
,-z,relro
\
-Wl
,-z,now
\
-fuse-ld
=
gold
\
...
...
@@ -632,6 +634,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-Wl
,-z,relro
\
-Wl
,-z,now
\
-fuse-ld
=
gold
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.darwin-arm64.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -574,6 +575,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-nostdlib
\
-Wl
,--no-undefined
\
-Wl
,-shared,-Bsymbolic
\
...
...
@@ -588,6 +590,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-nostdlib
\
-Wl
,--no-undefined
\
-Wl
,-shared,-Bsymbolic
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.darwin-mips.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -584,6 +585,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-EL
\
-Wl
,--no-keep-memory
\
-nostdlib
\
...
...
@@ -600,6 +602,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-EL
\
-Wl
,--no-keep-memory
\
-nostdlib
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.darwin-x86.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -599,6 +600,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m32
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
@@ -615,6 +617,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m32
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.darwin-x86_64.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -597,6 +598,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m64
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
@@ -613,6 +615,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m64
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.linux-arm.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -614,6 +615,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-Wl
,-z,relro
\
-Wl
,-z,now
\
-fuse-ld
=
gold
\
...
...
@@ -632,6 +634,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-Wl
,-z,relro
\
-Wl
,-z,now
\
-fuse-ld
=
gold
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.linux-arm64.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -574,6 +575,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-nostdlib
\
-Wl
,--no-undefined
\
-Wl
,-shared,-Bsymbolic
\
...
...
@@ -588,6 +590,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-nostdlib
\
-Wl
,--no-undefined
\
-Wl
,-shared,-Bsymbolic
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.linux-mips.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -584,6 +585,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-EL
\
-Wl
,--no-keep-memory
\
-nostdlib
\
...
...
@@ -600,6 +602,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-EL
\
-Wl
,--no-keep-memory
\
-nostdlib
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.linux-x86.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -599,6 +600,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m32
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
@@ -615,6 +617,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m32
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
This diff is collapsed.
Click to expand it.
android_webview/libwebviewchromium.target.linux-x86_64.mk
View file @
a3be64ca
...
...
@@ -38,6 +38,7 @@ GYP_TARGET_DEPENDENCIES := \
$(
call
intermediates-dir-for,GYP,testing_gtest_prod_gyp,,,
$(GYP_VAR_PREFIX)
)
/gtest_prod.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_modp_b64_modp_b64_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_modp_b64_modp_b64_gyp.a
\
$(
call
intermediates-dir-for,GYP,base_base_jni_headers_gyp,,,
$(GYP_VAR_PREFIX)
)
/base_jni_headers.stamp
\
$(
call
intermediates-dir-for,GYP,build_android_android_exports_gyp,,,
$(GYP_VAR_PREFIX)
)
/android_exports.stamp
\
$(
call
intermediates-dir-for,GYP,third_party_ashmem_ashmem_gyp,,,
$(GYP_VAR_PREFIX)
)
/ashmem.stamp
\
$(
call
intermediates-dir-for,STATIC_LIBRARIES,third_party_libevent_libevent_gyp,,,
$(GYP_VAR_PREFIX)
)
/third_party_libevent_libevent_gyp.a
\
$(
call
intermediates-dir-for,GYP,gpu_gpu_gyp,,,
$(GYP_VAR_PREFIX)
)
/gpu.stamp
\
...
...
@@ -597,6 +598,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m64
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
@@ -613,6 +615,7 @@ LOCAL_LDFLAGS_Release := \
-Wl
,-z,noexecstack
\
-fPIC
\
-Wl
,--no-fatal-warnings
\
-Wl
,--version-script
=
$(gyp_shared_intermediate_dir)
/android_exports.lst
\
-m64
\
-fuse-ld
=
gold
\
-nostdlib
\
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment