OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'use_v4lplugin%': 0, | 7 'use_v4lplugin%': 0, |
8 'layouttest_support_content_sources': [ | 8 'layouttest_support_content_sources': [ |
9 'public/test/layouttest_support.h', | 9 'public/test/layouttest_support.h', |
10 'public/test/nested_message_pump_android.cc', | 10 'public/test/nested_message_pump_android.cc', |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 'dependencies': [ | 1077 'dependencies': [ |
1078 '../chromeos/chromeos.gyp:chromeos', | 1078 '../chromeos/chromeos.gyp:chromeos', |
1079 ], | 1079 ], |
1080 'sources!': [ | 1080 'sources!': [ |
1081 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 1081 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
1082 ], | 1082 ], |
1083 }], | 1083 }], |
1084 ['use_aura==1', { | 1084 ['use_aura==1', { |
1085 'dependencies': [ | 1085 'dependencies': [ |
1086 '../ui/aura/aura.gyp:aura', | 1086 '../ui/aura/aura.gyp:aura', |
| 1087 '../ui/aura_extra/aura_extra.gyp:aura_extra', |
1087 '../ui/wm/wm.gyp:wm', | 1088 '../ui/wm/wm.gyp:wm', |
1088 ] | 1089 ] |
1089 }], | 1090 }], |
1090 ['use_aura==1 or toolkit_views==1', { | 1091 ['use_aura==1 or toolkit_views==1', { |
1091 'dependencies': [ | 1092 'dependencies': [ |
1092 '../ui/events/events.gyp:events_test_support', | 1093 '../ui/events/events.gyp:events_test_support', |
1093 ], | 1094 ], |
1094 }], | 1095 }], |
1095 ['use_aura!=1 and OS!="mac"', { | 1096 ['use_aura!=1 and OS!="mac"', { |
1096 'sources/': [ | 1097 'sources/': [ |
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2100 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2101 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2101 }, | 2102 }, |
2102 ], | 2103 ], |
2103 }], | 2104 }], |
2104 ], | 2105 ], |
2105 }, | 2106 }, |
2106 ], | 2107 ], |
2107 }], | 2108 }], |
2108 ], | 2109 ], |
2109 } | 2110 } |
OLD | NEW |