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

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

Issue 1140183002: Revert of Media Router GYP/GN cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
(Empty)
1 # Copyright (c) 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 'variables': {
7 # File lists shared with GN build.
8 'media_router_sources': [
9 'create_session_request.cc',
10 'create_session_request.h',
11 'issue.cc',
12 'issue.h',
13 'issue_manager.cc',
14 'issue_manager.h',
15 'issues_observer.h',
16 'media_route.cc',
17 'media_route.h',
18 'media_route_id.h',
19 'media_router.h',
20 'media_router_type_converters.cc',
21 'media_router_type_converters.h',
22 'media_routes_observer.cc',
23 'media_routes_observer.h',
24 'media_sink.cc',
25 'media_sink.h',
26 'media_sinks_observer.cc',
27 'media_sinks_observer.h',
28 'media_source.cc',
29 'media_source.h',
30 'media_source_helper.cc',
31 'media_source_helper.h',
32 'presentation_media_sinks_observer.cc',
33 'presentation_media_sinks_observer.h',
34 'route_id_manager.cc',
35 'route_id_manager.h',
36 ],
37 'media_router_test_support_sources': [
38 'mock_media_router.cc',
39 'mock_media_router.h',
40 'mock_screen_availability_listener.cc',
41 'mock_screen_availability_listener.h',
42 ],
43 },
44 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_router.gyp ('k') | chrome/browser/media/router/media_router_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698