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

Unified Diff: chrome/chrome.gyp

Issue 7584007: make bubble_border to use resources under ui/resources. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: add missing chrome.gyp change Created 9 years, 4 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index cd0594b58627e33c15cf7df4c7e43664bd12a38c..31dcc79c0b973ed854f60db8958fbfe53f642208 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1617,6 +1617,13 @@
],
}],
],
+ 'conditions': [
+ ['touchui!=0', {
+ 'pak_inputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large/ui_resources_large.pak',
sky 2011/08/08 16:23:35 Can this be put at line 1617 and the new condition
alicet1 2011/08/09 08:12:26 Done.
+ ],
+ }],
+ ],
},
'inputs': [
'<(repack_path)',

Powered by Google App Engine
This is Rietveld 408576698