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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2759333002: Move chrome-specific SerializedNavigation code to chrome/. (Closed)
Patch Set: Fix Android Created 3 years, 9 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 | chrome/browser/android/ntp/new_tab_page_url_handler.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "search_engines/chrome_template_url_service_client.cc", 1153 "search_engines/chrome_template_url_service_client.cc",
1154 "search_engines/chrome_template_url_service_client.h", 1154 "search_engines/chrome_template_url_service_client.h",
1155 "search_engines/template_url_fetcher_factory.cc", 1155 "search_engines/template_url_fetcher_factory.cc",
1156 "search_engines/template_url_fetcher_factory.h", 1156 "search_engines/template_url_fetcher_factory.h",
1157 "search_engines/template_url_service_factory.cc", 1157 "search_engines/template_url_service_factory.cc",
1158 "search_engines/template_url_service_factory.h", 1158 "search_engines/template_url_service_factory.h",
1159 "search_engines/ui_thread_search_terms_data.cc", 1159 "search_engines/ui_thread_search_terms_data.cc",
1160 "search_engines/ui_thread_search_terms_data.h", 1160 "search_engines/ui_thread_search_terms_data.h",
1161 "search_engines/ui_thread_search_terms_data_android.cc", 1161 "search_engines/ui_thread_search_terms_data_android.cc",
1162 "search_engines/ui_thread_search_terms_data_android.h", 1162 "search_engines/ui_thread_search_terms_data_android.h",
1163 "sessions/chrome_serialized_navigation_driver.cc",
1164 "sessions/chrome_serialized_navigation_driver.h",
1163 "sessions/chrome_tab_restore_service_client.cc", 1165 "sessions/chrome_tab_restore_service_client.cc",
1164 "sessions/chrome_tab_restore_service_client.h", 1166 "sessions/chrome_tab_restore_service_client.h",
1165 "sessions/restore_on_startup_policy_handler.cc", 1167 "sessions/restore_on_startup_policy_handler.cc",
1166 "sessions/restore_on_startup_policy_handler.h", 1168 "sessions/restore_on_startup_policy_handler.h",
1167 "sessions/session_common_utils.cc", 1169 "sessions/session_common_utils.cc",
1168 "sessions/session_common_utils.h", 1170 "sessions/session_common_utils.h",
1169 "sessions/session_data_deleter.cc", 1171 "sessions/session_data_deleter.cc",
1170 "sessions/session_data_deleter.h", 1172 "sessions/session_data_deleter.h",
1171 "sessions/session_restore_android.cc", 1173 "sessions/session_restore_android.cc",
1172 "sessions/session_tab_helper.cc", 1174 "sessions/session_tab_helper.cc",
(...skipping 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 "media/pepper_cdm_test_constants.cc", 4580 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4581 "media/pepper_cdm_test_constants.h",
4580 ] 4582 ]
4581 } 4583 }
4582 } 4584 }
4583 4585
4584 service_manifest("preferences_manifest") { 4586 service_manifest("preferences_manifest") {
4585 name = "preferences" 4587 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4588 source = "prefs/preferences_manifest.json"
4587 } 4589 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/ntp/new_tab_page_url_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698