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

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

Issue 2944093002: Extract NavigationManagerImpl interface for navigation experiment. (Closed)
Patch Set: Patch for landing 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/navigation/legacy_navigation_manager_impl.h » ('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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "interstitials/html_web_interstitial_impl.h", 50 "interstitials/html_web_interstitial_impl.h",
51 "interstitials/html_web_interstitial_impl.mm", 51 "interstitials/html_web_interstitial_impl.mm",
52 "interstitials/native_web_interstitial_impl.h", 52 "interstitials/native_web_interstitial_impl.h",
53 "interstitials/native_web_interstitial_impl.mm", 53 "interstitials/native_web_interstitial_impl.mm",
54 "interstitials/web_interstitial_impl.h", 54 "interstitials/web_interstitial_impl.h",
55 "interstitials/web_interstitial_impl.mm", 55 "interstitials/web_interstitial_impl.mm",
56 "load_committed_details.cc", 56 "load_committed_details.cc",
57 "navigation/crw_session_controller+private_constructors.h", 57 "navigation/crw_session_controller+private_constructors.h",
58 "navigation/crw_session_controller.h", 58 "navigation/crw_session_controller.h",
59 "navigation/crw_session_controller.mm", 59 "navigation/crw_session_controller.mm",
60 "navigation/legacy_navigation_manager_impl.h",
61 "navigation/legacy_navigation_manager_impl.mm",
60 "navigation/navigation_item_impl.h", 62 "navigation/navigation_item_impl.h",
61 "navigation/navigation_item_impl.mm", 63 "navigation/navigation_item_impl.mm",
62 "navigation/navigation_item_impl_list.h", 64 "navigation/navigation_item_impl_list.h",
63 "navigation/navigation_item_impl_list.mm", 65 "navigation/navigation_item_impl_list.mm",
64 "navigation/navigation_item_storage_builder.h", 66 "navigation/navigation_item_storage_builder.h",
65 "navigation/navigation_item_storage_builder.mm", 67 "navigation/navigation_item_storage_builder.mm",
66 "navigation/navigation_manager_delegate.h", 68 "navigation/navigation_manager_delegate.h",
67 "navigation/navigation_manager_impl.h", 69 "navigation/navigation_manager_impl.h",
68 "navigation/navigation_manager_impl.mm",
69 "navigation/navigation_manager_util.h", 70 "navigation/navigation_manager_util.h",
70 "navigation/navigation_manager_util.mm", 71 "navigation/navigation_manager_util.mm",
71 "navigation/nscoder_util.h", 72 "navigation/nscoder_util.h",
72 "navigation/nscoder_util.mm", 73 "navigation/nscoder_util.mm",
73 "navigation/serializable_user_data_manager_impl.h", 74 "navigation/serializable_user_data_manager_impl.h",
74 "navigation/serializable_user_data_manager_impl.mm", 75 "navigation/serializable_user_data_manager_impl.mm",
75 "navigation/session_storage_builder.h", 76 "navigation/session_storage_builder.h",
76 "navigation/session_storage_builder.mm", 77 "navigation/session_storage_builder.mm",
77 "navigation/time_smoother.cc", 78 "navigation/time_smoother.cc",
78 "navigation/time_smoother.h", 79 "navigation/time_smoother.h",
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 "ios_web_resources.pak", 863 "ios_web_resources.pak",
863 ] 864 ]
864 grit_flags = [ 865 grit_flags = [
865 "-E", 866 "-E",
866 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 867 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
867 ] 868 ]
868 deps = [ 869 deps = [
869 "//mojo/public/js:bindings", 870 "//mojo/public/js:bindings",
870 ] 871 ]
871 } 872 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/navigation/legacy_navigation_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698