diff options
Diffstat (limited to 'ppapi/shared_impl/BUILD.gn')
-rw-r--r-- | ppapi/shared_impl/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn index 59f4ec0..64ae537 100644 --- a/ppapi/shared_impl/BUILD.gn +++ b/ppapi/shared_impl/BUILD.gn @@ -156,7 +156,7 @@ component("shared_impl") { defines = [ "PPAPI_SHARED_IMPLEMENTATION", - # This target also implements some thunk functions. + # This target goes in the same library as thunk (in GYP they are the same). "PPAPI_THUNK_IMPLEMENTATION", ] |