diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 19:21:09 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 19:21:09 +0000 |
commit | 86c9fe10f4ced08553a334f03a294a5a7b6ff4c5 (patch) | |
tree | f799dbcba829f7d452f6485ad167de083a6066c1 /ppapi | |
parent | b7e8121b1d32a02d394c9efdbea42e64e9efb1f0 (diff) | |
download | chromium_src-86c9fe10f4ced08553a334f03a294a5a7b6ff4c5.zip chromium_src-86c9fe10f4ced08553a334f03a294a5a7b6ff4c5.tar.gz chromium_src-86c9fe10f4ced08553a334f03a294a5a7b6ff4c5.tar.bz2 |
Fix directory name for native_client's plugin/ppapi.def.
(Copy of http://codereview.chromium.org/7828011/) for mcgrathr@google.com
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/7826013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/native_client/src/trusted/plugin/plugin.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gyp b/ppapi/native_client/src/trusted/plugin/plugin.gyp index 8aee36d..c60d682 100644 --- a/ppapi/native_client/src/trusted/plugin/plugin.gyp +++ b/ppapi/native_client/src/trusted/plugin/plugin.gyp @@ -89,7 +89,7 @@ ], 'xcode_settings': { 'OTHER_LDFLAGS': [ - '-Wl,-exported_symbols_list <(DEPTH)/native_client/src/trusted/plugin/ppapi.def' + '-Wl,-exported_symbols_list <(DEPTH)/ppapi/native_client/src/trusted/plugin/ppapi.def' ], }, 'dependencies': [ |