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

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

Issue 2636843003: Move most Feature Policy code into content/ (Closed)
Patch Set: Addressing review comments Created 3 years, 11 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 | « content/child/feature_policy/feature_policy_platform.cc ('k') | content/common/DEPS » ('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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "dom_storage/dom_storage_messages.h", 100 "dom_storage/dom_storage_messages.h",
101 "download/mhtml_save_status.cc", 101 "download/mhtml_save_status.cc",
102 "download/mhtml_save_status.h", 102 "download/mhtml_save_status.h",
103 "drag_event_source_info.h", 103 "drag_event_source_info.h",
104 "drag_messages.h", 104 "drag_messages.h",
105 "drag_traits.h", 105 "drag_traits.h",
106 "dwrite_font_proxy_messages.h", 106 "dwrite_font_proxy_messages.h",
107 "edit_command.h", 107 "edit_command.h",
108 "establish_channel_params.cc", 108 "establish_channel_params.cc",
109 "establish_channel_params.h", 109 "establish_channel_params.h",
110 "feature_policy/feature_policy.cc",
111 "feature_policy/feature_policy.h",
110 "file_utilities_messages.h", 112 "file_utilities_messages.h",
111 "fileapi/file_system_messages.h", 113 "fileapi/file_system_messages.h",
112 "font_cache_dispatcher_win.cc", 114 "font_cache_dispatcher_win.cc",
113 "font_cache_dispatcher_win.h", 115 "font_cache_dispatcher_win.h",
114 "font_config_ipc_linux.cc", 116 "font_config_ipc_linux.cc",
115 "font_config_ipc_linux.h", 117 "font_config_ipc_linux.h",
116 "font_list.cc", 118 "font_list.cc",
117 "font_list.h", 119 "font_list.h",
118 "font_list_android.cc", 120 "font_list_android.cc",
119 "font_list_fontconfig.cc", 121 "font_list_fontconfig.cc",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "//ui/gfx/geometry/mojo", 603 "//ui/gfx/geometry/mojo",
602 "//ui/gfx/mojo", 604 "//ui/gfx/mojo",
603 "//url/mojo:url_mojom_gurl", 605 "//url/mojo:url_mojom_gurl",
604 "//url/mojo:url_mojom_origin", 606 "//url/mojo:url_mojom_origin",
605 ] 607 ]
606 608
607 export_class_attribute = "CONTENT_EXPORT" 609 export_class_attribute = "CONTENT_EXPORT"
608 export_define = "CONTENT_IMPLEMENTATION=1" 610 export_define = "CONTENT_IMPLEMENTATION=1"
609 export_header = "content/common/content_export.h" 611 export_header = "content/common/content_export.h"
610 } 612 }
OLDNEW
« no previous file with comments | « content/child/feature_policy/feature_policy_platform.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698