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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: Fix some nits Created 3 years, 11 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'system/statistics_provider.cc', 404 'system/statistics_provider.cc',
405 'system/statistics_provider.h', 405 'system/statistics_provider.h',
406 'system/version_loader.cc', 406 'system/version_loader.cc',
407 'system/version_loader.h', 407 'system/version_loader.h',
408 'timezone/timezone_provider.cc', 408 'timezone/timezone_provider.cc',
409 'timezone/timezone_provider.h', 409 'timezone/timezone_provider.h',
410 'timezone/timezone_request.cc', 410 'timezone/timezone_request.cc',
411 'timezone/timezone_request.h', 411 'timezone/timezone_request.h',
412 'timezone/timezone_resolver.cc', 412 'timezone/timezone_resolver.cc',
413 'timezone/timezone_resolver.h', 413 'timezone/timezone_resolver.h',
414 'trace/arc_trace_agent.cc',
415 'trace/arc_trace_agent.h',
414 'tpm/tpm_password_fetcher.cc', 416 'tpm/tpm_password_fetcher.cc',
415 'tpm/tpm_password_fetcher.h', 417 'tpm/tpm_password_fetcher.h',
416 'tpm/tpm_token_info_getter.cc', 418 'tpm/tpm_token_info_getter.cc',
417 'tpm/tpm_token_info_getter.h', 419 'tpm/tpm_token_info_getter.h',
418 'tpm/tpm_token_loader.cc', 420 'tpm/tpm_token_loader.cc',
419 'tpm/tpm_token_loader.h' 421 'tpm/tpm_token_loader.h'
420 ], 422 ],
421 'chromeos_binder_test_sources': [ 423 'chromeos_binder_test_sources': [
422 'binder/buffer_reader_unittest.cc', 424 'binder/buffer_reader_unittest.cc',
423 'binder/command_broker_unittest.cc', 425 'binder/command_broker_unittest.cc',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 '../build/isolate.gypi', 759 '../build/isolate.gypi',
758 ], 760 ],
759 'sources': [ 761 'sources': [
760 'chromeos_unittests.isolate', 762 'chromeos_unittests.isolate',
761 ], 763 ],
762 }, 764 },
763 ], 765 ],
764 }], 766 }],
765 ], 767 ],
766 } 768 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698