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

Unified Diff: chrome/test/BUILD.gn

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index aa428fc0e2a988e10cf3b9cae8501a25a8edfe9f..fea7361f58f3c58b12f5f97b3ba5973f26cf1a95 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -153,7 +153,7 @@ static_library("test_support") {
"//components/guest_view/browser:test_support",
"//components/infobars/core",
"//components/network_time:network_time_test_support",
- "//components/offline_pages:test_support",
+ "//components/offline_pages/core:test_support",
"//components/sessions:test_support",
"//components/web_resource:test_support",
"//content/public/child",
@@ -3546,8 +3546,8 @@ test("unit_tests") {
":unit_tests_java",
"//components/gcm_driver/instance_id/android:instance_id_driver_java",
"//components/gcm_driver/instance_id/android:instance_id_driver_test_support_java",
- "//components/offline_pages:test_support",
- "//components/offline_pages/background:test_support",
+ "//components/offline_pages/core:test_support",
+ "//components/offline_pages/core/background:test_support",
"//v8:v8_external_startup_data_assets",
]
deps -= [ "//third_party/libaddressinput" ]
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698