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

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

Issue 2844163005: Add SingleLogSource to system_logs sources (Closed)
Patch Set: Remove TODO, already done Created 3 years, 7 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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 "system_logs/dbus_log_source.cc", 1342 "system_logs/dbus_log_source.cc",
1343 "system_logs/dbus_log_source.h", 1343 "system_logs/dbus_log_source.h",
1344 "system_logs/debug_daemon_log_source.cc", 1344 "system_logs/debug_daemon_log_source.cc",
1345 "system_logs/debug_daemon_log_source.h", 1345 "system_logs/debug_daemon_log_source.h",
1346 "system_logs/debug_log_writer.cc", 1346 "system_logs/debug_log_writer.cc",
1347 "system_logs/debug_log_writer.h", 1347 "system_logs/debug_log_writer.h",
1348 "system_logs/device_event_log_source.cc", 1348 "system_logs/device_event_log_source.cc",
1349 "system_logs/device_event_log_source.h", 1349 "system_logs/device_event_log_source.h",
1350 "system_logs/lsb_release_log_source.cc", 1350 "system_logs/lsb_release_log_source.cc",
1351 "system_logs/lsb_release_log_source.h", 1351 "system_logs/lsb_release_log_source.h",
1352 "system_logs/single_log_source.cc",
1353 "system_logs/single_log_source.h",
1352 "system_logs/touch_log_source.h", 1354 "system_logs/touch_log_source.h",
1353 "system_logs/touch_log_source_ozone.cc", 1355 "system_logs/touch_log_source_ozone.cc",
1354 "system_logs/touch_log_source_x11.cc", 1356 "system_logs/touch_log_source_x11.cc",
1355 "tether/tether_service.cc", 1357 "tether/tether_service.cc",
1356 "tether/tether_service.h", 1358 "tether/tether_service.h",
1357 "tether/tether_service_factory.cc", 1359 "tether/tether_service_factory.cc",
1358 "tether/tether_service_factory.h", 1360 "tether/tether_service_factory.h",
1359 "ui/accessibility_cursor_ring_layer.cc", 1361 "ui/accessibility_cursor_ring_layer.cc",
1360 "ui/accessibility_cursor_ring_layer.h", 1362 "ui/accessibility_cursor_ring_layer.h",
1361 "ui/accessibility_focus_ring.cc", 1363 "ui/accessibility_focus_ring.cc",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 "settings/device_settings_service_unittest.cc", 1730 "settings/device_settings_service_unittest.cc",
1729 "settings/install_attributes_unittest.cc", 1731 "settings/install_attributes_unittest.cc",
1730 "settings/scoped_cros_settings_test_helper.cc", 1732 "settings/scoped_cros_settings_test_helper.cc",
1731 "settings/scoped_cros_settings_test_helper.h", 1733 "settings/scoped_cros_settings_test_helper.h",
1732 "settings/session_manager_operation_unittest.cc", 1734 "settings/session_manager_operation_unittest.cc",
1733 "settings/shutdown_policy_handler_unittest.cc", 1735 "settings/shutdown_policy_handler_unittest.cc",
1734 "settings/stub_cros_settings_provider_unittest.cc", 1736 "settings/stub_cros_settings_provider_unittest.cc",
1735 "status/data_promo_notification_unittest.cc", 1737 "status/data_promo_notification_unittest.cc",
1736 "system/automatic_reboot_manager_unittest.cc", 1738 "system/automatic_reboot_manager_unittest.cc",
1737 "system/device_disabling_manager_unittest.cc", 1739 "system/device_disabling_manager_unittest.cc",
1740 "system_logs/single_log_source_unittest.cc",
1738 "ui/accessibility_focus_ring_controller_unittest.cc", 1741 "ui/accessibility_focus_ring_controller_unittest.cc",
1739 "ui/idle_app_name_notification_view_unittest.cc", 1742 "ui/idle_app_name_notification_view_unittest.cc",
1740 "ui/low_disk_notification_unittest.cc", 1743 "ui/low_disk_notification_unittest.cc",
1741 1744
1742 # TODO(zturner): Enable this on Windows. See 1745 # TODO(zturner): Enable this on Windows. See
1743 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1746 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1744 # broken. 1747 # broken.
1745 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc", 1748 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc",
1746 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc", 1749 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc",
1747 "../ui/views/frame/immersive_mode_controller_ash_unittest.cc", 1750 "../ui/views/frame/immersive_mode_controller_ash_unittest.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 "policy/proto/chrome_device_policy.proto", 1832 "policy/proto/chrome_device_policy.proto",
1830 "policy/proto/install_attributes.proto", 1833 "policy/proto/install_attributes.proto",
1831 ] 1834 ]
1832 } 1835 }
1833 1836
1834 proto_library("attestation_proto") { 1837 proto_library("attestation_proto") {
1835 sources = [ 1838 sources = [
1836 "attestation/attestation_key_payload.proto", 1839 "attestation/attestation_key_payload.proto",
1837 ] 1840 ]
1838 } 1841 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698