summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 03:01:44 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 03:01:44 +0000
commitc07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6 (patch)
treefdaa012620787dcd346312417f9aee1d883eb89e /gin/gin.gyp
parentb873bc8b51dbee1193f3e6b48db0d08a86e3badc (diff)
downloadchromium_src-c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6.zip
chromium_src-c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6.tar.gz
chromium_src-c07006b77f5a6af2a2206c3c32f1d4d6a4eb94f6.tar.bz2
Add a gin/public directory
When we start using gin from other projects but mojo, we want to be extra careful what we include. Therefore, we introduce a public/ directories with headers that are ok to be included from gin-embedders. As a start, we move wrapper_info.h into public/. BUG=317398 R=abarth@chromium.org Review URL: https://codereview.chromium.org/69293015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r--gin/gin.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp
index ee55822..8758932 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -48,7 +48,7 @@
'try_catch.cc',
'try_catch.h',
'wrapper_info.cc',
- 'wrapper_info.h',
+ 'public/wrapper_info.h',
],
},
{