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

Side by Side Diff: media/cast/logging/logging.gyp

Issue 69603002: Incorporating logging into Cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding scoped_ptr include Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/logging/logging_defines.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
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 {
7 'targets': [
8 {
9 'target_name': 'cast_logging',
10 'type': 'static_library',
11 'include_dirs': [
12 '<(DEPTH)/',
13 ],
14 'sources': [
15 'logging_defines.cc',
16 'logging_defines.h',
17 'logging_impl.cc',
18 'logging_impl.h',
19 'logging_raw.cc',
20 'logging_raw.h',
21 'logging_stats.cc',
22 'logging_stats.h',
23 ],
24 'dependencies': [
25 '<(DEPTH)/base/base.gyp:base',
26 '<(DEPTH)/base/base.gyp:test_support_base',
27 ],
28 },
29 ], # targets
30 }
OLDNEW
« no previous file with comments | « media/cast/cast_sender_impl.cc ('k') | media/cast/logging/logging_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698