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

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

Issue 2956513004: Rename SingleLogSource to SingleLogFileLogSource (Closed)
Patch Set: Rebased 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_log_file_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 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 "system_logs/debug_daemon_log_source.cc", 1432 "system_logs/debug_daemon_log_source.cc",
1433 "system_logs/debug_daemon_log_source.h", 1433 "system_logs/debug_daemon_log_source.h",
1434 "system_logs/debug_log_writer.cc", 1434 "system_logs/debug_log_writer.cc",
1435 "system_logs/debug_log_writer.h", 1435 "system_logs/debug_log_writer.h",
1436 "system_logs/device_event_log_source.cc", 1436 "system_logs/device_event_log_source.cc",
1437 "system_logs/device_event_log_source.h", 1437 "system_logs/device_event_log_source.h",
1438 "system_logs/lsb_release_log_source.cc", 1438 "system_logs/lsb_release_log_source.cc",
1439 "system_logs/lsb_release_log_source.h", 1439 "system_logs/lsb_release_log_source.h",
1440 "system_logs/single_debug_daemon_log_source.cc", 1440 "system_logs/single_debug_daemon_log_source.cc",
1441 "system_logs/single_debug_daemon_log_source.h", 1441 "system_logs/single_debug_daemon_log_source.h",
1442 "system_logs/single_log_source.cc", 1442 "system_logs/single_log_file_log_source.cc",
1443 "system_logs/single_log_source.h", 1443 "system_logs/single_log_file_log_source.h",
1444 "system_logs/touch_log_source.h", 1444 "system_logs/touch_log_source.h",
1445 "system_logs/touch_log_source_ozone.cc", 1445 "system_logs/touch_log_source_ozone.cc",
1446 "system_logs/touch_log_source_x11.cc", 1446 "system_logs/touch_log_source_x11.cc",
1447 "tether/fake_tether_service.cc", 1447 "tether/fake_tether_service.cc",
1448 "tether/fake_tether_service.h", 1448 "tether/fake_tether_service.h",
1449 "tether/tether_service.cc", 1449 "tether/tether_service.cc",
1450 "tether/tether_service.h", 1450 "tether/tether_service.h",
1451 "tether/tether_service_factory.cc", 1451 "tether/tether_service_factory.cc",
1452 "tether/tether_service_factory.h", 1452 "tether/tether_service_factory.h",
1453 "ui/accessibility_cursor_ring_layer.cc", 1453 "ui/accessibility_cursor_ring_layer.cc",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 "settings/install_attributes_unittest.cc", 1863 "settings/install_attributes_unittest.cc",
1864 "settings/scoped_cros_settings_test_helper.cc", 1864 "settings/scoped_cros_settings_test_helper.cc",
1865 "settings/scoped_cros_settings_test_helper.h", 1865 "settings/scoped_cros_settings_test_helper.h",
1866 "settings/session_manager_operation_unittest.cc", 1866 "settings/session_manager_operation_unittest.cc",
1867 "settings/shutdown_policy_handler_unittest.cc", 1867 "settings/shutdown_policy_handler_unittest.cc",
1868 "settings/stub_cros_settings_provider_unittest.cc", 1868 "settings/stub_cros_settings_provider_unittest.cc",
1869 "status/data_promo_notification_unittest.cc", 1869 "status/data_promo_notification_unittest.cc",
1870 "system/automatic_reboot_manager_unittest.cc", 1870 "system/automatic_reboot_manager_unittest.cc",
1871 "system/device_disabling_manager_unittest.cc", 1871 "system/device_disabling_manager_unittest.cc",
1872 "system_logs/single_debug_daemon_log_source_unittest.cc", 1872 "system_logs/single_debug_daemon_log_source_unittest.cc",
1873 "system_logs/single_log_source_unittest.cc", 1873 "system_logs/single_log_file_log_source_unittest.cc",
1874 "tether/tether_service_unittest.cc", 1874 "tether/tether_service_unittest.cc",
1875 "ui/accessibility_focus_ring_controller_unittest.cc", 1875 "ui/accessibility_focus_ring_controller_unittest.cc",
1876 "ui/idle_app_name_notification_view_unittest.cc", 1876 "ui/idle_app_name_notification_view_unittest.cc",
1877 "ui/low_disk_notification_unittest.cc", 1877 "ui/low_disk_notification_unittest.cc",
1878 1878
1879 # TODO(zturner): Enable this on Windows. See 1879 # TODO(zturner): Enable this on Windows. See
1880 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1880 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1881 # broken. 1881 # broken.
1882 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc", 1882 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc",
1883 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc", 1883 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 "policy/proto/chrome_device_policy.proto", 1976 "policy/proto/chrome_device_policy.proto",
1977 "policy/proto/install_attributes.proto", 1977 "policy/proto/install_attributes.proto",
1978 ] 1978 ]
1979 } 1979 }
1980 1980
1981 proto_library("attestation_proto") { 1981 proto_library("attestation_proto") {
1982 sources = [ 1982 sources = [
1983 "attestation/attestation_key_payload.proto", 1983 "attestation/attestation_key_payload.proto",
1984 ] 1984 ]
1985 } 1985 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/system_logs/single_log_file_log_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698