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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/ui_resources_location.gypi
diff --git a/build/ui_resources_location.gypi b/build/ui_resources_location.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..700638c974923f289eaa0c762db3a73e1d99bc5b
--- /dev/null
+++ b/build/ui_resources_location.gypi
@@ -0,0 +1,11 @@
+{
+ 'variables': {
+ # The generated paths gen/ui/ui_resources and gen/ui/ui_strings are
+ # being moved to gen/ui/resources and gen/ui/strings, respectively. But
+ # Blink relies on the location of ui_resources to link its unit tests.
+ # Two facilitate the two-sided patch, this variable indicates the
+ # one currently in use.
+ # TODO(brettw) remove this when the move is complete.
+ 'ui_resources_gen_subdir': 'ui_resources',
+ },
+}
« 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