Chromium Code Reviews| Index: base/android/third_party/cygprofile_startup/cygprofile_startup.gyp |
| diff --git a/base/android/third_party/cygprofile_startup/cygprofile_startup.gyp b/base/android/third_party/cygprofile_startup/cygprofile_startup.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f5ea2dcbe9463bcc29866d724a1851ca21d9f1d7 |
| --- /dev/null |
| +++ b/base/android/third_party/cygprofile_startup/cygprofile_startup.gyp |
| @@ -0,0 +1,29 @@ |
| +# Copyright (c) 2011 The Chromium Authors. All rights reserved. |
|
Steve Block
2012/07/11 16:17:56
2012
felipeg
2012/07/11 17:10:25
Done.
|
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'variables': { |
| + }, |
| + 'targets': [ |
| + { |
| + 'target_name': 'cygprofile_startup', |
| + 'type': 'static_library', |
| + 'sources': [ |
| + 'cygprofile_startup.h', |
| + 'cygprofile_startup.cc', |
| + ], |
| + }, |
| + { |
| + 'target_name': 'cygprofile_startup_test', |
| + 'type': 'executable', |
| + 'dependencies': [ |
| + './cygprofile_startup.gyp:cygprofile_startup', |
| + ], |
| + 'sources': [ |
| + 'cygprofile_startup_unittest.cc', |
| + 'cygprofile_startup.h', |
| + ], |
| + }, |
| + ], |
| +} |