OLD | NEW |
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("//extensions/features/features.gni") | 6 import("//extensions/features/features.gni") |
7 | 7 |
8 assert(enable_extensions) | 8 assert(enable_extensions) |
9 | 9 |
10 group("browser") { | 10 group("browser") { |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 "//ipc:test_support", | 558 "//ipc:test_support", |
559 "//net:test_support", | 559 "//net:test_support", |
560 "//storage/browser:test_support", | 560 "//storage/browser:test_support", |
561 "//third_party/leveldatabase", | 561 "//third_party/leveldatabase", |
562 "//third_party/zlib/google:zip", | 562 "//third_party/zlib/google:zip", |
563 ] | 563 ] |
564 | 564 |
565 if (is_chromeos) { | 565 if (is_chromeos) { |
566 sources += [ | 566 sources += [ |
567 "api/audio/audio_device_id_calculator_unittest.cc", | 567 "api/audio/audio_device_id_calculator_unittest.cc", |
| 568 "api/lock_screen_data/data_item_unittest.cc", |
| 569 "api/lock_screen_data/item_storage_unittest.cc", |
568 "api/media_perception_private/conversion_utils_unittest.cc", | 570 "api/media_perception_private/conversion_utils_unittest.cc", |
569 "api/media_perception_private/media_perception_api_manager_unittest.cc", | 571 "api/media_perception_private/media_perception_api_manager_unittest.cc", |
570 "api/webcam_private/visca_webcam_unittest.cc", | 572 "api/webcam_private/visca_webcam_unittest.cc", |
571 ] | 573 ] |
572 | 574 |
573 deps += [ | 575 deps += [ |
574 "//chromeos:media_perception_proto", | 576 "//chromeos:media_perception_proto", |
575 "//chromeos:test_support", | 577 "//chromeos:test_support", |
576 ] | 578 ] |
577 } | 579 } |
578 } | 580 } |
OLD | NEW |