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

Unified Diff: chrome/common/BUILD.gn

Issue 2843333004: Add missing .h files to chrome/common/BUILD.gn (Closed)
Patch Set: Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 82d9367d25a53098cdfc7f81d7959f3bc26bbfba..300faeaf7b79384a2168fe750374544680e85536 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -68,6 +68,7 @@ static_library("common") {
"chrome_content_client.cc",
"chrome_content_client.h",
"chrome_content_client_constants.cc",
+ "chrome_isolated_world_ids",
erikchen 2017/04/27 15:57:35 should this be .h?
Nico 2017/04/27 16:04:10 MAYBE. Done, thanks.
"chrome_result_codes.h",
"chrome_utility_messages.h",
"common_message_generator.cc",
@@ -118,6 +119,7 @@ static_library("common") {
"pause_tabs_field_trial.h",
"pref_names_util.cc",
"pref_names_util.h",
+ "prerender_messages.h",
"prerender_types.h",
"profiling.cc",
"profiling.h",
@@ -245,6 +247,7 @@ static_library("common") {
sources += [
"cast_messages.cc",
"cast_messages.h",
+ "extensions/api/automation_api_constants.h",
"extensions/api/commands/commands_handler.cc",
"extensions/api/commands/commands_handler.h",
"extensions/api/extension_action/action_info.cc",
@@ -435,6 +438,7 @@ static_library("common") {
"importer/profile_import_process_param_traits.cc",
"importer/profile_import_process_param_traits.h",
"importer/profile_import_process_param_traits_macros.h",
+ "importer/pstore_declarations.h",
"importer/safari_importer_utils.h",
"importer/safari_importer_utils.mm",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698