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

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

Issue 2495053003: Wait for history backend in popup blocker test (Closed)
Patch Set: Created 4 years, 1 month 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 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 4118 matching lines...) Expand 10 before | Expand all | Expand 10 after
4129 "browsing_data/mock_browsing_data_local_storage_helper.cc", 4129 "browsing_data/mock_browsing_data_local_storage_helper.cc",
4130 "browsing_data/mock_browsing_data_local_storage_helper.h", 4130 "browsing_data/mock_browsing_data_local_storage_helper.h",
4131 "browsing_data/mock_browsing_data_media_license_helper.cc", 4131 "browsing_data/mock_browsing_data_media_license_helper.cc",
4132 "browsing_data/mock_browsing_data_media_license_helper.h", 4132 "browsing_data/mock_browsing_data_media_license_helper.h",
4133 "browsing_data/mock_browsing_data_quota_helper.cc", 4133 "browsing_data/mock_browsing_data_quota_helper.cc",
4134 "browsing_data/mock_browsing_data_quota_helper.h", 4134 "browsing_data/mock_browsing_data_quota_helper.h",
4135 "browsing_data/mock_browsing_data_service_worker_helper.cc", 4135 "browsing_data/mock_browsing_data_service_worker_helper.cc",
4136 "browsing_data/mock_browsing_data_service_worker_helper.h", 4136 "browsing_data/mock_browsing_data_service_worker_helper.h",
4137 "download/download_test_file_activity_observer.cc", 4137 "download/download_test_file_activity_observer.cc",
4138 "download/download_test_file_activity_observer.h", 4138 "download/download_test_file_activity_observer.h",
4139 "history/history_test_utils.cc",
4140 "history/history_test_utils.h",
4139 "media/webrtc/fake_desktop_media_list.cc", 4141 "media/webrtc/fake_desktop_media_list.cc",
4140 "media/webrtc/fake_desktop_media_list.h", 4142 "media/webrtc/fake_desktop_media_list.h",
4141 "net/dns_probe_test_util.cc", 4143 "net/dns_probe_test_util.cc",
4142 "net/dns_probe_test_util.h", 4144 "net/dns_probe_test_util.h",
4143 "net/url_request_mock_util.cc", 4145 "net/url_request_mock_util.cc",
4144 "net/url_request_mock_util.h", 4146 "net/url_request_mock_util.h",
4145 "notifications/notification_test_util.cc", 4147 "notifications/notification_test_util.cc",
4146 "notifications/notification_test_util.h", 4148 "notifications/notification_test_util.h",
4147 "notifications/stub_notification_platform_bridge.cc", 4149 "notifications/stub_notification_platform_bridge.cc",
4148 "notifications/stub_notification_platform_bridge.h", 4150 "notifications/stub_notification_platform_bridge.h",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
4400 # linking all of the test support. 4402 # linking all of the test support.
4401 static_library("pepper_cdm_test_constants") { 4403 static_library("pepper_cdm_test_constants") {
4402 testonly = true 4404 testonly = true
4403 visibility = [ "//chrome/*" ] 4405 visibility = [ "//chrome/*" ]
4404 sources = [ 4406 sources = [
4405 "media/pepper_cdm_test_constants.cc", 4407 "media/pepper_cdm_test_constants.cc",
4406 "media/pepper_cdm_test_constants.h", 4408 "media/pepper_cdm_test_constants.h",
4407 ] 4409 ]
4408 } 4410 }
4409 } 4411 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/history/history_browsertest.cc » ('j') | chrome/browser/history/history_test_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698