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

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

Issue 1103273013: Upstream the Media Router's Issue class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync with master. Created 5 years, 7 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'media_router', 8 'target_name': 'media_router',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
11 '<(DEPTH)', 11 '<(DEPTH)',
12 ], 12 ],
13 'dependencies': [ 13 'dependencies': [
14 ':media_router_mojo', 14 ':media_router_mojo',
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/url/url.gyp:url_lib', 16 '<(DEPTH)/url/url.gyp:url_lib',
17 ], 17 ],
18 'sources': [ 18 'sources': [
19 'issue.cc',
20 'issue.h',
21 'issue_manager.cc',
22 'issue_manager.h',
23 'issue_observer.h',
19 'media_route.cc', 24 'media_route.cc',
20 'media_route.h', 25 'media_route.h',
21 'media_route_id.h', 26 'media_route_id.h',
22 'media_router.h', 27 'media_router.h',
23 'media_router_impl.cc', 28 'media_router_impl.cc',
24 'media_router_impl.h', 29 'media_router_impl.h',
25 'media_router_impl_factory.cc', 30 'media_router_impl_factory.cc',
26 'media_router_impl_factory.h', 31 'media_router_impl_factory.h',
27 'media_routes_observer.cc', 32 'media_routes_observer.cc',
28 'media_routes_observer.h', 33 'media_routes_observer.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 66 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
62 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 67 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
63 ], 68 ],
64 'sources': [ 69 'sources': [
65 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.cc', 70 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.cc',
66 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.h', 71 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/media/router/media_router.moj om.h',
67 ], 72 ],
68 }, 73 },
69 ], 74 ],
70 } 75 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/issues_observer.h ('k') | chrome/browser/media/router/media_router_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698