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

Side by Side Diff: build/ui_resources_location.gypi

Issue 381113004: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « build/config/ui.gni ('k') | chrome/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 { 1 {
2 'variables': { 2 'variables': {
3 # The generated paths gen/ui/ui_resources and gen/ui/ui_strings are 3 # The generated paths gen/ui/ui_resources and gen/ui/ui_strings are
4 # being moved to gen/ui/resources and gen/ui/strings, respectively. But 4 # being moved to gen/ui/resources and gen/ui/strings, respectively. But
5 # Blink relies on the location of ui_resources to link its unit tests. 5 # Blink relies on the location of ui_resources to link its unit tests.
6 # Two facilitate the two-sided patch, this variable indicates the 6 # Two facilitate the two-sided patch, this variable indicates the
7 # one currently in use. 7 # one currently in use.
8 # TODO(brettw) remove this when the move is complete. 8 # TODO(brettw) remove this when the move is complete.
9 'ui_resources_gen_subdir': 'ui_resources', 9 'ui_resources_gen_subdir': 'resources',
10 }, 10 },
11 } 11 }
OLDNEW
« no previous file with comments | « build/config/ui.gni ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698