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

Side by Side Diff: content/common/BUILD.gn

Issue 2913883002: [Mac] Wrap NSUserActivity begin/end so that it can be called from common files (Closed)
Patch Set: Whitespace Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/common/mac/app_nap_activity.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "input/synthetic_web_input_event_builders.h", 197 "input/synthetic_web_input_event_builders.h",
198 "input/touch_event_stream_validator.cc", 198 "input/touch_event_stream_validator.cc",
199 "input/touch_event_stream_validator.h", 199 "input/touch_event_stream_validator.h",
200 "input/web_touch_event_traits.cc", 200 "input/web_touch_event_traits.cc",
201 "input/web_touch_event_traits.h", 201 "input/web_touch_event_traits.h",
202 "input_messages.h", 202 "input_messages.h",
203 "inter_process_time_ticks_converter.cc", 203 "inter_process_time_ticks_converter.cc",
204 "inter_process_time_ticks_converter.h", 204 "inter_process_time_ticks_converter.h",
205 "layer_tree_settings_factory.cc", 205 "layer_tree_settings_factory.cc",
206 "layer_tree_settings_factory.h", 206 "layer_tree_settings_factory.h",
207 "mac/app_nap_activity.h",
208 "mac/app_nap_activity.mm",
207 "mac/attributed_string_coder.h", 209 "mac/attributed_string_coder.h",
208 "mac/attributed_string_coder.mm", 210 "mac/attributed_string_coder.mm",
209 "mac/font_descriptor.h", 211 "mac/font_descriptor.h",
210 "mac/font_descriptor.mm", 212 "mac/font_descriptor.mm",
211 "mac/font_loader.h", 213 "mac/font_loader.h",
212 "mac/font_loader.mm", 214 "mac/font_loader.mm",
213 "manifest_manager_messages.h", 215 "manifest_manager_messages.h",
214 "media/aec_dump_messages.h", 216 "media/aec_dump_messages.h",
215 "media/audio_messages.h", 217 "media/audio_messages.h",
216 "media/cdm_info.cc", 218 "media/cdm_info.cc",
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 "//ui/gfx/mojo", 648 "//ui/gfx/mojo",
647 "//url/mojo:url_mojom_gurl", 649 "//url/mojo:url_mojom_gurl",
648 "//url/mojo:url_mojom_origin", 650 "//url/mojo:url_mojom_origin",
649 ] 651 ]
650 652
651 component_output_prefix = "content_common_mojo_bindings" 653 component_output_prefix = "content_common_mojo_bindings"
652 export_class_attribute = "CONTENT_EXPORT" 654 export_class_attribute = "CONTENT_EXPORT"
653 export_define = "CONTENT_IMPLEMENTATION=1" 655 export_define = "CONTENT_IMPLEMENTATION=1"
654 export_header = "content/common/content_export.h" 656 export_header = "content/common/content_export.h"
655 } 657 }
OLDNEW
« no previous file with comments | « no previous file | content/common/mac/app_nap_activity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698