| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 'browser/media/media_stream_device_permissions.cc', | 377 'browser/media/media_stream_device_permissions.cc', |
| 378 'browser/media/media_stream_device_permissions.h', | 378 'browser/media/media_stream_device_permissions.h', |
| 379 'browser/media/media_stream_devices_controller.cc', | 379 'browser/media/media_stream_devices_controller.cc', |
| 380 'browser/media/media_stream_devices_controller.h', | 380 'browser/media/media_stream_devices_controller.h', |
| 381 'browser/media/media_url_constants.cc', | 381 'browser/media/media_url_constants.cc', |
| 382 'browser/media/media_url_constants.h', | 382 'browser/media/media_url_constants.h', |
| 383 'browser/media/midi_permission_context.cc', | 383 'browser/media/midi_permission_context.cc', |
| 384 'browser/media/midi_permission_context.h', | 384 'browser/media/midi_permission_context.h', |
| 385 'browser/media/native_desktop_media_list.cc', | 385 'browser/media/native_desktop_media_list.cc', |
| 386 'browser/media/native_desktop_media_list.h', | 386 'browser/media/native_desktop_media_list.h', |
| 387 'browser/media/output_protection_proxy.cc', |
| 388 'browser/media/output_protection_proxy.h', |
| 387 'browser/media/permission_bubble_media_access_handler.cc', | 389 'browser/media/permission_bubble_media_access_handler.cc', |
| 388 'browser/media/permission_bubble_media_access_handler.h', | 390 'browser/media/permission_bubble_media_access_handler.h', |
| 389 'browser/media/router/media_router_feature.cc', | 391 'browser/media/router/media_router_feature.cc', |
| 390 'browser/media/router/media_router_feature.h', | 392 'browser/media/router/media_router_feature.h', |
| 391 # TODO(brettw) should this go with the webrtc sources? | 393 # TODO(brettw) should this go with the webrtc sources? |
| 392 'browser/media/webrtc_log_list.cc', | 394 'browser/media/webrtc_log_list.cc', |
| 393 'browser/media/webrtc_log_list.h', | 395 'browser/media/webrtc_log_list.h', |
| 394 'browser/memory_details.cc', | 396 'browser/memory_details.cc', |
| 395 'browser/memory_details.h', | 397 'browser/memory_details.h', |
| 396 'browser/memory_details_android.cc', | 398 'browser/memory_details_android.cc', |
| (...skipping 3881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4278 '../components/components.gyp:rlz', | 4280 '../components/components.gyp:rlz', |
| 4279 '../components/components.gyp:search_engines', | 4281 '../components/components.gyp:search_engines', |
| 4280 '../rlz/rlz.gyp:rlz_lib', | 4282 '../rlz/rlz.gyp:rlz_lib', |
| 4281 'common', | 4283 'common', |
| 4282 ], | 4284 ], |
| 4283 }, | 4285 }, |
| 4284 ], | 4286 ], |
| 4285 }], | 4287 }], |
| 4286 ], | 4288 ], |
| 4287 } | 4289 } |
| OLD | NEW |