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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1891633002: Remove unnecessary calls to AddWakeOnPaketConnection and RemoveWakeOnPacketConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'login/auth/mock_auth_attempt_state_resolver.cc', 593 'login/auth/mock_auth_attempt_state_resolver.cc',
594 'login/auth/mock_auth_attempt_state_resolver.h', 594 'login/auth/mock_auth_attempt_state_resolver.h',
595 'login/auth/mock_auth_status_consumer.cc', 595 'login/auth/mock_auth_status_consumer.cc',
596 'login/auth/mock_auth_status_consumer.h', 596 'login/auth/mock_auth_status_consumer.h',
597 'login/auth/mock_url_fetchers.cc', 597 'login/auth/mock_url_fetchers.cc',
598 'login/auth/mock_url_fetchers.h', 598 'login/auth/mock_url_fetchers.h',
599 'network/fake_network_device_handler.cc', 599 'network/fake_network_device_handler.cc',
600 'network/fake_network_device_handler.h', 600 'network/fake_network_device_handler.h',
601 'network/mock_managed_network_configuration_handler.cc', 601 'network/mock_managed_network_configuration_handler.cc',
602 'network/mock_managed_network_configuration_handler.h', 602 'network/mock_managed_network_configuration_handler.h',
603 'network/mock_network_device_handler.cc',
604 'network/mock_network_device_handler.h',
603 'network/onc/onc_test_utils.cc', 605 'network/onc/onc_test_utils.cc',
604 'network/onc/onc_test_utils.h', 606 'network/onc/onc_test_utils.h',
605 'system/fake_statistics_provider.cc', 607 'system/fake_statistics_provider.cc',
606 'system/fake_statistics_provider.h', 608 'system/fake_statistics_provider.h',
607 ], 609 ],
608 'include_dirs': [ 610 'include_dirs': [
609 '..', 611 '..',
610 ], 612 ],
611 }, 613 },
612 { 614 {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 '../build/isolate.gypi', 745 '../build/isolate.gypi',
744 ], 746 ],
745 'sources': [ 747 'sources': [
746 'chromeos_unittests.isolate', 748 'chromeos_unittests.isolate',
747 ], 749 ],
748 }, 750 },
749 ], 751 ],
750 }], 752 }],
751 ], 753 ],
752 } 754 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698