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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1228863005: [MediaRouter] The minimal change to make everything build on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the include for MediaRouterDialogControllerImpl 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'browser/mac/security_wrappers.cc', 576 'browser/mac/security_wrappers.cc',
577 'browser/mac/security_wrappers.h', 577 'browser/mac/security_wrappers.h',
578 'browser/manifest/manifest_icon_selector.cc', 578 'browser/manifest/manifest_icon_selector.cc',
579 'browser/manifest/manifest_icon_selector.h', 579 'browser/manifest/manifest_icon_selector.h',
580 'browser/media/android/remote/record_cast_action.cc', 580 'browser/media/android/remote/record_cast_action.cc',
581 'browser/media/android/remote/record_cast_action.h', 581 'browser/media/android/remote/record_cast_action.h',
582 'browser/media/android/remote/remote_media_player_bridge.cc', 582 'browser/media/android/remote/remote_media_player_bridge.cc',
583 'browser/media/android/remote/remote_media_player_bridge.h', 583 'browser/media/android/remote/remote_media_player_bridge.h',
584 'browser/media/android/remote/remote_media_player_manager.cc', 584 'browser/media/android/remote/remote_media_player_manager.cc',
585 'browser/media/android/remote/remote_media_player_manager.h', 585 'browser/media/android/remote/remote_media_player_manager.h',
586 'browser/media/android/router/media_router_android.cc',
mark a. foltz 2015/07/22 21:16:39 Shouldn't these go in an Android-specific source l
whywhat 2015/07/22 22:55:01 There's one historical list for certain files. Mos
587 'browser/media/android/router/media_router_android.h',
588 'browser/media/android/router/media_router_dialog_controller_android.cc',
589 'browser/media/android/router/media_router_dialog_controller_android.h',
586 'browser/media/desktop_media_list.h', 590 'browser/media/desktop_media_list.h',
587 'browser/media/desktop_media_picker.h', 591 'browser/media/desktop_media_picker.h',
588 'browser/media/desktop_streams_registry.cc', 592 'browser/media/desktop_streams_registry.cc',
589 'browser/media/desktop_streams_registry.h', 593 'browser/media/desktop_streams_registry.h',
590 'browser/media/media_access_handler.h', 594 'browser/media/media_access_handler.h',
591 'browser/media/media_capture_devices_dispatcher.cc', 595 'browser/media/media_capture_devices_dispatcher.cc',
592 'browser/media/media_capture_devices_dispatcher.h', 596 'browser/media/media_capture_devices_dispatcher.h',
593 'browser/media/media_device_id_salt.cc', 597 'browser/media/media_device_id_salt.cc',
594 'browser/media/media_device_id_salt.h', 598 'browser/media/media_device_id_salt.h',
595 'browser/media/media_permission.cc', 599 'browser/media/media_permission.cc',
(...skipping 3524 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 '../components/components.gyp:omnibox_browser', 4124 '../components/components.gyp:omnibox_browser',
4121 '../components/components.gyp:rlz', 4125 '../components/components.gyp:rlz',
4122 '../components/components.gyp:search_engines', 4126 '../components/components.gyp:search_engines',
4123 '../rlz/rlz.gyp:rlz_lib', 4127 '../rlz/rlz.gyp:rlz_lib',
4124 ], 4128 ],
4125 }, 4129 },
4126 ], 4130 ],
4127 }], 4131 }],
4128 ], 4132 ],
4129 } 4133 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698