Commit 102b81cd authored by tkent@chromium.org's avatar tkent@chromium.org

Export content_common dependency from some content targets.

Many Blink headers in public/platform/ include other headers in same directory
with relative paths. For now they have |#include "WebFoo.h"|, and we'd like to
change it to |#include "public/platform/WebFoo.h"|. This CL is necessary to
specify correct include path for them.

BUG=

Review URL: https://codereview.chromium.org/410743007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285131 0039d316-1c4b-4281-b951-d872f2087c98
parent 2549f561
...@@ -46,6 +46,9 @@ ...@@ -46,6 +46,9 @@
'content_browser', 'content_browser',
'content_common', 'content_common',
], ],
'export_dependent_settings': [
'content_common',
],
'conditions': [ 'conditions': [
['OS != "ios"', { ['OS != "ios"', {
'dependencies': [ 'dependencies': [
...@@ -70,6 +73,9 @@ ...@@ -70,6 +73,9 @@
'dependencies': [ 'dependencies': [
'content_common', 'content_common',
], ],
'export_dependent_settings': [
'content_common',
],
'conditions': [ 'conditions': [
['chrome_multiple_dll', { ['chrome_multiple_dll', {
'defines': [ 'defines': [
...@@ -88,6 +94,9 @@ ...@@ -88,6 +94,9 @@
'dependencies': [ 'dependencies': [
'content_common', 'content_common',
], ],
'export_dependent_settings': [
'content_common',
],
'conditions': [ 'conditions': [
['chrome_multiple_dll', { ['chrome_multiple_dll', {
'defines': [ 'defines': [
...@@ -121,6 +130,9 @@ ...@@ -121,6 +130,9 @@
'content_common', 'content_common',
'content_resources.gyp:content_resources', 'content_resources.gyp:content_resources',
], ],
'export_dependent_settings': [
'content_common',
],
'conditions': [ 'conditions': [
['java_bridge==1', { ['java_bridge==1', {
'dependencies': [ 'dependencies': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment