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

Side by Side Diff: .gn

Issue 2485083003: views: add layout delegates (Closed)
Patch Set: Created 4 years, 1 month 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/browser/BUILD.gn » ('j') | ui/harmony/harmony_layout_delegate.h » ('J')
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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "//ui/aura_extra/*", 122 "//ui/aura_extra/*",
123 "//ui/base/*", 123 "//ui/base/*",
124 "//ui/chromeos/*", 124 "//ui/chromeos/*",
125 "//ui/compositor/*", 125 "//ui/compositor/*",
126 "//ui/content_accelerators/*", 126 "//ui/content_accelerators/*",
127 "//ui/display/*", 127 "//ui/display/*",
128 "//ui/events/*", 128 "//ui/events/*",
129 "//ui/file_manager/*", 129 "//ui/file_manager/*",
130 "//ui/gfx/*", 130 "//ui/gfx/*",
131 "//ui/gl/*", 131 "//ui/gl/*",
132 "//ui/harmony/*",
132 "//ui/keyboard/*", 133 "//ui/keyboard/*",
133 "//ui/latency_info/*", 134 "//ui/latency_info/*",
134 "//ui/login/*", 135 "//ui/login/*",
135 "//ui/message_center/*", 136 "//ui/message_center/*",
136 "//ui/mojo/*", 137 "//ui/mojo/*",
137 "//ui/native_theme/*", 138 "//ui/native_theme/*",
138 "//ui/ozone/*", 139 "//ui/ozone/*",
139 "//ui/platform_window/*", 140 "//ui/platform_window/*",
140 "//ui/resources/*", 141 "//ui/resources/*",
141 "//ui/shell_dialogs/*", 142 "//ui/shell_dialogs/*",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "//third_party/skia/gn/shared_sources.gni", 259 "//third_party/skia/gn/shared_sources.gni",
259 260
260 # CLD2 should be removed soon, delete this when we do. 261 # CLD2 should be removed soon, delete this when we do.
261 "//third_party/cld_2/BUILD.gn", 262 "//third_party/cld_2/BUILD.gn",
262 "//tools/grit/grit_rule.gni", 263 "//tools/grit/grit_rule.gni",
263 264
264 # Not gypi-to-gn. 265 # Not gypi-to-gn.
265 "//google_apis/BUILD.gn", 266 "//google_apis/BUILD.gn",
266 "//printing/BUILD.gn", 267 "//printing/BUILD.gn",
267 ] 268 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | ui/harmony/harmony_layout_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698