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

Issue 9875016: Fix sysroot for standalone GYP build on ARM. (Closed)

Created:
8 years, 9 months ago by Nikolay
Modified:
8 years, 8 months ago
Reviewers:
Mark Seaborn, robertm
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Fix sysroot for standalone GYP build on ARM. When compiling C files with deps on external libraries, seeing error like this: CC(target) out/Debug/obj.target/platform/native_client/src/shared/platform/nacl_global_secure_random.o In file included from ./native_client/src/shared/platform/nacl_secure_random.h:22, from ./native_client/src/shared/platform/nacl_global_secure_random.h:14, from native_client/src/shared/platform/nacl_global_secure_random.c:11: ./native_client/src/shared/platform/linux/nacl_secure_random_types.h:32:26: error: openssl/aes.h: No such file or directory Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=8131

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -2 lines) Patch
M build/common.gypi View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nikolay
8 years, 8 months ago (2012-03-29 12:19:37 UTC) #1
robertm
8 years, 8 months ago (2012-03-29 14:03:53 UTC) #2
LGTM

Please augment the description with a short description of the
problems you see without this change, so we can search for it if we get hit by
it again.

Powered by Google App Engine
This is Rietveld 408576698