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

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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/network/mock_network_device_handler.h » ('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 (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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 'login/auth/mock_auth_attempt_state_resolver.cc', 594 'login/auth/mock_auth_attempt_state_resolver.cc',
595 'login/auth/mock_auth_attempt_state_resolver.h', 595 'login/auth/mock_auth_attempt_state_resolver.h',
596 'login/auth/mock_auth_status_consumer.cc', 596 'login/auth/mock_auth_status_consumer.cc',
597 'login/auth/mock_auth_status_consumer.h', 597 'login/auth/mock_auth_status_consumer.h',
598 'login/auth/mock_url_fetchers.cc', 598 'login/auth/mock_url_fetchers.cc',
599 'login/auth/mock_url_fetchers.h', 599 'login/auth/mock_url_fetchers.h',
600 'network/fake_network_device_handler.cc', 600 'network/fake_network_device_handler.cc',
601 'network/fake_network_device_handler.h', 601 'network/fake_network_device_handler.h',
602 'network/mock_managed_network_configuration_handler.cc', 602 'network/mock_managed_network_configuration_handler.cc',
603 'network/mock_managed_network_configuration_handler.h', 603 'network/mock_managed_network_configuration_handler.h',
604 'network/mock_network_device_handler.cc',
605 'network/mock_network_device_handler.h',
604 'network/onc/onc_test_utils.cc', 606 'network/onc/onc_test_utils.cc',
605 'network/onc/onc_test_utils.h', 607 'network/onc/onc_test_utils.h',
606 'system/fake_statistics_provider.cc', 608 'system/fake_statistics_provider.cc',
607 'system/fake_statistics_provider.h', 609 'system/fake_statistics_provider.h',
608 ], 610 ],
609 'include_dirs': [ 611 'include_dirs': [
610 '..', 612 '..',
611 ], 613 ],
612 }, 614 },
613 { 615 {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 '../build/isolate.gypi', 746 '../build/isolate.gypi',
745 ], 747 ],
746 'sources': [ 748 'sources': [
747 'chromeos_unittests.isolate', 749 'chromeos_unittests.isolate',
748 ], 750 ],
749 }, 751 },
750 ], 752 ],
751 }], 753 }],
752 ], 754 ],
753 } 755 }
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/network/mock_network_device_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698