Chromium Code Reviews| 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", |
| ] |