diff options
author | brettw <brettw@chromium.org> | 2015-02-13 17:37:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-14 01:38:01 +0000 |
commit | f7eb6caac05a31363eefa30cad2d5aa2198d64ea (patch) | |
tree | 0cc1f0ed5a5e9253105ac25e98283033fdeddf64 /ppapi/ppapi_internal.gyp | |
parent | 5d4a4c5f9e60cdf954f23fa9de5a669adda475ed (diff) | |
download | chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.zip chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.tar.gz chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.tar.bz2 |
Split apart the PPAPI GN targets
This puts BUILD files in the corresponding directories without duplicate names.
Adds a template for ppapi examples and writes the build for one example. I only did one at this point to test the infrastructure without making this patch too large.
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/921953002
Cr-Commit-Position: refs/heads/master@{#316352}
Diffstat (limited to 'ppapi/ppapi_internal.gyp')
-rw-r--r-- | ppapi/ppapi_internal.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp index 4370640..6c526c0 100644 --- a/ppapi/ppapi_internal.gyp +++ b/ppapi/ppapi_internal.gyp @@ -33,7 +33,7 @@ ], 'targets': [ { - # GN version: //ppapi:ppapi_shared + # GN version: //ppapi/shared_impl and //ppapi/thunk 'target_name': 'ppapi_shared', 'type': '<(component)', 'variables': { @@ -92,7 +92,7 @@ # In a static build, build ppapi_ipc separately. 'targets': [ { - # GN version: //ppapi:ppapi_ipc + # GN version: //ppapi/proxy:ipc 'target_name': 'ppapi_ipc', 'type': 'static_library', 'variables': { @@ -114,7 +114,7 @@ }, }, { - # GN version: //ppapi:ppapi_proxy + # GN version: //ppapi/proxy 'target_name': 'ppapi_proxy', 'type': 'static_library', 'variables': { |