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

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

Issue 2654873004: Move content-side Feature Policy code into content/{common,child}/feature_policy (Closed)
Patch Set: Fix missed nit 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 | « no previous file | content/child/feature_policy/OWNERS » ('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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "db_message_filter.cc", 74 "db_message_filter.cc",
75 "db_message_filter.h", 75 "db_message_filter.h",
76 "dwrite_font_proxy/dwrite_font_proxy_init_win.cc", 76 "dwrite_font_proxy/dwrite_font_proxy_init_win.cc",
77 "dwrite_font_proxy/dwrite_font_proxy_init_win.h", 77 "dwrite_font_proxy/dwrite_font_proxy_init_win.h",
78 "dwrite_font_proxy/dwrite_font_proxy_win.cc", 78 "dwrite_font_proxy/dwrite_font_proxy_win.cc",
79 "dwrite_font_proxy/dwrite_font_proxy_win.h", 79 "dwrite_font_proxy/dwrite_font_proxy_win.h",
80 "dwrite_font_proxy/dwrite_localized_strings_win.cc", 80 "dwrite_font_proxy/dwrite_localized_strings_win.cc",
81 "dwrite_font_proxy/dwrite_localized_strings_win.h", 81 "dwrite_font_proxy/dwrite_localized_strings_win.h",
82 "dwrite_font_proxy/font_fallback_win.cc", 82 "dwrite_font_proxy/font_fallback_win.cc",
83 "dwrite_font_proxy/font_fallback_win.h", 83 "dwrite_font_proxy/font_fallback_win.h",
84 "feature_policy/feature_policy_platform.cc",
85 "feature_policy/feature_policy_platform.h",
84 "file_info_util.cc", 86 "file_info_util.cc",
85 "file_info_util.h", 87 "file_info_util.h",
86 "fileapi/file_system_dispatcher.cc", 88 "fileapi/file_system_dispatcher.cc",
87 "fileapi/file_system_dispatcher.h", 89 "fileapi/file_system_dispatcher.h",
88 "fileapi/webfilesystem_impl.cc", 90 "fileapi/webfilesystem_impl.cc",
89 "fileapi/webfilesystem_impl.h", 91 "fileapi/webfilesystem_impl.h",
90 "fileapi/webfilewriter_base.cc", 92 "fileapi/webfilewriter_base.cc",
91 "fileapi/webfilewriter_base.h", 93 "fileapi/webfilewriter_base.h",
92 "fileapi/webfilewriter_impl.cc", 94 "fileapi/webfilewriter_impl.cc",
93 "fileapi/webfilewriter_impl.h", 95 "fileapi/webfilewriter_impl.h",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 295
294 # See comment at the top of //content/BUILD.gn for how this works. 296 # See comment at the top of //content/BUILD.gn for how this works.
295 group("for_content_tests") { 297 group("for_content_tests") {
296 visibility = [ "//content/test/*" ] 298 visibility = [ "//content/test/*" ]
297 if (!is_component_build) { 299 if (!is_component_build) {
298 public_deps = [ 300 public_deps = [
299 ":child", 301 ":child",
300 ] 302 ]
301 } 303 }
302 } 304 }
OLDNEW
« no previous file with comments | « no previous file | content/child/feature_policy/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698