| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'browser/media/media_stream_device_permissions.cc', | 364 'browser/media/media_stream_device_permissions.cc', |
| 365 'browser/media/media_stream_device_permissions.h', | 365 'browser/media/media_stream_device_permissions.h', |
| 366 'browser/media/media_stream_devices_controller.cc', | 366 'browser/media/media_stream_devices_controller.cc', |
| 367 'browser/media/media_stream_devices_controller.h', | 367 'browser/media/media_stream_devices_controller.h', |
| 368 'browser/media/media_url_constants.cc', | 368 'browser/media/media_url_constants.cc', |
| 369 'browser/media/media_url_constants.h', | 369 'browser/media/media_url_constants.h', |
| 370 'browser/media/midi_permission_context.cc', | 370 'browser/media/midi_permission_context.cc', |
| 371 'browser/media/midi_permission_context.h', | 371 'browser/media/midi_permission_context.h', |
| 372 'browser/media/native_desktop_media_list.cc', | 372 'browser/media/native_desktop_media_list.cc', |
| 373 'browser/media/native_desktop_media_list.h', | 373 'browser/media/native_desktop_media_list.h', |
| 374 'browser/media/output_protection_proxy.cc', |
| 375 'browser/media/output_protection_proxy.h', |
| 374 'browser/media/permission_bubble_media_access_handler.cc', | 376 'browser/media/permission_bubble_media_access_handler.cc', |
| 375 'browser/media/permission_bubble_media_access_handler.h', | 377 'browser/media/permission_bubble_media_access_handler.h', |
| 376 'browser/media/router/media_router_feature.cc', | 378 'browser/media/router/media_router_feature.cc', |
| 377 'browser/media/router/media_router_feature.h', | 379 'browser/media/router/media_router_feature.h', |
| 378 # TODO(brettw) should this go with the webrtc sources? | 380 # TODO(brettw) should this go with the webrtc sources? |
| 379 'browser/media/webrtc_log_list.cc', | 381 'browser/media/webrtc_log_list.cc', |
| 380 'browser/media/webrtc_log_list.h', | 382 'browser/media/webrtc_log_list.h', |
| 381 'browser/memory_details.cc', | 383 'browser/memory_details.cc', |
| 382 'browser/memory_details.h', | 384 'browser/memory_details.h', |
| 383 'browser/memory_details_android.cc', | 385 'browser/memory_details_android.cc', |
| (...skipping 3962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4346 '../components/components.gyp:rlz', | 4348 '../components/components.gyp:rlz', |
| 4347 '../components/components.gyp:search_engines', | 4349 '../components/components.gyp:search_engines', |
| 4348 '../rlz/rlz.gyp:rlz_lib', | 4350 '../rlz/rlz.gyp:rlz_lib', |
| 4349 'common', | 4351 'common', |
| 4350 ], | 4352 ], |
| 4351 }, | 4353 }, |
| 4352 ], | 4354 ], |
| 4353 }], | 4355 }], |
| 4354 ], | 4356 ], |
| 4355 } | 4357 } |
| OLD | NEW |