diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 20:32:40 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-18 20:32:40 +0000 |
commit | d11b6e1ce5a2cd2dd7bc541ba027c7733eb8b418 (patch) | |
tree | b667a6915699cbd99eccfd69b122099bf7920a99 /mojo/mojo.gyp | |
parent | 8cac9fe3496911e1e4dacd94cb2073b59cfa86d4 (diff) | |
download | chromium_src-d11b6e1ce5a2cd2dd7bc541ba027c7733eb8b418.zip chromium_src-d11b6e1ce5a2cd2dd7bc541ba027c7733eb8b418.tar.gz chromium_src-d11b6e1ce5a2cd2dd7bc541ba027c7733eb8b418.tar.bz2 |
Mojo: Generate bindings from math_calculator.mojom.
Review URL: https://codereview.chromium.org/68683010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r-- | mojo/mojo.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp index c145ea5..f4d41de 100644 --- a/mojo/mojo.gyp +++ b/mojo/mojo.gyp @@ -126,11 +126,10 @@ 'sources': [ 'public/tests/bindings_connector_unittest.cc', 'public/tests/bindings_remote_ptr_unittest.cc', - 'public/tests/mojom/math_calculator.cc', - 'public/tests/mojom/math_calculator.h', - 'public/tests/mojom/math_calculator_internal.h', + 'public/tests/math_calculator.mojom', 'public/tests/system_core_unittest.cc', ], + 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], }, { 'target_name': 'mojo_public_perftests', |