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

Side by Side Diff: chromeos/chromeos.gyp

Issue 22588002: Refactor the client certificate code in chromeos/network/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. 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
« no previous file with comments | « chromeos/cert_loader.cc ('k') | chromeos/network/certificate_pattern_matcher.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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'ime/input_method_property.cc', 207 'ime/input_method_property.cc',
208 'ime/input_method_property.h', 208 'ime/input_method_property.h',
209 'ime/input_method_whitelist.cc', 209 'ime/input_method_whitelist.cc',
210 'ime/input_method_whitelist.h', 210 'ime/input_method_whitelist.h',
211 'ime/xkeyboard.cc', 211 'ime/xkeyboard.cc',
212 'ime/xkeyboard.h', 212 'ime/xkeyboard.h',
213 'login/login_state.cc', 213 'login/login_state.cc',
214 'login/login_state.h', 214 'login/login_state.h',
215 'network/certificate_pattern.cc', 215 'network/certificate_pattern.cc',
216 'network/certificate_pattern.h', 216 'network/certificate_pattern.h',
217 'network/certificate_pattern_matcher.cc', 217 'network/client_cert_util.cc',
218 'network/certificate_pattern_matcher.h', 218 'network/client_cert_util.h',
219 'network/cros_network_functions.cc', 219 'network/cros_network_functions.cc',
220 'network/cros_network_functions.h', 220 'network/cros_network_functions.h',
221 'network/device_state.cc', 221 'network/device_state.cc',
222 'network/device_state.h', 222 'network/device_state.h',
223 'network/favorite_state.cc', 223 'network/favorite_state.cc',
224 'network/favorite_state.h', 224 'network/favorite_state.h',
225 'network/geolocation_handler.cc', 225 'network/geolocation_handler.cc',
226 'network/geolocation_handler.h', 226 'network/geolocation_handler.h',
227 'network/managed_network_configuration_handler.cc', 227 'network/managed_network_configuration_handler.cc',
228 'network/managed_network_configuration_handler.h', 228 'network/managed_network_configuration_handler.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 544 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
545 ], 545 ],
546 'variables': { 546 'variables': {
547 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 547 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
548 'proto_out_dir': 'chromeos/dbus/power_manager', 548 'proto_out_dir': 'chromeos/dbus/power_manager',
549 }, 549 },
550 'includes': ['../build/protoc.gypi'], 550 'includes': ['../build/protoc.gypi'],
551 }, 551 },
552 ], 552 ],
553 } 553 }
OLDNEW
« no previous file with comments | « chromeos/cert_loader.cc ('k') | chromeos/network/certificate_pattern_matcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698