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

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

Issue 2956513004: Rename SingleLogSource to SingleLogFileLogSource (Closed)
Patch Set: Simplify aliases; revert unintended IDL change 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
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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 1438 "system_logs/single_debug_daemon_log_source.cc",
1439 "system_logs/single_debug_daemon_log_source.h", 1439 "system_logs/single_debug_daemon_log_source.h",
1440 "system_logs/single_log_source.cc", 1440 "system_logs/single_log_file_log_source.cc",
1441 "system_logs/single_log_source.h", 1441 "system_logs/single_log_file_log_source.h",
1442 "system_logs/touch_log_source.h", 1442 "system_logs/touch_log_source.h",
1443 "system_logs/touch_log_source_ozone.cc", 1443 "system_logs/touch_log_source_ozone.cc",
1444 "system_logs/touch_log_source_x11.cc", 1444 "system_logs/touch_log_source_x11.cc",
1445 "tether/fake_tether_service.cc", 1445 "tether/fake_tether_service.cc",
1446 "tether/fake_tether_service.h", 1446 "tether/fake_tether_service.h",
1447 "tether/tether_service.cc", 1447 "tether/tether_service.cc",
1448 "tether/tether_service.h", 1448 "tether/tether_service.h",
1449 "tether/tether_service_factory.cc", 1449 "tether/tether_service_factory.cc",
1450 "tether/tether_service_factory.h", 1450 "tether/tether_service_factory.h",
1451 "ui/accessibility_cursor_ring_layer.cc", 1451 "ui/accessibility_cursor_ring_layer.cc",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 "settings/install_attributes_unittest.cc", 1860 "settings/install_attributes_unittest.cc",
1861 "settings/scoped_cros_settings_test_helper.cc", 1861 "settings/scoped_cros_settings_test_helper.cc",
1862 "settings/scoped_cros_settings_test_helper.h", 1862 "settings/scoped_cros_settings_test_helper.h",
1863 "settings/session_manager_operation_unittest.cc", 1863 "settings/session_manager_operation_unittest.cc",
1864 "settings/shutdown_policy_handler_unittest.cc", 1864 "settings/shutdown_policy_handler_unittest.cc",
1865 "settings/stub_cros_settings_provider_unittest.cc", 1865 "settings/stub_cros_settings_provider_unittest.cc",
1866 "status/data_promo_notification_unittest.cc", 1866 "status/data_promo_notification_unittest.cc",
1867 "system/automatic_reboot_manager_unittest.cc", 1867 "system/automatic_reboot_manager_unittest.cc",
1868 "system/device_disabling_manager_unittest.cc", 1868 "system/device_disabling_manager_unittest.cc",
1869 "system_logs/single_debug_daemon_log_source_unittest.cc", 1869 "system_logs/single_debug_daemon_log_source_unittest.cc",
1870 "system_logs/single_log_source_unittest.cc", 1870 "system_logs/single_log_file_log_source_unittest.cc",
1871 "tether/tether_service_unittest.cc", 1871 "tether/tether_service_unittest.cc",
1872 "ui/accessibility_focus_ring_controller_unittest.cc", 1872 "ui/accessibility_focus_ring_controller_unittest.cc",
1873 "ui/idle_app_name_notification_view_unittest.cc", 1873 "ui/idle_app_name_notification_view_unittest.cc",
1874 "ui/low_disk_notification_unittest.cc", 1874 "ui/low_disk_notification_unittest.cc",
1875 1875
1876 # TODO(zturner): Enable this on Windows. See 1876 # TODO(zturner): Enable this on Windows. See
1877 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1877 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1878 # broken. 1878 # broken.
1879 "../../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",
1880 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc", 1880 "../../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
1973 "policy/proto/chrome_device_policy.proto", 1973 "policy/proto/chrome_device_policy.proto",
1974 "policy/proto/install_attributes.proto", 1974 "policy/proto/install_attributes.proto",
1975 ] 1975 ]
1976 } 1976 }
1977 1977
1978 proto_library("attestation_proto") { 1978 proto_library("attestation_proto") {
1979 sources = [ 1979 sources = [
1980 "attestation/attestation_key_payload.proto", 1980 "attestation/attestation_key_payload.proto",
1981 ] 1981 ]
1982 } 1982 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698