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

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: Moved MRDC::GetOrCreateForWebContents to its own .cc file 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'browser/mac/security_wrappers.cc', 578 'browser/mac/security_wrappers.cc',
579 'browser/mac/security_wrappers.h', 579 'browser/mac/security_wrappers.h',
580 'browser/manifest/manifest_icon_selector.cc', 580 'browser/manifest/manifest_icon_selector.cc',
581 'browser/manifest/manifest_icon_selector.h', 581 'browser/manifest/manifest_icon_selector.h',
582 'browser/media/android/remote/record_cast_action.cc', 582 'browser/media/android/remote/record_cast_action.cc',
583 'browser/media/android/remote/record_cast_action.h', 583 'browser/media/android/remote/record_cast_action.h',
584 'browser/media/android/remote/remote_media_player_bridge.cc', 584 'browser/media/android/remote/remote_media_player_bridge.cc',
585 'browser/media/android/remote/remote_media_player_bridge.h', 585 'browser/media/android/remote/remote_media_player_bridge.h',
586 'browser/media/android/remote/remote_media_player_manager.cc', 586 'browser/media/android/remote/remote_media_player_manager.cc',
587 'browser/media/android/remote/remote_media_player_manager.h', 587 'browser/media/android/remote/remote_media_player_manager.h',
588 'browser/media/android/router/media_router_android.cc',
589 'browser/media/android/router/media_router_android.h',
590 'browser/media/android/router/media_router_dialog_controller_android.cc',
591 'browser/media/android/router/media_router_dialog_controller_android.h',
588 'browser/media/desktop_media_list.h', 592 'browser/media/desktop_media_list.h',
589 'browser/media/desktop_media_picker.h', 593 'browser/media/desktop_media_picker.h',
590 'browser/media/desktop_streams_registry.cc', 594 'browser/media/desktop_streams_registry.cc',
591 'browser/media/desktop_streams_registry.h', 595 'browser/media/desktop_streams_registry.h',
592 'browser/media/media_access_handler.h', 596 'browser/media/media_access_handler.h',
593 'browser/media/media_capture_devices_dispatcher.cc', 597 'browser/media/media_capture_devices_dispatcher.cc',
594 'browser/media/media_capture_devices_dispatcher.h', 598 'browser/media/media_capture_devices_dispatcher.h',
595 'browser/media/media_device_id_salt.cc', 599 'browser/media/media_device_id_salt.cc',
596 'browser/media/media_device_id_salt.h', 600 'browser/media/media_device_id_salt.h',
597 'browser/media/media_permission.cc', 601 'browser/media/media_permission.cc',
(...skipping 3492 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 'variables': { 4094 'variables': {
4091 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4095 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4092 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4096 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4093 }, 4097 },
4094 'includes': [ '../build/protoc.gypi' ] 4098 'includes': [ '../build/protoc.gypi' ]
4095 }, 4099 },
4096 ], 4100 ],
4097 },], 4101 },],
4098 ], 4102 ],
4099 } 4103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698