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

Unified Diff: content/common/BUILD.gn

Issue 2867673005: content: add missing entries to common's BUILD.gn file (Closed)
Patch Set: 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 | no next file » | 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 93af64c28dd4bcd571d0331332592c2682411a9e..9acdb735bf4575f46586f8efa76f3ba0b973b3b1 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -32,6 +32,7 @@ source_set("common") {
sources = [
"accessibility_messages.h",
+ "accessibility_mode.h",
"all_messages.h",
"android/common_jni_registrar.cc",
"android/common_jni_registrar.h",
@@ -92,6 +93,7 @@ source_set("common") {
"content_security_policy/csp_context.h",
"content_security_policy/csp_directive.cc",
"content_security_policy/csp_directive.h",
+ "content_security_policy/csp_disposition_enum.h",
"content_security_policy/csp_source.cc",
"content_security_policy/csp_source.h",
"content_security_policy/csp_source_list.cc",
@@ -116,6 +118,7 @@ source_set("common") {
"dom_storage/dom_storage_map.cc",
"dom_storage/dom_storage_map.h",
"dom_storage/dom_storage_messages.h",
+ "dom_storage/dom_storage_types.h",
"download/mhtml_save_status.cc",
"download/mhtml_save_status.h",
"drag_event_source_info.h",
@@ -127,6 +130,7 @@ source_set("common") {
"feature_policy/feature_policy.h",
"file_utilities_messages.h",
"fileapi/file_system_messages.h",
+ "fileapi/webblob_messages.h",
"font_cache_dispatcher_win.cc",
"font_cache_dispatcher_win.h",
"font_config_ipc_linux.cc",
@@ -191,6 +195,7 @@ source_set("common") {
"input/synthetic_tap_gesture_params.h",
"input/synthetic_web_input_event_builders.cc",
"input/synthetic_web_input_event_builders.h",
+ "input/touch_action.h",
"input/touch_event_stream_validator.cc",
"input/touch_event_stream_validator.h",
"input/web_touch_event_traits.cc",
@@ -221,6 +226,7 @@ source_set("common") {
"media/media_stream_options.h",
"media/media_stream_track_metrics_host_messages.h",
"media/midi_messages.h",
+ "media/peer_connection_tracker_messages.h",
"media/surface_view_manager_messages_android.h",
"media/video_capture.h",
"memory_messages.h",
@@ -240,6 +246,9 @@ source_set("common") {
"origin_trials/trial_token_validator.h",
"origin_util.cc",
"p2p_messages.h",
+ "p2p_socket_type.h",
+ "page_message_enums.h",
+ "page_messages.h",
"page_state_serialization.cc",
"page_state_serialization.h",
"page_zoom.cc",
« 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