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

Side by Side Diff: components/BUILD.gn

Issue 1326003006: Add webusb notification UI unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hardcoded expected string for testing Created 5 years, 3 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 | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('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("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 414
415 if (!is_android && !is_ios) { 415 if (!is_android && !is_ios) {
416 deps += [ 416 deps += [
417 "//components/audio_modem:unit_tests", 417 "//components/audio_modem:unit_tests",
418 "//components/copresence:unit_tests", 418 "//components/copresence:unit_tests",
419 "//components/feedback:unit_tests", 419 "//components/feedback:unit_tests",
420 "//components/proximity_auth:unit_tests", 420 "//components/proximity_auth:unit_tests",
421 "//components/sessions:unit_tests", 421 "//components/sessions:unit_tests",
422 "//components/storage_monitor:unit_tests", 422 "//components/storage_monitor:unit_tests",
423 "//components/tracing:unit_tests", 423 "//components/tracing:unit_tests",
424 "//components/webusb:unit_tests",
424 ] 425 ]
425 } 426 }
426 427
427 if (is_chromeos) { 428 if (is_chromeos) {
428 deps += [ "//components/ownership:unit_tests" ] 429 deps += [ "//components/ownership:unit_tests" ]
429 } 430 }
430 431
431 # TODO(GYP) need this target. 432 # TODO(GYP) need this target.
432 #'breakpad/app/crash_keys_win_unittest.cc', 433 #'breakpad/app/crash_keys_win_unittest.cc',
433 434
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 588
588 deps = [ 589 deps = [
589 "//base", 590 "//base",
590 "//base/test:test_support_perf", 591 "//base/test:test_support_perf",
591 "//testing/gtest", 592 "//testing/gtest",
592 "//testing/perf", 593 "//testing/perf",
593 "//content/test:test_support", 594 "//content/test:test_support",
594 "//components/visitedlink/browser", 595 "//components/visitedlink/browser",
595 ] 596 ]
596 } 597 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698