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

Unified Diff: content/common/BUILD.gn

Issue 2902253003: Refactor UniqueNameHelper to use an adapter pattern for code sharing. (Closed)
Patch Set: Fix off by one bug Created 3 years, 7 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
« no previous file with comments | « no previous file | content/common/unique_name_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index ce8a4bfd8b2f29e2a6b220d97bcf64c5ea84aa0b..139a7dec5deeb6f0a2c99c60ec47c7327b103e1c 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -338,6 +338,8 @@ source_set("common") {
"text_input_client_messages.h",
"text_input_state.cc",
"text_input_state.h",
+ "unique_name_helper.cc",
+ "unique_name_helper.h",
"url_request_struct_traits.cc",
"url_request_struct_traits.h",
"url_schemes.cc",
« no previous file with comments | « no previous file | content/common/unique_name_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698