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

Unified Diff: chrome/test/BUILD.gn

Issue 2370103003: Added browser tests to test the BudgetAPI. Also added BudgetAPI to ExperimentalWebPlatformFeatures. (Closed)
Patch Set: Code review comments and separated out shared code. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index b197289000713d5ac85ffde2913a284d6821b6c5..e2a2718783e0a2a394522900c1c1f6311cb1813e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1322,6 +1322,7 @@ test("browser_tests") {
"../browser/browsing_data/history_counter_browsertest.cc",
"../browser/browsing_data/media_licenses_counter_browsertest.cc",
"../browser/browsing_data/passwords_counter_browsertest.cc",
+ "../browser/budget_service/budget_manager_browsertest.cc",
"../browser/chrome_content_browser_client_browsertest.cc",
"../browser/chrome_main_browsertest.cc",
"../browser/chrome_navigation_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698