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

Unified Diff: ui/ui_resources.gypi

Issue 7648040: Revert 96817 - make bubble_border to use resources under ui/resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « ui/resources/ui_resources_standard.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_resources.gypi
===================================================================
--- ui/ui_resources.gypi (revision 96848)
+++ ui/ui_resources.gypi (working copy)
@@ -21,39 +21,5 @@
],
'includes': [ '../build/grit_target.gypi' ],
},
- {
- 'target_name': 'ui_resources_large',
- 'type': 'none',
- 'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large',
- },
- 'actions': [
- {
- 'action_name': 'ui_resources_large',
- 'variables': {
- 'grit_grd_file': 'resources/ui_resources_large.grd',
- },
- 'includes': [ '../build/grit_action.gypi' ],
- },
- ],
- 'includes': [ '../build/grit_target.gypi' ],
- },
- {
- 'target_name': 'ui_resources_standard',
- 'type': 'none',
- 'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard',
- },
- 'actions': [
- {
- 'action_name': 'ui_resources_standard',
- 'variables': {
- 'grit_grd_file': 'resources/ui_resources_standard.grd',
- },
- 'includes': [ '../build/grit_action.gypi' ],
- },
- ],
- 'includes': [ '../build/grit_target.gypi' ],
- },
],
}
« no previous file with comments | « ui/resources/ui_resources_standard.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698