| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 ], | 2196 ], |
| 2197 }], | 2197 }], |
| 2198 ], | 2198 ], |
| 2199 }], # OS == android | 2199 }], # OS == android |
| 2200 ['enable_web_intents==0', { | 2200 ['enable_web_intents==0', { |
| 2201 'sources/': [ | 2201 'sources/': [ |
| 2202 ['exclude', '^browser/intents/'], | 2202 ['exclude', '^browser/intents/'], |
| 2203 ['exclude', '^browser/ui/intents/'], | 2203 ['exclude', '^browser/ui/intents/'], |
| 2204 ], | 2204 ], |
| 2205 'sources!': [ | 2205 'sources!': [ |
| 2206 'browser/ui/cocoa/location_bar/web_intents_button_decoration_unittes
t.mm', |
| 2206 'browser/webdata/web_data_service_unittest.cc', | 2207 'browser/webdata/web_data_service_unittest.cc', |
| 2207 'browser/webdata/web_intents_table_unittest.cc', | 2208 'browser/webdata/web_intents_table_unittest.cc', |
| 2209 'common/extensions/manifest_tests/extension_manifests_web_intents_un
ittest.cc', |
| 2210 '../webkit/glue/web_intent_reply_data_unittest.cc', |
| 2211 '../webkit/glue/web_intent_service_data_unittest.cc', |
| 2208 ], | 2212 ], |
| 2209 }], | 2213 }], |
| 2210 ['enable_themes==0', { | 2214 ['enable_themes==0', { |
| 2211 'sources!': [ | 2215 'sources!': [ |
| 2212 'browser/ui/webui/theme_source_unittest.cc', | 2216 'browser/ui/webui/theme_source_unittest.cc', |
| 2213 ], | 2217 ], |
| 2214 'sources/': [ | 2218 'sources/': [ |
| 2215 ['exclude', '^browser/themes/'], | 2219 ['exclude', '^browser/themes/'], |
| 2216 ], | 2220 ], |
| 2217 }], | 2221 }], |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2365 # more details. | 2369 # more details. |
| 2366 'DebugInformationFormat': '3', | 2370 'DebugInformationFormat': '3', |
| 2367 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2371 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2368 }, | 2372 }, |
| 2369 }, | 2373 }, |
| 2370 }, | 2374 }, |
| 2371 ], | 2375 ], |
| 2372 }], | 2376 }], |
| 2373 ], # 'conditions' | 2377 ], # 'conditions' |
| 2374 } | 2378 } |
| OLD | NEW |