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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 569713002: Revert of Gardening: Revert "Use AudioStreamMonitor to control power save blocking." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/browser/ui/tabs/tab_utils.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'browser/mac/mac_startup_profiler.cc', 624 'browser/mac/mac_startup_profiler.cc',
625 'browser/mac/mac_startup_profiler.h', 625 'browser/mac/mac_startup_profiler.h',
626 'browser/mac/master_prefs.h', 626 'browser/mac/master_prefs.h',
627 'browser/mac/master_prefs.mm', 627 'browser/mac/master_prefs.mm',
628 'browser/mac/obsolete_system.cc', 628 'browser/mac/obsolete_system.cc',
629 'browser/mac/obsolete_system.h', 629 'browser/mac/obsolete_system.h',
630 'browser/mac/relauncher.cc', 630 'browser/mac/relauncher.cc',
631 'browser/mac/relauncher.h', 631 'browser/mac/relauncher.h',
632 'browser/mac/security_wrappers.cc', 632 'browser/mac/security_wrappers.cc',
633 'browser/mac/security_wrappers.h', 633 'browser/mac/security_wrappers.h',
634 'browser/media/audio_stream_monitor.cc',
635 'browser/media/audio_stream_monitor.h',
636 'browser/media/cast_transport_host_filter.cc', 634 'browser/media/cast_transport_host_filter.cc',
637 'browser/media/cast_transport_host_filter.h', 635 'browser/media/cast_transport_host_filter.h',
638 'browser/media/desktop_media_list.h', 636 'browser/media/desktop_media_list.h',
639 'browser/media/desktop_media_picker.h', 637 'browser/media/desktop_media_picker.h',
640 'browser/media/desktop_streams_registry.cc', 638 'browser/media/desktop_streams_registry.cc',
641 'browser/media/desktop_streams_registry.h', 639 'browser/media/desktop_streams_registry.h',
642 'browser/media/media_capture_devices_dispatcher.cc', 640 'browser/media/media_capture_devices_dispatcher.cc',
643 'browser/media/media_capture_devices_dispatcher.h', 641 'browser/media/media_capture_devices_dispatcher.h',
644 'browser/media/media_device_id_salt.cc', 642 'browser/media/media_device_id_salt.cc',
645 'browser/media/media_device_id_salt.h', 643 'browser/media/media_device_id_salt.h',
(...skipping 2899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3545 'variables': { 3543 'variables': {
3546 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3544 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3547 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3545 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3548 }, 3546 },
3549 'includes': [ '../build/protoc.gypi' ] 3547 'includes': [ '../build/protoc.gypi' ]
3550 }, 3548 },
3551 ], 3549 ],
3552 },], 3550 },],
3553 ], 3551 ],
3554 } 3552 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tabs/tab_utils.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698