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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2699833003: arc: enable Android tracing from chrome://tracing in dev mode (Closed)
Patch Set: Fix according to the comments Created 3 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
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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'system/statistics_provider.cc', 401 'system/statistics_provider.cc',
402 'system/statistics_provider.h', 402 'system/statistics_provider.h',
403 'system/version_loader.cc', 403 'system/version_loader.cc',
404 'system/version_loader.h', 404 'system/version_loader.h',
405 'timezone/timezone_provider.cc', 405 'timezone/timezone_provider.cc',
406 'timezone/timezone_provider.h', 406 'timezone/timezone_provider.h',
407 'timezone/timezone_request.cc', 407 'timezone/timezone_request.cc',
408 'timezone/timezone_request.h', 408 'timezone/timezone_request.h',
409 'timezone/timezone_resolver.cc', 409 'timezone/timezone_resolver.cc',
410 'timezone/timezone_resolver.h', 410 'timezone/timezone_resolver.h',
411 'trace/arc_trace_agent.cc',
Daniel Erat 2017/03/07 15:53:21 why does this live under //chromeos instead of in
Daniel Erat 2017/03/08 02:58:40 unless i'm misreading the code, this new class doe
Earl Ou 2017/03/08 03:18:08 Looks OK for me. 1. There is /content/browser/and
Daniel Erat 2017/03/08 04:58:06 or maybe /content/browser/chromeos?
Yusuke Sato 2017/03/08 07:17:44 I made the suggestion just because I wasn't really
412 'trace/arc_trace_agent.h',
411 'tpm/tpm_password_fetcher.cc', 413 'tpm/tpm_password_fetcher.cc',
412 'tpm/tpm_password_fetcher.h', 414 'tpm/tpm_password_fetcher.h',
413 'tpm/tpm_token_info_getter.cc', 415 'tpm/tpm_token_info_getter.cc',
414 'tpm/tpm_token_info_getter.h', 416 'tpm/tpm_token_info_getter.h',
415 'tpm/tpm_token_loader.cc', 417 'tpm/tpm_token_loader.cc',
416 'tpm/tpm_token_loader.h' 418 'tpm/tpm_token_loader.h'
417 ], 419 ],
418 'chromeos_binder_test_sources': [ 420 'chromeos_binder_test_sources': [
419 'binder/buffer_reader_unittest.cc', 421 'binder/buffer_reader_unittest.cc',
420 'binder/command_broker_unittest.cc', 422 'binder/command_broker_unittest.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 '../build/isolate.gypi', 758 '../build/isolate.gypi',
757 ], 759 ],
758 'sources': [ 760 'sources': [
759 'chromeos_unittests.isolate', 761 'chromeos_unittests.isolate',
760 ], 762 ],
761 }, 763 },
762 ], 764 ],
763 }], 765 }],
764 ], 766 ],
765 } 767 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698