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

Side by Side Diff: .gn

Issue 1904773004: Revert of Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | BUILD.gn » ('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 25 matching lines...) Expand all
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/public/*", 40 "//content/public/*",
41 "//content/renderer/*", 41 "//content/renderer/*",
42 42
43 #"//content/shell/*", # Needs Android fix, bug 597020. 43 #"//content/shell/*", # Needs Android fix, bug 597020.
44 44
45 #"//content/test/*", # A couple of errors left. 45 #"//content/test/*", # A couple of errors left.
46 "//content/test:content_gl_benchmark",
46 "//content/test:content_gl_tests", 47 "//content/test:content_gl_tests",
47 "//content/test:content_perftests", 48 "//content/test:content_perftests",
48 "//content/test:content_site_isolation_browsertests", 49 "//content/test:content_site_isolation_browsertests",
49 "//content/test:content_test_mojo_bindings", 50 "//content/test:content_test_mojo_bindings",
50 "//content/test:content_unittests", 51 "//content/test:content_unittests",
51 "//content/test:test_support", 52 "//content/test:test_support",
52 "//courgette/*", 53 "//courgette/*",
53 "//crypto/*", 54 "//crypto/*",
54 "//data/*", 55 "//data/*",
55 "//dbus/*", 56 "//dbus/*",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "//tools/gn/format_test_data/055.golden", 300 "//tools/gn/format_test_data/055.golden",
300 "//tools/gn/function_exec_script.cc", 301 "//tools/gn/function_exec_script.cc",
301 "//tools/gn/gn.gyp", 302 "//tools/gn/gn.gyp",
302 "//tools/gn/input_conversion.cc", 303 "//tools/gn/input_conversion.cc",
303 "//tools/gn/misc/emacs/gn.el", 304 "//tools/gn/misc/emacs/gn.el",
304 "//tools/gn/misc/vim/syntax/gn.vim", 305 "//tools/gn/misc/vim/syntax/gn.vim",
305 "//tools/gn/setup.cc", 306 "//tools/gn/setup.cc",
306 "//ui/accessibility/BUILD.gn", 307 "//ui/accessibility/BUILD.gn",
307 "//ui/views/BUILD.gn", 308 "//ui/views/BUILD.gn",
308 ] 309 ]
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698