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

Side by Side Diff: chromeos/chromeos.gyp

Issue 965613002: Open a firewall hole when a TCP server or UDP socket is bound. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually use the thread_checker_ in FirewallHole. Created 5 years, 9 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 | « no previous file | chromeos/network/firewall_hole.h » ('j') | chromeos/network/firewall_hole.h » ('J')
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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'network/geolocation_handler.cc', 317 'network/geolocation_handler.cc',
318 'network/geolocation_handler.h', 318 'network/geolocation_handler.h',
319 'network/host_resolver_impl_chromeos.cc', 319 'network/host_resolver_impl_chromeos.cc',
320 'network/host_resolver_impl_chromeos.h', 320 'network/host_resolver_impl_chromeos.h',
321 'network/managed_network_configuration_handler.cc', 321 'network/managed_network_configuration_handler.cc',
322 'network/managed_network_configuration_handler.h', 322 'network/managed_network_configuration_handler.h',
323 'network/managed_network_configuration_handler_impl.cc', 323 'network/managed_network_configuration_handler_impl.cc',
324 'network/managed_network_configuration_handler_impl.h', 324 'network/managed_network_configuration_handler_impl.h',
325 'network/managed_state.cc', 325 'network/managed_state.cc',
326 'network/managed_state.h', 326 'network/managed_state.h',
327 'network/firewall_hole.cc',
328 'network/firewall_hole.h',
327 'network/network_activation_handler.cc', 329 'network/network_activation_handler.cc',
328 'network/network_activation_handler.h', 330 'network/network_activation_handler.h',
329 'network/network_cert_migrator.cc', 331 'network/network_cert_migrator.cc',
330 'network/network_cert_migrator.h', 332 'network/network_cert_migrator.h',
331 'network/network_change_notifier_chromeos.cc', 333 'network/network_change_notifier_chromeos.cc',
332 'network/network_change_notifier_chromeos.h', 334 'network/network_change_notifier_chromeos.h',
333 'network/network_change_notifier_factory_chromeos.cc', 335 'network/network_change_notifier_factory_chromeos.cc',
334 'network/network_change_notifier_factory_chromeos.h', 336 'network/network_change_notifier_factory_chromeos.h',
335 'network/network_configuration_handler.cc', 337 'network/network_configuration_handler.cc',
336 'network/network_configuration_handler.h', 338 'network/network_configuration_handler.h',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 702 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
701 ], 703 ],
702 'variables': { 704 'variables': {
703 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 705 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
704 'proto_out_dir': 'chromeos/cryptohome', 706 'proto_out_dir': 'chromeos/cryptohome',
705 }, 707 },
706 'includes': ['../build/protoc.gypi'], 708 'includes': ['../build/protoc.gypi'],
707 }, 709 },
708 ], 710 ],
709 } 711 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/network/firewall_hole.h » ('j') | chromeos/network/firewall_hole.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698