summaryrefslogtreecommitdiffstats
path: root/ui/resources/ui_resources.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/resources/ui_resources.gyp')
-rw-r--r--ui/resources/ui_resources.gyp9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp
index f46e1f2..10eb97d 100644
--- a/ui/resources/ui_resources.gyp
+++ b/ui/resources/ui_resources.gyp
@@ -9,9 +9,6 @@
'target_name': 'ui_resources',
'type': 'none',
'variables': {
- # Enable to include Polymer 0.8 in the binary.
- 'enable_polymer_v08%': 0,
-
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/resources',
},
'actions': [
@@ -26,12 +23,6 @@
'action_name': 'webui_resources',
'variables': {
'grit_grd_file': '../webui/resources/webui_resources.grd',
-
- 'conditions': [
- ['enable_polymer_v08==1', {
- 'grit_defines': ['-D', 'enable_polymer_v08'],
- }],
- ],
},
'includes': [ '../../build/grit_action.gypi' ],
},