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

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

Issue 2844163005: Add SingleLogSource to system_logs sources (Closed)
Patch Set: Add TestBrowserThreadBundle 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 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 "system_logs/dbus_log_source.cc", 1353 "system_logs/dbus_log_source.cc",
1354 "system_logs/dbus_log_source.h", 1354 "system_logs/dbus_log_source.h",
1355 "system_logs/debug_daemon_log_source.cc", 1355 "system_logs/debug_daemon_log_source.cc",
1356 "system_logs/debug_daemon_log_source.h", 1356 "system_logs/debug_daemon_log_source.h",
1357 "system_logs/debug_log_writer.cc", 1357 "system_logs/debug_log_writer.cc",
1358 "system_logs/debug_log_writer.h", 1358 "system_logs/debug_log_writer.h",
1359 "system_logs/device_event_log_source.cc", 1359 "system_logs/device_event_log_source.cc",
1360 "system_logs/device_event_log_source.h", 1360 "system_logs/device_event_log_source.h",
1361 "system_logs/lsb_release_log_source.cc", 1361 "system_logs/lsb_release_log_source.cc",
1362 "system_logs/lsb_release_log_source.h", 1362 "system_logs/lsb_release_log_source.h",
1363 "system_logs/single_log_source.cc",
1364 "system_logs/single_log_source.h",
1363 "system_logs/touch_log_source.h", 1365 "system_logs/touch_log_source.h",
1364 "system_logs/touch_log_source_ozone.cc", 1366 "system_logs/touch_log_source_ozone.cc",
1365 "system_logs/touch_log_source_x11.cc", 1367 "system_logs/touch_log_source_x11.cc",
1366 "tether/tether_service.cc", 1368 "tether/tether_service.cc",
1367 "tether/tether_service.h", 1369 "tether/tether_service.h",
1368 "tether/tether_service_factory.cc", 1370 "tether/tether_service_factory.cc",
1369 "tether/tether_service_factory.h", 1371 "tether/tether_service_factory.h",
1370 "ui/accessibility_cursor_ring_layer.cc", 1372 "ui/accessibility_cursor_ring_layer.cc",
1371 "ui/accessibility_cursor_ring_layer.h", 1373 "ui/accessibility_cursor_ring_layer.h",
1372 "ui/accessibility_focus_ring.cc", 1374 "ui/accessibility_focus_ring.cc",
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
1751 "settings/device_settings_service_unittest.cc", 1753 "settings/device_settings_service_unittest.cc",
1752 "settings/install_attributes_unittest.cc", 1754 "settings/install_attributes_unittest.cc",
1753 "settings/scoped_cros_settings_test_helper.cc", 1755 "settings/scoped_cros_settings_test_helper.cc",
1754 "settings/scoped_cros_settings_test_helper.h", 1756 "settings/scoped_cros_settings_test_helper.h",
1755 "settings/session_manager_operation_unittest.cc", 1757 "settings/session_manager_operation_unittest.cc",
1756 "settings/shutdown_policy_handler_unittest.cc", 1758 "settings/shutdown_policy_handler_unittest.cc",
1757 "settings/stub_cros_settings_provider_unittest.cc", 1759 "settings/stub_cros_settings_provider_unittest.cc",
1758 "status/data_promo_notification_unittest.cc", 1760 "status/data_promo_notification_unittest.cc",
1759 "system/automatic_reboot_manager_unittest.cc", 1761 "system/automatic_reboot_manager_unittest.cc",
1760 "system/device_disabling_manager_unittest.cc", 1762 "system/device_disabling_manager_unittest.cc",
1763 "system_logs/single_log_source_unittest.cc",
1761 "tether/tether_service_unittest.cc", 1764 "tether/tether_service_unittest.cc",
1762 "ui/accessibility_focus_ring_controller_unittest.cc", 1765 "ui/accessibility_focus_ring_controller_unittest.cc",
1763 "ui/idle_app_name_notification_view_unittest.cc", 1766 "ui/idle_app_name_notification_view_unittest.cc",
1764 "ui/low_disk_notification_unittest.cc", 1767 "ui/low_disk_notification_unittest.cc",
1765 1768
1766 # TODO(zturner): Enable this on Windows. See 1769 # TODO(zturner): Enable this on Windows. See
1767 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1770 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1768 # broken. 1771 # broken.
1769 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc", 1772 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc",
1770 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc", 1773 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "policy/proto/chrome_device_policy.proto", 1856 "policy/proto/chrome_device_policy.proto",
1854 "policy/proto/install_attributes.proto", 1857 "policy/proto/install_attributes.proto",
1855 ] 1858 ]
1856 } 1859 }
1857 1860
1858 proto_library("attestation_proto") { 1861 proto_library("attestation_proto") {
1859 sources = [ 1862 sources = [
1860 "attestation/attestation_key_payload.proto", 1863 "attestation/attestation_key_payload.proto",
1861 ] 1864 ]
1862 } 1865 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698