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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2955463002: Add log source to read from one DebugDaemon log (Closed)
Patch Set: Rebased: updated to latest DebugDaemonClient; Browser thread bundle Created 3 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/single_debug_daemon_log_source.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 "system_logs/dbus_log_source.cc", 1428 "system_logs/dbus_log_source.cc",
1429 "system_logs/dbus_log_source.h", 1429 "system_logs/dbus_log_source.h",
1430 "system_logs/debug_daemon_log_source.cc", 1430 "system_logs/debug_daemon_log_source.cc",
1431 "system_logs/debug_daemon_log_source.h", 1431 "system_logs/debug_daemon_log_source.h",
1432 "system_logs/debug_log_writer.cc", 1432 "system_logs/debug_log_writer.cc",
1433 "system_logs/debug_log_writer.h", 1433 "system_logs/debug_log_writer.h",
1434 "system_logs/device_event_log_source.cc", 1434 "system_logs/device_event_log_source.cc",
1435 "system_logs/device_event_log_source.h", 1435 "system_logs/device_event_log_source.h",
1436 "system_logs/lsb_release_log_source.cc", 1436 "system_logs/lsb_release_log_source.cc",
1437 "system_logs/lsb_release_log_source.h", 1437 "system_logs/lsb_release_log_source.h",
1438 "system_logs/single_debug_daemon_log_source.cc",
1439 "system_logs/single_debug_daemon_log_source.h",
1438 "system_logs/single_log_source.cc", 1440 "system_logs/single_log_source.cc",
1439 "system_logs/single_log_source.h", 1441 "system_logs/single_log_source.h",
1440 "system_logs/touch_log_source.h", 1442 "system_logs/touch_log_source.h",
1441 "system_logs/touch_log_source_ozone.cc", 1443 "system_logs/touch_log_source_ozone.cc",
1442 "system_logs/touch_log_source_x11.cc", 1444 "system_logs/touch_log_source_x11.cc",
1443 "tether/fake_tether_service.cc", 1445 "tether/fake_tether_service.cc",
1444 "tether/fake_tether_service.h", 1446 "tether/fake_tether_service.h",
1445 "tether/tether_service.cc", 1447 "tether/tether_service.cc",
1446 "tether/tether_service.h", 1448 "tether/tether_service.h",
1447 "tether/tether_service_factory.cc", 1449 "tether/tether_service_factory.cc",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 "settings/device_settings_service_unittest.cc", 1859 "settings/device_settings_service_unittest.cc",
1858 "settings/install_attributes_unittest.cc", 1860 "settings/install_attributes_unittest.cc",
1859 "settings/scoped_cros_settings_test_helper.cc", 1861 "settings/scoped_cros_settings_test_helper.cc",
1860 "settings/scoped_cros_settings_test_helper.h", 1862 "settings/scoped_cros_settings_test_helper.h",
1861 "settings/session_manager_operation_unittest.cc", 1863 "settings/session_manager_operation_unittest.cc",
1862 "settings/shutdown_policy_handler_unittest.cc", 1864 "settings/shutdown_policy_handler_unittest.cc",
1863 "settings/stub_cros_settings_provider_unittest.cc", 1865 "settings/stub_cros_settings_provider_unittest.cc",
1864 "status/data_promo_notification_unittest.cc", 1866 "status/data_promo_notification_unittest.cc",
1865 "system/automatic_reboot_manager_unittest.cc", 1867 "system/automatic_reboot_manager_unittest.cc",
1866 "system/device_disabling_manager_unittest.cc", 1868 "system/device_disabling_manager_unittest.cc",
1869 "system_logs/single_debug_daemon_log_source_unittest.cc",
1867 "system_logs/single_log_source_unittest.cc", 1870 "system_logs/single_log_source_unittest.cc",
1868 "tether/tether_service_unittest.cc", 1871 "tether/tether_service_unittest.cc",
1869 "ui/accessibility_focus_ring_controller_unittest.cc", 1872 "ui/accessibility_focus_ring_controller_unittest.cc",
1870 "ui/idle_app_name_notification_view_unittest.cc", 1873 "ui/idle_app_name_notification_view_unittest.cc",
1871 "ui/low_disk_notification_unittest.cc", 1874 "ui/low_disk_notification_unittest.cc",
1872 1875
1873 # TODO(zturner): Enable this on Windows. See 1876 # TODO(zturner): Enable this on Windows. See
1874 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1877 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1875 # broken. 1878 # broken.
1876 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc", 1879 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 "policy/proto/chrome_device_policy.proto", 1973 "policy/proto/chrome_device_policy.proto",
1971 "policy/proto/install_attributes.proto", 1974 "policy/proto/install_attributes.proto",
1972 ] 1975 ]
1973 } 1976 }
1974 1977
1975 proto_library("attestation_proto") { 1978 proto_library("attestation_proto") {
1976 sources = [ 1979 sources = [
1977 "attestation/attestation_key_payload.proto", 1980 "attestation/attestation_key_payload.proto",
1978 ] 1981 ]
1979 } 1982 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/single_debug_daemon_log_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698