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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1186293003: Implement HasInputDevices in CrasAudioManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address the comments and add unittest Created 5 years, 6 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 '../base/base.gyp:base_prefs_test_support', 664 '../base/base.gyp:base_prefs_test_support',
665 '../base/base.gyp:run_all_unittests', 665 '../base/base.gyp:run_all_unittests',
666 '../base/base.gyp:test_support_base', 666 '../base/base.gyp:test_support_base',
667 '../build/linux/system.gyp:dbus', 667 '../build/linux/system.gyp:dbus',
668 '../build/linux/system.gyp:ssl', 668 '../build/linux/system.gyp:ssl',
669 '../components/components.gyp:onc_component', 669 '../components/components.gyp:onc_component',
670 '../crypto/crypto.gyp:crypto', 670 '../crypto/crypto.gyp:crypto',
671 '../crypto/crypto.gyp:crypto_test_support', 671 '../crypto/crypto.gyp:crypto_test_support',
672 '../dbus/dbus.gyp:dbus_test_support', 672 '../dbus/dbus.gyp:dbus_test_support',
673 '../google_apis/google_apis.gyp:google_apis', 673 '../google_apis/google_apis.gyp:google_apis',
674 '../media/media.gyp:media',
674 '../net/net.gyp:net', 675 '../net/net.gyp:net',
675 '../net/net.gyp:net_test_support', 676 '../net/net.gyp:net_test_support',
676 '../testing/gmock.gyp:gmock', 677 '../testing/gmock.gyp:gmock',
677 '../testing/gtest.gyp:gtest', 678 '../testing/gtest.gyp:gtest',
678 '../third_party/icu/icu.gyp:icuuc', 679 '../third_party/icu/icu.gyp:icuuc',
679 '../third_party/icu/icu.gyp:icui18n', 680 '../third_party/icu/icu.gyp:icui18n',
680 '../url/url.gyp:url_lib', 681 '../url/url.gyp:url_lib',
681 'chromeos_test_support', 682 'chromeos_test_support',
682 'cryptohome_proto', 683 'cryptohome_proto',
683 'power_manager_proto', 684 'power_manager_proto',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 738 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
738 ], 739 ],
739 'variables': { 740 'variables': {
740 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 741 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
741 'proto_out_dir': 'chromeos/cryptohome', 742 'proto_out_dir': 'chromeos/cryptohome',
742 }, 743 },
743 'includes': ['../build/protoc.gypi'], 744 'includes': ['../build/protoc.gypi'],
744 }, 745 },
745 ], 746 ],
746 } 747 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698