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

Side by Side Diff: chromeos/chromeos.gyp

Issue 20087002: Add migration from CaCert NSS nicknames to PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indentation. Created 7 years, 4 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 | Annotate | Revision Log
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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'network/device_state.cc', 220 'network/device_state.cc',
221 'network/device_state.h', 221 'network/device_state.h',
222 'network/favorite_state.cc', 222 'network/favorite_state.cc',
223 'network/favorite_state.h', 223 'network/favorite_state.h',
224 'network/geolocation_handler.cc', 224 'network/geolocation_handler.cc',
225 'network/geolocation_handler.h', 225 'network/geolocation_handler.h',
226 'network/managed_network_configuration_handler.cc', 226 'network/managed_network_configuration_handler.cc',
227 'network/managed_network_configuration_handler.h', 227 'network/managed_network_configuration_handler.h',
228 'network/managed_state.cc', 228 'network/managed_state.cc',
229 'network/managed_state.h', 229 'network/managed_state.h',
230 'network/network_cert_migrator.cc',
231 'network/network_cert_migrator.h',
230 'network/network_change_notifier_chromeos.cc', 232 'network/network_change_notifier_chromeos.cc',
231 'network/network_change_notifier_chromeos.h', 233 'network/network_change_notifier_chromeos.h',
232 'network/network_change_notifier_factory_chromeos.cc', 234 'network/network_change_notifier_factory_chromeos.cc',
233 'network/network_change_notifier_factory_chromeos.h', 235 'network/network_change_notifier_factory_chromeos.h',
234 'network/network_configuration_handler.cc', 236 'network/network_configuration_handler.cc',
235 'network/network_configuration_handler.h', 237 'network/network_configuration_handler.h',
236 'network/network_connection_handler.cc', 238 'network/network_connection_handler.cc',
237 'network/network_connection_handler.h', 239 'network/network_connection_handler.h',
238 'network/network_device_handler.cc', 240 'network/network_device_handler.cc',
239 'network/network_device_handler.h', 241 'network/network_device_handler.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'target_name': 'chromeos_unittests', 441 'target_name': 'chromeos_unittests',
440 'type': 'executable', 442 'type': 'executable',
441 'dependencies': [ 443 'dependencies': [
442 '../base/base.gyp:run_all_unittests', 444 '../base/base.gyp:run_all_unittests',
443 '../base/base.gyp:test_support_base', 445 '../base/base.gyp:test_support_base',
444 '../build/linux/system.gyp:dbus', 446 '../build/linux/system.gyp:dbus',
445 '../build/linux/system.gyp:ssl', 447 '../build/linux/system.gyp:ssl',
446 '../crypto/crypto.gyp:crypto', 448 '../crypto/crypto.gyp:crypto',
447 '../dbus/dbus.gyp:dbus_test_support', 449 '../dbus/dbus.gyp:dbus_test_support',
448 '../net/net.gyp:net', 450 '../net/net.gyp:net',
451 '../net/net.gyp:net_test_support',
449 '../testing/gmock.gyp:gmock', 452 '../testing/gmock.gyp:gmock',
450 '../testing/gtest.gyp:gtest', 453 '../testing/gtest.gyp:gtest',
451 '../url/url.gyp:url_lib', 454 '../url/url.gyp:url_lib',
452 'chromeos_test_support', 455 'chromeos_test_support',
453 'power_manager_proto', 456 'power_manager_proto',
454 ], 457 ],
455 'sources': [ 458 'sources': [
456 'app_mode/kiosk_oem_manifest_parser_unittest.cc', 459 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
457 'attestation/attestation_flow_unittest.cc', 460 'attestation/attestation_flow_unittest.cc',
458 'dbus/blocking_method_caller_unittest.cc', 461 'dbus/blocking_method_caller_unittest.cc',
(...skipping 26 matching lines...) Expand all
485 'ime/component_extension_ime_manager_unittest.cc', 488 'ime/component_extension_ime_manager_unittest.cc',
486 'ime/extension_ime_util_unittest.cc', 489 'ime/extension_ime_util_unittest.cc',
487 'ime/input_method_manager.h', 490 'ime/input_method_manager.h',
488 'ime/input_method_property_unittest.cc', 491 'ime/input_method_property_unittest.cc',
489 'ime/input_method_whitelist_unittest.cc', 492 'ime/input_method_whitelist_unittest.cc',
490 'ime/xkeyboard_unittest.cc', 493 'ime/xkeyboard_unittest.cc',
491 'login/login_state_unittest.cc', 494 'login/login_state_unittest.cc',
492 'network/cros_network_functions_unittest.cc', 495 'network/cros_network_functions_unittest.cc',
493 'network/geolocation_handler_unittest.cc', 496 'network/geolocation_handler_unittest.cc',
494 'network/managed_network_configuration_handler_unittest.cc', 497 'network/managed_network_configuration_handler_unittest.cc',
498 'network/network_cert_migrator_unittest.cc',
495 'network/network_change_notifier_chromeos_unittest.cc', 499 'network/network_change_notifier_chromeos_unittest.cc',
496 'network/network_configuration_handler_unittest.cc', 500 'network/network_configuration_handler_unittest.cc',
497 'network/network_connection_handler_unittest.cc', 501 'network/network_connection_handler_unittest.cc',
498 'network/network_device_handler_unittest.cc', 502 'network/network_device_handler_unittest.cc',
499 'network/network_event_log_unittest.cc', 503 'network/network_event_log_unittest.cc',
500 'network/network_profile_handler_stub.h', 504 'network/network_profile_handler_stub.h',
501 'network/network_sms_handler_unittest.cc', 505 'network/network_sms_handler_unittest.cc',
502 'network/network_state_handler_unittest.cc', 506 'network/network_state_handler_unittest.cc',
503 'network/network_state_unittest.cc', 507 'network/network_state_unittest.cc',
504 'network/network_ui_data_unittest.cc', 508 'network/network_ui_data_unittest.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 542 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
539 ], 543 ],
540 'variables': { 544 'variables': {
541 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 545 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
542 'proto_out_dir': 'chromeos/dbus/power_manager', 546 'proto_out_dir': 'chromeos/dbus/power_manager',
543 }, 547 },
544 'includes': ['../build/protoc.gypi'], 548 'includes': ['../build/protoc.gypi'],
545 }, 549 },
546 ], 550 ],
547 } 551 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698