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

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

Issue 2955463002: Add log source to read from one DebugDaemon log (Closed)
Patch Set: Fix copy/paste error in comment; emplace into map; ASSERT_EQ for size of response Created 3 years, 6 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 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 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "system_logs/dbus_log_source.cc", 1419 "system_logs/dbus_log_source.cc",
1420 "system_logs/dbus_log_source.h", 1420 "system_logs/dbus_log_source.h",
1421 "system_logs/debug_daemon_log_source.cc", 1421 "system_logs/debug_daemon_log_source.cc",
1422 "system_logs/debug_daemon_log_source.h", 1422 "system_logs/debug_daemon_log_source.h",
1423 "system_logs/debug_log_writer.cc", 1423 "system_logs/debug_log_writer.cc",
1424 "system_logs/debug_log_writer.h", 1424 "system_logs/debug_log_writer.h",
1425 "system_logs/device_event_log_source.cc", 1425 "system_logs/device_event_log_source.cc",
1426 "system_logs/device_event_log_source.h", 1426 "system_logs/device_event_log_source.h",
1427 "system_logs/lsb_release_log_source.cc", 1427 "system_logs/lsb_release_log_source.cc",
1428 "system_logs/lsb_release_log_source.h", 1428 "system_logs/lsb_release_log_source.h",
1429 "system_logs/single_debug_daemon_log_source.cc",
1430 "system_logs/single_debug_daemon_log_source.h",
1429 "system_logs/single_log_source.cc", 1431 "system_logs/single_log_source.cc",
1430 "system_logs/single_log_source.h", 1432 "system_logs/single_log_source.h",
1431 "system_logs/touch_log_source.h", 1433 "system_logs/touch_log_source.h",
1432 "system_logs/touch_log_source_ozone.cc", 1434 "system_logs/touch_log_source_ozone.cc",
1433 "system_logs/touch_log_source_x11.cc", 1435 "system_logs/touch_log_source_x11.cc",
1434 "tether/fake_tether_service.cc", 1436 "tether/fake_tether_service.cc",
1435 "tether/fake_tether_service.h", 1437 "tether/fake_tether_service.h",
1436 "tether/tether_service.cc", 1438 "tether/tether_service.cc",
1437 "tether/tether_service.h", 1439 "tether/tether_service.h",
1438 "tether/tether_service_factory.cc", 1440 "tether/tether_service_factory.cc",
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 "settings/device_settings_service_unittest.cc", 1847 "settings/device_settings_service_unittest.cc",
1846 "settings/install_attributes_unittest.cc", 1848 "settings/install_attributes_unittest.cc",
1847 "settings/scoped_cros_settings_test_helper.cc", 1849 "settings/scoped_cros_settings_test_helper.cc",
1848 "settings/scoped_cros_settings_test_helper.h", 1850 "settings/scoped_cros_settings_test_helper.h",
1849 "settings/session_manager_operation_unittest.cc", 1851 "settings/session_manager_operation_unittest.cc",
1850 "settings/shutdown_policy_handler_unittest.cc", 1852 "settings/shutdown_policy_handler_unittest.cc",
1851 "settings/stub_cros_settings_provider_unittest.cc", 1853 "settings/stub_cros_settings_provider_unittest.cc",
1852 "status/data_promo_notification_unittest.cc", 1854 "status/data_promo_notification_unittest.cc",
1853 "system/automatic_reboot_manager_unittest.cc", 1855 "system/automatic_reboot_manager_unittest.cc",
1854 "system/device_disabling_manager_unittest.cc", 1856 "system/device_disabling_manager_unittest.cc",
1857 "system_logs/single_debug_daemon_log_source_unittest.cc",
1855 "system_logs/single_log_source_unittest.cc", 1858 "system_logs/single_log_source_unittest.cc",
1856 "tether/tether_service_unittest.cc", 1859 "tether/tether_service_unittest.cc",
1857 "ui/accessibility_focus_ring_controller_unittest.cc", 1860 "ui/accessibility_focus_ring_controller_unittest.cc",
1858 "ui/idle_app_name_notification_view_unittest.cc", 1861 "ui/idle_app_name_notification_view_unittest.cc",
1859 "ui/low_disk_notification_unittest.cc", 1862 "ui/low_disk_notification_unittest.cc",
1860 1863
1861 # TODO(zturner): Enable this on Windows. See 1864 # TODO(zturner): Enable this on Windows. See
1862 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1865 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1863 # broken. 1866 # broken.
1864 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc", 1867 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1957 "policy/proto/chrome_device_policy.proto", 1960 "policy/proto/chrome_device_policy.proto",
1958 "policy/proto/install_attributes.proto", 1961 "policy/proto/install_attributes.proto",
1959 ] 1962 ]
1960 } 1963 }
1961 1964
1962 proto_library("attestation_proto") { 1965 proto_library("attestation_proto") {
1963 sources = [ 1966 sources = [
1964 "attestation/attestation_key_payload.proto", 1967 "attestation/attestation_key_payload.proto",
1965 ] 1968 ]
1966 } 1969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698