Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 580 'browser/mac/security_wrappers.cc', | 580 'browser/mac/security_wrappers.cc', |
| 581 'browser/mac/security_wrappers.h', | 581 'browser/mac/security_wrappers.h', |
| 582 'browser/manifest/manifest_icon_selector.cc', | 582 'browser/manifest/manifest_icon_selector.cc', |
| 583 'browser/manifest/manifest_icon_selector.h', | 583 'browser/manifest/manifest_icon_selector.h', |
| 584 'browser/media/android/remote/record_cast_action.cc', | 584 'browser/media/android/remote/record_cast_action.cc', |
| 585 'browser/media/android/remote/record_cast_action.h', | 585 'browser/media/android/remote/record_cast_action.h', |
| 586 'browser/media/android/remote/remote_media_player_bridge.cc', | 586 'browser/media/android/remote/remote_media_player_bridge.cc', |
| 587 'browser/media/android/remote/remote_media_player_bridge.h', | 587 'browser/media/android/remote/remote_media_player_bridge.h', |
| 588 'browser/media/android/remote/remote_media_player_manager.cc', | 588 'browser/media/android/remote/remote_media_player_manager.cc', |
| 589 'browser/media/android/remote/remote_media_player_manager.h', | 589 'browser/media/android/remote/remote_media_player_manager.h', |
| 590 'browser/media/android/router/media_router_dialog_controller_android.cc', | |
|
imcheng
2015/07/13 22:04:15
Curious why these and many other android files are
whywhat
2015/07/15 12:41:05
I don't know for sure. Generally, files are filter
| |
| 591 'browser/media/android/router/media_router_dialog_controller_android.h', | |
| 590 'browser/media/desktop_media_list.h', | 592 'browser/media/desktop_media_list.h', |
| 591 'browser/media/desktop_media_picker.h', | 593 'browser/media/desktop_media_picker.h', |
| 592 'browser/media/desktop_streams_registry.cc', | 594 'browser/media/desktop_streams_registry.cc', |
| 593 'browser/media/desktop_streams_registry.h', | 595 'browser/media/desktop_streams_registry.h', |
| 594 'browser/media/media_access_handler.h', | 596 'browser/media/media_access_handler.h', |
| 595 'browser/media/media_capture_devices_dispatcher.cc', | 597 'browser/media/media_capture_devices_dispatcher.cc', |
| 596 'browser/media/media_capture_devices_dispatcher.h', | 598 'browser/media/media_capture_devices_dispatcher.h', |
| 597 'browser/media/media_device_id_salt.cc', | 599 'browser/media/media_device_id_salt.cc', |
| 598 'browser/media/media_device_id_salt.h', | 600 'browser/media/media_device_id_salt.h', |
| 599 'browser/media/media_permission.cc', | 601 'browser/media/media_permission.cc', |
| (...skipping 3484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4084 'variables': { | 4086 'variables': { |
| 4085 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4087 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4086 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4088 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4087 }, | 4089 }, |
| 4088 'includes': [ '../build/protoc.gypi' ] | 4090 'includes': [ '../build/protoc.gypi' ] |
| 4089 }, | 4091 }, |
| 4090 ], | 4092 ], |
| 4091 },], | 4093 },], |
| 4092 ], | 4094 ], |
| 4093 } | 4095 } |
| OLD | NEW |