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

Side by Side Diff: ios/web/BUILD.gn

Issue 2934413002: [ObjC ARC] Converts ios/web:ios_web_inttests to ARC. (Closed)
Patch Set: rebased. Created 3 years, 6 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 | ios/web/browser_state_web_view_partition_inttest.mm » ('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 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("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 770
771 sources = [ 771 sources = [
772 "webui/crw_web_ui_manager_unittest.mm", 772 "webui/crw_web_ui_manager_unittest.mm",
773 "webui/crw_web_ui_page_builder_unittest.mm", 773 "webui/crw_web_ui_page_builder_unittest.mm",
774 "webui/mojo_facade_unittest.mm", 774 "webui/mojo_facade_unittest.mm",
775 "webui/url_fetcher_block_adapter_unittest.mm", 775 "webui/url_fetcher_block_adapter_unittest.mm",
776 ] 776 ]
777 } 777 }
778 778
779 test("ios_web_inttests") { 779 test("ios_web_inttests") {
780 configs += [ "//build/config/compiler:enable_arc" ]
780 deps = [ 781 deps = [
781 ":web", 782 ":web",
782 "//base/test:test_support", 783 "//base/test:test_support",
783 "//ios/testing:http_server_bundle_data", 784 "//ios/testing:http_server_bundle_data",
784 "//ios/testing:ios_test_support", 785 "//ios/testing:ios_test_support",
785 "//ios/web/public/test", 786 "//ios/web/public/test",
786 "//ios/web/public/test/fakes", 787 "//ios/web/public/test/fakes",
787 "//ios/web/public/test/http_server", 788 "//ios/web/public/test/http_server",
788 "//ios/web/test:mojo_bindings", 789 "//ios/web/test:mojo_bindings",
789 "//ios/web/test:packed_resources", 790 "//ios/web/test:packed_resources",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 "ios_web_resources.pak", 865 "ios_web_resources.pak",
865 ] 866 ]
866 grit_flags = [ 867 grit_flags = [
867 "-E", 868 "-E",
868 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 869 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
869 ] 870 ]
870 deps = [ 871 deps = [
871 "//mojo/public/js:bindings", 872 "//mojo/public/js:bindings",
872 ] 873 ]
873 } 874 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/browser_state_web_view_partition_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698