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

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

Issue 2900903002: Create a FakeTetherService, which stubs out TetherService for development. (Closed)
Patch Set: Fix TetherService tests. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/session/chrome_session_manager.cc » ('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 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 "system_logs/debug_log_writer.h", 1360 "system_logs/debug_log_writer.h",
1361 "system_logs/device_event_log_source.cc", 1361 "system_logs/device_event_log_source.cc",
1362 "system_logs/device_event_log_source.h", 1362 "system_logs/device_event_log_source.h",
1363 "system_logs/lsb_release_log_source.cc", 1363 "system_logs/lsb_release_log_source.cc",
1364 "system_logs/lsb_release_log_source.h", 1364 "system_logs/lsb_release_log_source.h",
1365 "system_logs/single_log_source.cc", 1365 "system_logs/single_log_source.cc",
1366 "system_logs/single_log_source.h", 1366 "system_logs/single_log_source.h",
1367 "system_logs/touch_log_source.h", 1367 "system_logs/touch_log_source.h",
1368 "system_logs/touch_log_source_ozone.cc", 1368 "system_logs/touch_log_source_ozone.cc",
1369 "system_logs/touch_log_source_x11.cc", 1369 "system_logs/touch_log_source_x11.cc",
1370 "tether/fake_tether_service.cc",
1371 "tether/fake_tether_service.h",
1370 "tether/tether_service.cc", 1372 "tether/tether_service.cc",
1371 "tether/tether_service.h", 1373 "tether/tether_service.h",
1372 "tether/tether_service_factory.cc", 1374 "tether/tether_service_factory.cc",
1373 "tether/tether_service_factory.h", 1375 "tether/tether_service_factory.h",
1374 "ui/accessibility_cursor_ring_layer.cc", 1376 "ui/accessibility_cursor_ring_layer.cc",
1375 "ui/accessibility_cursor_ring_layer.h", 1377 "ui/accessibility_cursor_ring_layer.h",
1376 "ui/accessibility_focus_ring.cc", 1378 "ui/accessibility_focus_ring.cc",
1377 "ui/accessibility_focus_ring.h", 1379 "ui/accessibility_focus_ring.h",
1378 "ui/accessibility_focus_ring_controller.cc", 1380 "ui/accessibility_focus_ring_controller.cc",
1379 "ui/accessibility_focus_ring_controller.h", 1381 "ui/accessibility_focus_ring_controller.h",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 "policy/proto/chrome_device_policy.proto", 1870 "policy/proto/chrome_device_policy.proto",
1869 "policy/proto/install_attributes.proto", 1871 "policy/proto/install_attributes.proto",
1870 ] 1872 ]
1871 } 1873 }
1872 1874
1873 proto_library("attestation_proto") { 1875 proto_library("attestation_proto") {
1874 sources = [ 1876 sources = [
1875 "attestation/attestation_key_payload.proto", 1877 "attestation/attestation_key_payload.proto",
1876 ] 1878 ]
1877 } 1879 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/session/chrome_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698