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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # 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.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 },
8 'targets': [
9 {
10 'target_name': 'cygprofile_startup',
11 'type': 'static_library',
12 'sources': [
13 'cygprofile_startup.h',
14 'cygprofile_startup.cc',
15 ],
16 },
17 {
18 'target_name': 'cygprofile_startup_test',
19 'type': 'executable',
20 'dependencies': [
21 './cygprofile_startup.gyp:cygprofile_startup',
22 ],
23 'sources': [
24 'cygprofile_startup_unittest.cc',
25 'cygprofile_startup.h',
26 ],
27 },
28 ],
29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698