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

Side by Side Diff: chromeos/chromeos.gyp

Issue 197313007: Add Easy Unlock options to chrome://settings behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'attestation/attestation_constants.h', 51 'attestation/attestation_constants.h',
52 'attestation/attestation_flow.cc', 52 'attestation/attestation_flow.cc',
53 'attestation/attestation_flow.h', 53 'attestation/attestation_flow.h',
54 'cert_loader.cc', 54 'cert_loader.cc',
55 'cert_loader.h', 55 'cert_loader.h',
56 'chromeos_constants.cc', 56 'chromeos_constants.cc',
57 'chromeos_constants.h', 57 'chromeos_constants.h',
58 'chromeos_export.h', 58 'chromeos_export.h',
59 'chromeos_paths.cc', 59 'chromeos_paths.cc',
60 'chromeos_paths.h', 60 'chromeos_paths.h',
61 'chromeos_utils.cc',
62 'chromeos_utils.h',
61 'chromeos_switches.cc', 63 'chromeos_switches.cc',
62 'chromeos_switches.h', 64 'chromeos_switches.h',
63 'cryptohome/async_method_caller.cc', 65 'cryptohome/async_method_caller.cc',
64 'cryptohome/async_method_caller.h', 66 'cryptohome/async_method_caller.h',
65 'cryptohome/cryptohome_util.cc', 67 'cryptohome/cryptohome_util.cc',
66 'cryptohome/cryptohome_util.h', 68 'cryptohome/cryptohome_util.h',
67 'cryptohome/system_salt_getter.cc', 69 'cryptohome/system_salt_getter.cc',
68 'cryptohome/system_salt_getter.h', 70 'cryptohome/system_salt_getter.h',
69 'dbus/audio_node.cc', 71 'dbus/audio_node.cc',
70 'dbus/audio_node.h', 72 'dbus/audio_node.h',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto', 566 '../third_party/cros_system_api/dbus/cryptohome/rpc.proto',
565 ], 567 ],
566 'variables': { 568 'variables': {
567 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 569 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
568 'proto_out_dir': 'chromeos/dbus/cryptohome', 570 'proto_out_dir': 'chromeos/dbus/cryptohome',
569 }, 571 },
570 'includes': ['../build/protoc.gypi'], 572 'includes': ['../build/protoc.gypi'],
571 }, 573 },
572 ], 574 ],
573 } 575 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698