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

Unified Diff: content/browser/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: manual fix for CrOS Created 3 years, 9 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 81e7d108d1c5d33cad94462323bed39d68d8cc8b..62f06fd6abf862dd066635a0627138236c8682db 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -787,6 +787,7 @@ source_set("browser") {
"indexed_db/indexed_db_quota_client.cc",
"indexed_db/indexed_db_quota_client.h",
"indexed_db/indexed_db_return_value.h",
+ "indexed_db/indexed_db_tracing.h",
"indexed_db/indexed_db_transaction.cc",
"indexed_db/indexed_db_transaction.h",
"indexed_db/indexed_db_transaction_coordinator.cc",
@@ -807,6 +808,7 @@ source_set("browser") {
"indexed_db/leveldb/leveldb_transaction.h",
"indexed_db/leveldb/leveldb_write_batch.cc",
"indexed_db/leveldb/leveldb_write_batch.h",
+ "indexed_db/list_set.h",
"installedapp/installed_app_provider_impl_default.cc",
"installedapp/installed_app_provider_impl_default.h",
"leveldb_wrapper_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698