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

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

Issue 2419063003: Move services/shell to services/service_manager (Closed)
Patch Set: Created 4 years, 2 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//chrome/test/base/js2gtest.gni") 8 import("//chrome/test/base/js2gtest.gni")
9 import("run_jsbundler.gni") 9 import("run_jsbundler.gni")
10 10
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "//chrome:browser_tests_pak", 536 "//chrome:browser_tests_pak",
537 "//chrome:packed_resources", 537 "//chrome:packed_resources",
538 "//chrome:resources", 538 "//chrome:resources",
539 "//chrome:strings", 539 "//chrome:strings",
540 "//chrome/browser", 540 "//chrome/browser",
541 "//chrome/renderer", 541 "//chrome/renderer",
542 "//chrome/test:browser_tests_runner", 542 "//chrome/test:browser_tests_runner",
543 "//chrome/test:test_support", 543 "//chrome/test:test_support",
544 "//chrome/test:test_support_ui", 544 "//chrome/test:test_support_ui",
545 "//content/test:test_support", 545 "//content/test:test_support",
546 "//services/shell/background:lib", 546 "//services/service_manager/background:lib",
547 "//services/shell/background/tests:test_support", 547 "//services/service_manager/background/tests:test_support",
548 "//testing/gmock", 548 "//testing/gmock",
549 "//testing/gtest", 549 "//testing/gtest",
550 "//ui/keyboard:resources", 550 "//ui/keyboard:resources",
551 ] 551 ]
552 552
553 data = [ 553 data = [
554 "$root_out_dir/chrome_100_percent.pak", 554 "$root_out_dir/chrome_100_percent.pak",
555 "$root_out_dir/chrome_200_percent.pak", 555 "$root_out_dir/chrome_200_percent.pak",
556 "$root_out_dir/locales/en-US.pak", 556 "$root_out_dir/locales/en-US.pak",
557 "$root_out_dir/locales/fr.pak", 557 "$root_out_dir/locales/fr.pak",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 ] 681 ]
682 gen_include_files = [ 682 gen_include_files = [
683 "testing/assert_additions.js", 683 "testing/assert_additions.js",
684 "testing/callback_helper.js", 684 "testing/callback_helper.js",
685 "testing/chromevox_e2e_test_base.js", 685 "testing/chromevox_e2e_test_base.js",
686 "testing/chromevox_next_e2e_test_base.js", 686 "testing/chromevox_next_e2e_test_base.js",
687 "testing/mock_feedback.js", 687 "testing/mock_feedback.js",
688 ] 688 ]
689 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 689 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
690 } 690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698