Chromium Code Reviews| Index: test/dependencies/module-dep/exe.cc |
| diff --git a/test/dependencies/module-dep/exe.cc b/test/dependencies/module-dep/exe.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b3039ace96f3cedea9c7e30592e3577d9452cf07 |
| --- /dev/null |
| +++ b/test/dependencies/module-dep/exe.cc |
| @@ -0,0 +1,7 @@ |
| +// Copyright (c) 2015 Google Inc. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +int main() { |
| + return 0; |
| +} |