diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 16:55:11 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 16:55:11 +0000 |
commit | 8c75c13447bb132283933509f12a97eeadde4303 (patch) | |
tree | 265919d0a27f5d9fd7a1ec805ac72da393dccb61 /mojo/mojo_examples.gypi | |
parent | 70d72e31de0adfd261977598681f91ae46d46279 (diff) | |
download | chromium_src-8c75c13447bb132283933509f12a97eeadde4303.zip chromium_src-8c75c13447bb132283933509f12a97eeadde4303.tar.gz chromium_src-8c75c13447bb132283933509f12a97eeadde4303.tar.bz2 |
Centralizes setting of mojom_base_output_dir
This was set in each target using mojo_bindings_generator to work
around a bug in gyp. The bug has since been fixed.
BUG=none
TEST=none
R=mark@chromium.org
Review URL: https://codereview.chromium.org/300003012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index d45037a..df6b6e0 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -201,9 +201,6 @@ 'sources': [ 'examples/launcher/launcher.mojom', ], - 'variables': { - 'mojom_base_output_dir': 'mojo', - }, 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 'export_dependent_settings': [ 'mojo_cpp_bindings', |