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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files. Created 4 years, 10 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'login/auth/key.cc', 235 'login/auth/key.cc',
236 'login/auth/key.h', 236 'login/auth/key.h',
237 'login/auth/login_performer.cc', 237 'login/auth/login_performer.cc',
238 'login/auth/login_performer.h', 238 'login/auth/login_performer.h',
239 'login/auth/stub_authenticator.cc', 239 'login/auth/stub_authenticator.cc',
240 'login/auth/stub_authenticator.h', 240 'login/auth/stub_authenticator.h',
241 'login/auth/test_attempt_state.cc', 241 'login/auth/test_attempt_state.cc',
242 'login/auth/test_attempt_state.h', 242 'login/auth/test_attempt_state.h',
243 'login/auth/user_context.cc', 243 'login/auth/user_context.cc',
244 'login/auth/user_context.h', 244 'login/auth/user_context.h',
245 'login/auth/utils.cc',
246 'login/auth/utils.h',
245 'login/login_state.cc', 247 'login/login_state.cc',
246 'login/login_state.h', 248 'login/login_state.h',
247 'login/user_names.cc', 249 'login/user_names.cc',
248 'login/user_names.h', 250 'login/user_names.h',
249 'login_event_recorder.cc', 251 'login_event_recorder.cc',
250 'login_event_recorder.h', 252 'login_event_recorder.h',
251 'network/auto_connect_handler.cc', 253 'network/auto_connect_handler.cc',
252 'network/auto_connect_handler.h', 254 'network/auto_connect_handler.h',
253 'network/certificate_pattern.cc', 255 'network/certificate_pattern.cc',
254 'network/certificate_pattern.h', 256 'network/certificate_pattern.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'dependencies': [ 513 'dependencies': [
512 '../base/base.gyp:base', 514 '../base/base.gyp:base',
513 '../base/base.gyp:base_i18n', 515 '../base/base.gyp:base_i18n',
514 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 516 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
515 '../build/linux/system.gyp:dbus', 517 '../build/linux/system.gyp:dbus',
516 '../build/linux/system.gyp:ssl', 518 '../build/linux/system.gyp:ssl',
517 '../components/components.gyp:cloud_policy_proto', 519 '../components/components.gyp:cloud_policy_proto',
518 '../components/components.gyp:device_event_log_component', 520 '../components/components.gyp:device_event_log_component',
519 '../components/components.gyp:onc_component', 521 '../components/components.gyp:onc_component',
520 '../components/components.gyp:proxy_config', 522 '../components/components.gyp:proxy_config',
523 '../components/components.gyp:user_manager',
521 '../components/components.gyp:signin_core_account_id', 524 '../components/components.gyp:signin_core_account_id',
522 '../components/prefs/prefs.gyp:prefs', 525 '../components/prefs/prefs.gyp:prefs',
523 '../crypto/crypto.gyp:crypto', 526 '../crypto/crypto.gyp:crypto',
524 '../dbus/dbus.gyp:dbus', 527 '../dbus/dbus.gyp:dbus',
525 '../google_apis/google_apis.gyp:google_apis', 528 '../google_apis/google_apis.gyp:google_apis',
526 '../net/net.gyp:net', 529 '../net/net.gyp:net',
527 '../third_party/icu/icu.gyp:icui18n', 530 '../third_party/icu/icu.gyp:icui18n',
528 '../third_party/libxml/libxml.gyp:libxml', 531 '../third_party/libxml/libxml.gyp:libxml',
529 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 532 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
530 '../url/url.gyp:url_lib', 533 '../url/url.gyp:url_lib',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 '../build/isolate.gypi', 747 '../build/isolate.gypi',
745 ], 748 ],
746 'sources': [ 749 'sources': [
747 'chromeos_unittests.isolate', 750 'chromeos_unittests.isolate',
748 ], 751 ],
749 }, 752 },
750 ], 753 ],
751 }], 754 }],
752 ], 755 ],
753 } 756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698