summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp30
1 files changed, 0 insertions, 30 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index df241cf..5b3cb6c 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -532,35 +532,5 @@
},
],
}],
- ['OS=="win"', {
- 'targets': [
- {
- 'target_name': 'ui_nacl_win64',
- 'type': '<(component)',
- 'dependencies': [
- '../base/base.gyp:base_nacl_win64',
- ],
- 'defines': [
- 'UI_IMPLEMENTATION',
- '<@(nacl_win64_defines)',
- ],
- 'sources': [
- 'base/resource/resource_bundle_dummy.cc',
- 'base/ui_base_paths.h',
- 'base/ui_base_paths.cc',
- 'base/ui_base_switches.h',
- 'base/ui_base_switches.cc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'configurations': {
- 'Common_Base': {
- 'msvs_target_platform': 'x64',
- },
- },
- },
- ],
- }],
],
}