| 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 'browser/mac/mac_startup_profiler.cc', | 635 'browser/mac/mac_startup_profiler.cc', |
| 636 'browser/mac/mac_startup_profiler.h', | 636 'browser/mac/mac_startup_profiler.h', |
| 637 'browser/mac/master_prefs.h', | 637 'browser/mac/master_prefs.h', |
| 638 'browser/mac/master_prefs.mm', | 638 'browser/mac/master_prefs.mm', |
| 639 'browser/mac/obsolete_system.cc', | 639 'browser/mac/obsolete_system.cc', |
| 640 'browser/mac/obsolete_system.h', | 640 'browser/mac/obsolete_system.h', |
| 641 'browser/mac/relauncher.cc', | 641 'browser/mac/relauncher.cc', |
| 642 'browser/mac/relauncher.h', | 642 'browser/mac/relauncher.h', |
| 643 'browser/mac/security_wrappers.cc', | 643 'browser/mac/security_wrappers.cc', |
| 644 'browser/mac/security_wrappers.h', | 644 'browser/mac/security_wrappers.h', |
| 645 'browser/media/audio_stream_monitor.cc', | |
| 646 'browser/media/audio_stream_monitor.h', | |
| 647 'browser/media/cast_transport_host_filter.cc', | 645 'browser/media/cast_transport_host_filter.cc', |
| 648 'browser/media/cast_transport_host_filter.h', | 646 'browser/media/cast_transport_host_filter.h', |
| 649 'browser/media/desktop_media_list.h', | 647 'browser/media/desktop_media_list.h', |
| 650 'browser/media/desktop_media_picker.h', | 648 'browser/media/desktop_media_picker.h', |
| 651 'browser/media/desktop_streams_registry.cc', | 649 'browser/media/desktop_streams_registry.cc', |
| 652 'browser/media/desktop_streams_registry.h', | 650 'browser/media/desktop_streams_registry.h', |
| 653 'browser/media/media_capture_devices_dispatcher.cc', | 651 'browser/media/media_capture_devices_dispatcher.cc', |
| 654 'browser/media/media_capture_devices_dispatcher.h', | 652 'browser/media/media_capture_devices_dispatcher.h', |
| 655 'browser/media/media_device_id_salt.cc', | 653 'browser/media/media_device_id_salt.cc', |
| 656 'browser/media/media_device_id_salt.h', | 654 'browser/media/media_device_id_salt.h', |
| (...skipping 2911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3568 'variables': { | 3566 'variables': { |
| 3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3567 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3568 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3571 }, | 3569 }, |
| 3572 'includes': [ '../build/protoc.gypi' ] | 3570 'includes': [ '../build/protoc.gypi' ] |
| 3573 }, | 3571 }, |
| 3574 ], | 3572 ], |
| 3575 },], | 3573 },], |
| 3576 ], | 3574 ], |
| 3577 } | 3575 } |
| OLD | NEW |