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

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: Rebased. 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 | « chrome/browser/about_flags.cc ('k') | chromeos/chromeos_switches.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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'network/geolocation_handler.cc', 323 'network/geolocation_handler.cc',
324 'network/geolocation_handler.h', 324 'network/geolocation_handler.h',
325 'network/host_resolver_impl_chromeos.cc', 325 'network/host_resolver_impl_chromeos.cc',
326 'network/host_resolver_impl_chromeos.h', 326 'network/host_resolver_impl_chromeos.h',
327 'network/managed_network_configuration_handler.cc', 327 'network/managed_network_configuration_handler.cc',
328 'network/managed_network_configuration_handler.h', 328 'network/managed_network_configuration_handler.h',
329 'network/managed_network_configuration_handler_impl.cc', 329 'network/managed_network_configuration_handler_impl.cc',
330 'network/managed_network_configuration_handler_impl.h', 330 'network/managed_network_configuration_handler_impl.h',
331 'network/managed_state.cc', 331 'network/managed_state.cc',
332 'network/managed_state.h', 332 'network/managed_state.h',
333 'network/firewall_hole.cc',
334 'network/firewall_hole.h',
333 'network/network_activation_handler.cc', 335 'network/network_activation_handler.cc',
334 'network/network_activation_handler.h', 336 'network/network_activation_handler.h',
335 'network/network_cert_migrator.cc', 337 'network/network_cert_migrator.cc',
336 'network/network_cert_migrator.h', 338 'network/network_cert_migrator.h',
337 'network/network_change_notifier_chromeos.cc', 339 'network/network_change_notifier_chromeos.cc',
338 'network/network_change_notifier_chromeos.h', 340 'network/network_change_notifier_chromeos.h',
339 'network/network_change_notifier_factory_chromeos.cc', 341 'network/network_change_notifier_factory_chromeos.cc',
340 'network/network_change_notifier_factory_chromeos.h', 342 'network/network_change_notifier_factory_chromeos.h',
341 'network/network_configuration_handler.cc', 343 'network/network_configuration_handler.cc',
342 'network/network_configuration_handler.h', 344 'network/network_configuration_handler.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'dbus/shill_manager_client_unittest.cc', 466 'dbus/shill_manager_client_unittest.cc',
465 'dbus/shill_profile_client_unittest.cc', 467 'dbus/shill_profile_client_unittest.cc',
466 'dbus/shill_service_client_unittest.cc', 468 'dbus/shill_service_client_unittest.cc',
467 'dbus/shill_third_party_vpn_driver_client_unittest.cc', 469 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
468 'disks/disk_mount_manager_unittest.cc', 470 'disks/disk_mount_manager_unittest.cc',
469 'geolocation/simple_geolocation_unittest.cc', 471 'geolocation/simple_geolocation_unittest.cc',
470 'login/auth/key_unittest.cc', 472 'login/auth/key_unittest.cc',
471 'login/login_state_unittest.cc', 473 'login/login_state_unittest.cc',
472 'network/auto_connect_handler_unittest.cc', 474 'network/auto_connect_handler_unittest.cc',
473 'network/client_cert_resolver_unittest.cc', 475 'network/client_cert_resolver_unittest.cc',
476 'network/firewall_hole_unittest.cc',
474 'network/geolocation_handler_unittest.cc', 477 'network/geolocation_handler_unittest.cc',
475 'network/host_resolver_impl_chromeos_unittest.cc', 478 'network/host_resolver_impl_chromeos_unittest.cc',
476 'network/managed_network_configuration_handler_unittest.cc', 479 'network/managed_network_configuration_handler_unittest.cc',
477 'network/network_cert_migrator_unittest.cc', 480 'network/network_cert_migrator_unittest.cc',
478 'network/network_change_notifier_chromeos_unittest.cc', 481 'network/network_change_notifier_chromeos_unittest.cc',
479 'network/network_configuration_handler_unittest.cc', 482 'network/network_configuration_handler_unittest.cc',
480 'network/network_connection_handler_unittest.cc', 483 'network/network_connection_handler_unittest.cc',
481 'network/network_device_handler_unittest.cc', 484 'network/network_device_handler_unittest.cc',
482 'network/network_profile_handler_stub.h', 485 'network/network_profile_handler_stub.h',
483 'network/network_sms_handler_unittest.cc', 486 'network/network_sms_handler_unittest.cc',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 709 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
707 ], 710 ],
708 'variables': { 711 'variables': {
709 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 712 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
710 'proto_out_dir': 'chromeos/cryptohome', 713 'proto_out_dir': 'chromeos/cryptohome',
711 }, 714 },
712 'includes': ['../build/protoc.gypi'], 715 'includes': ['../build/protoc.gypi'],
713 }, 716 },
714 ], 717 ],
715 } 718 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698