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

Side by Side Diff: chromeos/chromeos.gyp

Issue 20041002: Make CertificateHandler a proper interface of CertificateImporter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 5 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'ime/input_method_property.cc', 204 'ime/input_method_property.cc',
205 'ime/input_method_property.h', 205 'ime/input_method_property.h',
206 'ime/input_method_whitelist.cc', 206 'ime/input_method_whitelist.cc',
207 'ime/input_method_whitelist.h', 207 'ime/input_method_whitelist.h',
208 'ime/xkeyboard.cc', 208 'ime/xkeyboard.cc',
209 'ime/xkeyboard.h', 209 'ime/xkeyboard.h',
210 'login/login_state.cc', 210 'login/login_state.cc',
211 'login/login_state.h', 211 'login/login_state.h',
212 'network/cert_loader.cc', 212 'network/cert_loader.cc',
213 'network/cert_loader.h', 213 'network/cert_loader.h',
214 'network/certificate_handler.cc',
215 'network/certificate_handler.h',
216 'network/certificate_pattern.cc', 214 'network/certificate_pattern.cc',
217 'network/certificate_pattern.h', 215 'network/certificate_pattern.h',
218 'network/certificate_pattern_matcher.cc', 216 'network/certificate_pattern_matcher.cc',
219 'network/certificate_pattern_matcher.h', 217 'network/certificate_pattern_matcher.h',
220 'network/cros_network_functions.cc', 218 'network/cros_network_functions.cc',
221 'network/cros_network_functions.h', 219 'network/cros_network_functions.h',
222 'network/device_state.cc', 220 'network/device_state.cc',
223 'network/device_state.h', 221 'network/device_state.h',
224 'network/favorite_state.cc', 222 'network/favorite_state.cc',
225 'network/favorite_state.h', 223 'network/favorite_state.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'network/network_state.cc', 255 'network/network_state.cc',
258 'network/network_state.h', 256 'network/network_state.h',
259 'network/network_state_handler.cc', 257 'network/network_state_handler.cc',
260 'network/network_state_handler.h', 258 'network/network_state_handler.h',
261 'network/network_state_handler_observer.cc', 259 'network/network_state_handler_observer.cc',
262 'network/network_state_handler_observer.h', 260 'network/network_state_handler_observer.h',
263 'network/network_ui_data.cc', 261 'network/network_ui_data.cc',
264 'network/network_ui_data.h', 262 'network/network_ui_data.h',
265 'network/network_util.cc', 263 'network/network_util.cc',
266 'network/network_util.h', 264 'network/network_util.h',
267 'network/onc/onc_certificate_importer.cc',
268 'network/onc/onc_certificate_importer.h', 265 'network/onc/onc_certificate_importer.h',
266 'network/onc/onc_certificate_importer_impl.cc',
267 'network/onc/onc_certificate_importer_impl.h',
269 'network/onc/onc_constants.cc', 268 'network/onc/onc_constants.cc',
270 'network/onc/onc_constants.h', 269 'network/onc/onc_constants.h',
271 'network/onc/onc_mapper.cc', 270 'network/onc/onc_mapper.cc',
272 'network/onc/onc_mapper.h', 271 'network/onc/onc_mapper.h',
273 'network/onc/onc_merger.cc', 272 'network/onc/onc_merger.cc',
274 'network/onc/onc_merger.h', 273 'network/onc/onc_merger.h',
275 'network/onc/onc_normalizer.cc', 274 'network/onc/onc_normalizer.cc',
276 'network/onc/onc_normalizer.h', 275 'network/onc/onc_normalizer.h',
277 'network/onc/onc_signature.cc', 276 'network/onc/onc_signature.cc',
278 'network/onc/onc_signature.h', 277 'network/onc/onc_signature.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'dbus/mock_shill_profile_client.cc', 364 'dbus/mock_shill_profile_client.cc',
366 'dbus/mock_shill_profile_client.h', 365 'dbus/mock_shill_profile_client.h',
367 'dbus/mock_shill_service_client.cc', 366 'dbus/mock_shill_service_client.cc',
368 'dbus/mock_shill_service_client.h', 367 'dbus/mock_shill_service_client.h',
369 'dbus/shill_profile_client_stub.cc', 368 'dbus/shill_profile_client_stub.cc',
370 'dbus/shill_profile_client_stub.h', 369 'dbus/shill_profile_client_stub.h',
371 'disks/mock_disk_mount_manager.cc', 370 'disks/mock_disk_mount_manager.cc',
372 'disks/mock_disk_mount_manager.h', 371 'disks/mock_disk_mount_manager.h',
373 'ime/mock_component_extension_ime_manager_delegate.cc', 372 'ime/mock_component_extension_ime_manager_delegate.cc',
374 'ime/mock_component_extension_ime_manager_delegate.h', 373 'ime/mock_component_extension_ime_manager_delegate.h',
375 'network/mock_certificate_handler.cc', 374 'network/onc/mock_certificate_importer.cc',
376 'network/mock_certificate_handler.h', 375 'network/onc/mock_certificate_importer.h',
377 'network/onc/onc_test_utils.cc', 376 'network/onc/onc_test_utils.cc',
378 'network/onc/onc_test_utils.h', 377 'network/onc/onc_test_utils.h',
379 ], 378 ],
380 'include_dirs': [ 379 'include_dirs': [
381 '..', 380 '..',
382 ], 381 ],
383 }, 382 },
384 { 383 {
385 'target_name': 'chromeos_test_support_without_gmock', 384 'target_name': 'chromeos_test_support_without_gmock',
386 'type': 'static_library', 385 'type': 'static_library',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'network/network_configuration_handler_unittest.cc', 496 'network/network_configuration_handler_unittest.cc',
498 'network/network_connection_handler_unittest.cc', 497 'network/network_connection_handler_unittest.cc',
499 'network/network_device_handler_unittest.cc', 498 'network/network_device_handler_unittest.cc',
500 'network/network_event_log_unittest.cc', 499 'network/network_event_log_unittest.cc',
501 'network/network_profile_handler_stub.h', 500 'network/network_profile_handler_stub.h',
502 'network/network_sms_handler_unittest.cc', 501 'network/network_sms_handler_unittest.cc',
503 'network/network_state_handler_unittest.cc', 502 'network/network_state_handler_unittest.cc',
504 'network/network_state_unittest.cc', 503 'network/network_state_unittest.cc',
505 'network/network_ui_data_unittest.cc', 504 'network/network_ui_data_unittest.cc',
506 'network/network_util_unittest.cc', 505 'network/network_util_unittest.cc',
507 'network/onc/onc_certificate_importer_unittest.cc', 506 'network/onc/onc_certificate_importer_impl_unittest.cc',
508 'network/onc/onc_merger_unittest.cc', 507 'network/onc/onc_merger_unittest.cc',
509 'network/onc/onc_normalizer_unittest.cc', 508 'network/onc/onc_normalizer_unittest.cc',
510 'network/onc/onc_translator_unittest.cc', 509 'network/onc/onc_translator_unittest.cc',
511 'network/onc/onc_utils_unittest.cc', 510 'network/onc/onc_utils_unittest.cc',
512 'network/onc/onc_validator_unittest.cc', 511 'network/onc/onc_validator_unittest.cc',
513 'network/shill_property_handler_unittest.cc', 512 'network/shill_property_handler_unittest.cc',
514 'process_proxy/process_output_watcher_unittest.cc', 513 'process_proxy/process_output_watcher_unittest.cc',
515 'process_proxy/process_proxy_unittest.cc', 514 'process_proxy/process_proxy_unittest.cc',
516 'system/name_value_pairs_parser_unittest.cc', 515 'system/name_value_pairs_parser_unittest.cc',
517 ], 516 ],
(...skipping 21 matching lines...) Expand all
539 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 538 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
540 ], 539 ],
541 'variables': { 540 'variables': {
542 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 541 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
543 'proto_out_dir': 'chromeos/dbus/power_manager', 542 'proto_out_dir': 'chromeos/dbus/power_manager',
544 }, 543 },
545 'includes': ['../build/protoc.gypi'], 544 'includes': ['../build/protoc.gypi'],
546 }, 545 },
547 ], 546 ],
548 } 547 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/net_internals/net_internals_ui.cc ('k') | chromeos/network/certificate_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698