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

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

Issue 1224093004: [Media Router] 2nd take on fix route response callback lifetime in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test Created 5 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
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 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 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'media_router_sources': [ 8 'media_router_sources': [
9 'create_session_request.cc', 9 'create_presentation_session_request.cc',
10 'create_session_request.h', 10 'create_presentation_session_request.h',
11 'issue.cc', 11 'issue.cc',
12 'issue.h', 12 'issue.h',
13 'issue_manager.cc', 13 'issue_manager.cc',
14 'issue_manager.h', 14 'issue_manager.h',
15 'issues_observer.h', 15 'issues_observer.h',
16 'issues_observer.cc', 16 'issues_observer.cc',
17 'media_route.cc', 17 'media_route.cc',
18 'media_route.h', 18 'media_route.h',
19 'media_router.h', 19 'media_router.h',
20 'media_router_mojo_impl.cc', 20 'media_router_mojo_impl.cc',
(...skipping 24 matching lines...) Expand all
45 'media_router_mojo_test.h', 45 'media_router_mojo_test.h',
46 'mock_media_router.cc', 46 'mock_media_router.cc',
47 'mock_media_router.h', 47 'mock_media_router.h',
48 'mock_screen_availability_listener.cc', 48 'mock_screen_availability_listener.cc',
49 'mock_screen_availability_listener.h', 49 'mock_screen_availability_listener.h',
50 'test_helper.cc', 50 'test_helper.cc',
51 'test_helper.h', 51 'test_helper.h',
52 ], 52 ],
53 }, 53 },
54 } 54 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_router.h ('k') | chrome/browser/media/router/media_router_mojo_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698