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

Side by Side Diff: .gn

Issue 1852593004: Remove content/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_npapi_test_plugin
Patch Set: . Created 4 years, 8 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 | chrome/chrome_plugin.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the GN meta build system to find the root of the source 1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this 2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line. 3 # file, run "gn help dotfile" at the command line.
4 4
5 # The location of the build configuration file. 5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn" 6 buildconfig = "//build/config/BUILDCONFIG.gn"
7 7
8 # The secondary source root is a parallel directory tree where 8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly 9 # GN build files are placed when they can not be placed directly
10 # in the source tree, e.g. for third party source trees. 10 # in the source tree, e.g. for third party source trees.
(...skipping 19 matching lines...) Expand all
30 "//chrome/third_party/mozilla_security_manager/*", 30 "//chrome/third_party/mozilla_security_manager/*",
31 "//chrome/tools/*", 31 "//chrome/tools/*",
32 "//chrome/utility/*", 32 "//chrome/utility/*",
33 "//chromecast/*", 33 "//chromecast/*",
34 "//chrome_elf/*", 34 "//chrome_elf/*",
35 "//cloud_print/*", 35 "//cloud_print/*",
36 "//components/*", 36 "//components/*",
37 37
38 #"//content/*", # A whole lot of errors. 38 #"//content/*", # A whole lot of errors.
39 "//content/gpu/*", 39 "//content/gpu/*",
40 "//content/plugin/*",
41 "//content/public/*", 40 "//content/public/*",
42 "//content/renderer/*", 41 "//content/renderer/*",
43 42
44 #"//content/shell/*", # Needs Android fix, bug 597020. 43 #"//content/shell/*", # Needs Android fix, bug 597020.
45 44
46 #"//content/test/*", # A couple of errors left. 45 #"//content/test/*", # A couple of errors left.
47 "//content/test:content_gl_benchmark", 46 "//content/test:content_gl_benchmark",
48 "//content/test:content_gl_tests", 47 "//content/test:content_gl_tests",
49 "//content/test:content_perftests", 48 "//content/test:content_perftests",
50 "//content/test:content_site_isolation_browsertests", 49 "//content/test:content_site_isolation_browsertests",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "//tools/gn/format_test_data/055.golden", 242 "//tools/gn/format_test_data/055.golden",
244 "//tools/gn/function_exec_script.cc", 243 "//tools/gn/function_exec_script.cc",
245 "//tools/gn/gn.gyp", 244 "//tools/gn/gn.gyp",
246 "//tools/gn/input_conversion.cc", 245 "//tools/gn/input_conversion.cc",
247 "//tools/gn/misc/emacs/gn.el", 246 "//tools/gn/misc/emacs/gn.el",
248 "//tools/gn/misc/vim/syntax/gn.vim", 247 "//tools/gn/misc/vim/syntax/gn.vim",
249 "//tools/gn/setup.cc", 248 "//tools/gn/setup.cc",
250 "//ui/accessibility/BUILD.gn", 249 "//ui/accessibility/BUILD.gn",
251 "//ui/views/BUILD.gn", 250 "//ui/views/BUILD.gn",
252 ] 251 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698