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

Side by Side Diff: chrome/browser/media/router/media_router.gyp

Issue 949293004: Add media router common classes and unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring GN files up to date. Created 5 years, 9 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 2015 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 'targets': [
7 {
8 'target_name': 'media_router',
9 'type': 'static_library',
10 'include_dirs': [
11 '<(DEPTH)',
12 ],
13 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base',
15 '<(DEPTH)/url/url.gyp:url_lib',
16 ],
17 'sources': [
18 'common.h',
19 'media_route.cc',
20 'media_route.h',
21 'media_route_id.h',
22 'media_sink.cc',
23 'media_sink.h',
24 'media_source.cc',
25 'media_source.h',
26 'media_source_helper.cc',
27 'media_source_helper.h',
28 'route_id_manager.cc',
29 'route_id_manager.h',
30 ],
31 },
32 ],
33 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_route_unittest.cc ('k') | chrome/browser/media/router/media_router_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698