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

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

Issue 2900903002: Create a FakeTetherService, which stubs out TetherService for development. (Closed)
Patch Set: Rebase. 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 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 "system_logs/debug_log_writer.h", 1357 "system_logs/debug_log_writer.h",
1358 "system_logs/device_event_log_source.cc", 1358 "system_logs/device_event_log_source.cc",
1359 "system_logs/device_event_log_source.h", 1359 "system_logs/device_event_log_source.h",
1360 "system_logs/lsb_release_log_source.cc", 1360 "system_logs/lsb_release_log_source.cc",
1361 "system_logs/lsb_release_log_source.h", 1361 "system_logs/lsb_release_log_source.h",
1362 "system_logs/single_log_source.cc", 1362 "system_logs/single_log_source.cc",
1363 "system_logs/single_log_source.h", 1363 "system_logs/single_log_source.h",
1364 "system_logs/touch_log_source.h", 1364 "system_logs/touch_log_source.h",
1365 "system_logs/touch_log_source_ozone.cc", 1365 "system_logs/touch_log_source_ozone.cc",
1366 "system_logs/touch_log_source_x11.cc", 1366 "system_logs/touch_log_source_x11.cc",
1367 "tether/fake_tether_service.cc",
1368 "tether/fake_tether_service.h",
1367 "tether/tether_service.cc", 1369 "tether/tether_service.cc",
1368 "tether/tether_service.h", 1370 "tether/tether_service.h",
1369 "tether/tether_service_factory.cc", 1371 "tether/tether_service_factory.cc",
1370 "tether/tether_service_factory.h", 1372 "tether/tether_service_factory.h",
1371 "ui/accessibility_cursor_ring_layer.cc", 1373 "ui/accessibility_cursor_ring_layer.cc",
1372 "ui/accessibility_cursor_ring_layer.h", 1374 "ui/accessibility_cursor_ring_layer.h",
1373 "ui/accessibility_focus_ring.cc", 1375 "ui/accessibility_focus_ring.cc",
1374 "ui/accessibility_focus_ring.h", 1376 "ui/accessibility_focus_ring.h",
1375 "ui/accessibility_focus_ring_controller.cc", 1377 "ui/accessibility_focus_ring_controller.cc",
1376 "ui/accessibility_focus_ring_controller.h", 1378 "ui/accessibility_focus_ring_controller.h",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 "policy/proto/chrome_device_policy.proto", 1867 "policy/proto/chrome_device_policy.proto",
1866 "policy/proto/install_attributes.proto", 1868 "policy/proto/install_attributes.proto",
1867 ] 1869 ]
1868 } 1870 }
1869 1871
1870 proto_library("attestation_proto") { 1872 proto_library("attestation_proto") {
1871 sources = [ 1873 sources = [
1872 "attestation/attestation_key_payload.proto", 1874 "attestation/attestation_key_payload.proto",
1873 ] 1875 ]
1874 } 1876 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698