Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2779)

Unified Diff: base/android/third_party/cygprofile_startup/cygprofile_startup.gyp

Issue 10697079: Upstreaming Cygprofile for Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address digit comment Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698