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

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: Fix browser tests 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'ime/input_method_descriptor.cc', 206 'ime/input_method_descriptor.cc',
207 'ime/input_method_descriptor.h', 207 'ime/input_method_descriptor.h',
208 'ime/input_method_property.cc', 208 'ime/input_method_property.cc',
209 'ime/input_method_property.h', 209 'ime/input_method_property.h',
210 'ime/input_method_whitelist.cc', 210 'ime/input_method_whitelist.cc',
211 'ime/input_method_whitelist.h', 211 'ime/input_method_whitelist.h',
212 'ime/xkeyboard.cc', 212 'ime/xkeyboard.cc',
213 'ime/xkeyboard.h', 213 'ime/xkeyboard.h',
214 'login/login_state.cc', 214 'login/login_state.cc',
215 'login/login_state.h', 215 'login/login_state.h',
216 'network/cert_loader.cc',
217 'network/cert_loader.h',
216 'network/certificate_handler.cc', 218 'network/certificate_handler.cc',
217 'network/certificate_handler.h', 219 'network/certificate_handler.h',
218 'network/certificate_pattern.cc', 220 'network/certificate_pattern.cc',
219 'network/certificate_pattern.h', 221 'network/certificate_pattern.h',
220 'network/cros_network_functions.cc', 222 'network/cros_network_functions.cc',
221 'network/cros_network_functions.h', 223 'network/cros_network_functions.h',
222 'network/device_state.cc', 224 'network/device_state.cc',
223 'network/device_state.h', 225 'network/device_state.h',
224 'network/geolocation_handler.cc', 226 'network/geolocation_handler.cc',
225 'network/geolocation_handler.h', 227 'network/geolocation_handler.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 '../third_party/cros_system_api/dbus/video_activity_update.proto', 541 '../third_party/cros_system_api/dbus/video_activity_update.proto',
540 ], 542 ],
541 'variables': { 543 'variables': {
542 'proto_in_dir': '../third_party/cros_system_api/dbus/', 544 'proto_in_dir': '../third_party/cros_system_api/dbus/',
543 'proto_out_dir': 'chromeos/dbus', 545 'proto_out_dir': 'chromeos/dbus',
544 }, 546 },
545 'includes': ['../build/protoc.gypi'], 547 'includes': ['../build/protoc.gypi'],
546 }, 548 },
547 ], 549 ],
548 } 550 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698