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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/lib/gl/gles2/BUILD.gn ('k') | ppapi/ppapi_gl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 04d0d4146c0838699b2df62b794047788d4c0bd5..0a07d53cbe8d2095615cd4adaeaf24fd81b1d6e8 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -11,7 +11,7 @@
],
'targets': [
{
- # GN version: //ppapi:ppapi_c
+ # GN version: //ppapi/c
'target_name': 'ppapi_c',
'type': 'none',
'all_dependent_settings': {
@@ -24,7 +24,7 @@
],
},
{
- # GN version: //ppapi:ppapi_cpp_objects
+ # GN version: //ppapi/cpp:objects
'target_name': 'ppapi_cpp_objects',
'type': 'static_library',
'dependencies': [
@@ -38,7 +38,7 @@
],
},
{
- # GN version: //ppapi:ppapi_cpp
+ # GN version: //ppapi/cpp
'target_name': 'ppapi_cpp',
'type': 'static_library',
'dependencies': [
@@ -54,7 +54,7 @@
],
},
{
- # GN version: //ppapi:ppapi_internal_module
+ # GN version: //ppapi/cpp/private:internal_module
'target_name': 'ppapi_internal_module',
'type': 'static_library',
'include_dirs+': [
« no previous file with comments | « ppapi/lib/gl/gles2/BUILD.gn ('k') | ppapi/ppapi_gl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698