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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14522013: Separate cert loading code from CertLibrary and move to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback Created 7 years, 7 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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'ime/input_method_descriptor.cc', 216 'ime/input_method_descriptor.cc',
217 'ime/input_method_descriptor.h', 217 'ime/input_method_descriptor.h',
218 'ime/input_method_property.cc', 218 'ime/input_method_property.cc',
219 'ime/input_method_property.h', 219 'ime/input_method_property.h',
220 'ime/input_method_whitelist.cc', 220 'ime/input_method_whitelist.cc',
221 'ime/input_method_whitelist.h', 221 'ime/input_method_whitelist.h',
222 'ime/xkeyboard.cc', 222 'ime/xkeyboard.cc',
223 'ime/xkeyboard.h', 223 'ime/xkeyboard.h',
224 'login/login_state.cc', 224 'login/login_state.cc',
225 'login/login_state.h', 225 'login/login_state.h',
226 'network/cert_loader.cc',
227 'network/cert_loader.h',
226 'network/certificate_handler.cc', 228 'network/certificate_handler.cc',
227 'network/certificate_handler.h', 229 'network/certificate_handler.h',
228 'network/certificate_pattern.cc', 230 'network/certificate_pattern.cc',
229 'network/certificate_pattern.h', 231 'network/certificate_pattern.h',
230 'network/cros_network_functions.cc', 232 'network/cros_network_functions.cc',
231 'network/cros_network_functions.h', 233 'network/cros_network_functions.h',
232 'network/device_state.cc', 234 'network/device_state.cc',
233 'network/device_state.h', 235 'network/device_state.h',
234 'network/geolocation_handler.cc', 236 'network/geolocation_handler.cc',
235 'network/geolocation_handler.h', 237 'network/geolocation_handler.h',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '../third_party/cros_system_api/dbus/video_activity_update.proto', 560 '../third_party/cros_system_api/dbus/video_activity_update.proto',
559 ], 561 ],
560 'variables': { 562 'variables': {
561 'proto_in_dir': '../third_party/cros_system_api/dbus/', 563 'proto_in_dir': '../third_party/cros_system_api/dbus/',
562 'proto_out_dir': 'chromeos/dbus', 564 'proto_out_dir': 'chromeos/dbus',
563 }, 565 },
564 'includes': ['../build/protoc.gypi'], 566 'includes': ['../build/protoc.gypi'],
565 }, 567 },
566 ], 568 ],
567 } 569 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698