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

Unified Diff: components/bubble/BUILD.gn

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: components/bubble/BUILD.gn
diff --git a/components/bubble/BUILD.gn b/components/bubble/BUILD.gn
index 3175783e6124edce39dcc179af3b2edf60882190..912dbad71a0a0f150f3883dc384035977d7e749a 100644
--- a/components/bubble/BUILD.gn
+++ b/components/bubble/BUILD.gn
@@ -30,6 +30,7 @@ source_set("test_support") {
deps = [
":bubble",
+ "//base",
"//testing/gmock",
"//testing/gtest",
]
@@ -45,6 +46,7 @@ source_set("unit_tests") {
deps = [
":bubble",
":test_support",
+ "//base",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/browsing_data/storage_partition_http_cache_data_remover.h ('k') | components/bubble/bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698