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

Side by Side Diff: build/ui_resources_location.gypi

Issue 380283002: Parameterize the ui_resources location. (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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'variables': {
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
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
7 # one currently in use.
8 # TODO(brettw) remove this when the move is complete.
9 'ui_resources_gen_subdir': 'ui_resources',
10 },
11 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698