| 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 2359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2370 # Android uses a different invaliator. | 2370 # Android uses a different invaliator. |
| 2371 'browser/invalidation/ticl_invalidation_service_unittest.cc', | 2371 'browser/invalidation/ticl_invalidation_service_unittest.cc', |
| 2372 ], | 2372 ], |
| 2373 'sources/': [ | 2373 'sources/': [ |
| 2374 ['exclude', '^browser/captive_portal/'], | 2374 ['exclude', '^browser/captive_portal/'], |
| 2375 ['exclude', '^browser/chrome_to_mobile'], | 2375 ['exclude', '^browser/chrome_to_mobile'], |
| 2376 ['exclude', '^browser/first_run/'], | 2376 ['exclude', '^browser/first_run/'], |
| 2377 ['exclude', '^browser/importer/'], | 2377 ['exclude', '^browser/importer/'], |
| 2378 ['exclude', '^browser/lifetime/'], | 2378 ['exclude', '^browser/lifetime/'], |
| 2379 ['exclude', '^browser/media_galleries/'], | 2379 ['exclude', '^browser/media_galleries/'], |
| 2380 ['exclude', '^browser/profile_resetter/'], |
| 2380 ['exclude', '^browser/speech/'], | 2381 ['exclude', '^browser/speech/'], |
| 2381 ['exclude', '^browser/sync/glue/app_'], | 2382 ['exclude', '^browser/sync/glue/app_'], |
| 2382 ['exclude', '^browser/sync/glue/extension_'], | 2383 ['exclude', '^browser/sync/glue/extension_'], |
| 2383 ['exclude', '^browser/themes/'], | 2384 ['exclude', '^browser/themes/'], |
| 2384 ['exclude', '^browser/ui/omnibox/'], | 2385 ['exclude', '^browser/ui/omnibox/'], |
| 2385 ['exclude', '^browser/ui/panels'], | 2386 ['exclude', '^browser/ui/panels'], |
| 2386 ['exclude', '^browser/ui/tabs/'], | 2387 ['exclude', '^browser/ui/tabs/'], |
| 2387 ['exclude', '^browser/ui/toolbar/'], | 2388 ['exclude', '^browser/ui/toolbar/'], |
| 2388 ['exclude', '^browser/ui/webui/downloads_'], | 2389 ['exclude', '^browser/ui/webui/downloads_'], |
| 2389 ['exclude', '^browser/ui/webui/feedback_'], | 2390 ['exclude', '^browser/ui/webui/feedback_'], |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2574 # more details. | 2575 # more details. |
| 2575 'DebugInformationFormat': '3', | 2576 'DebugInformationFormat': '3', |
| 2576 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2577 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2577 }, | 2578 }, |
| 2578 }, | 2579 }, |
| 2579 }, | 2580 }, |
| 2580 ], | 2581 ], |
| 2581 }], | 2582 }], |
| 2582 ], # 'conditions' | 2583 ], # 'conditions' |
| 2583 } | 2584 } |
| OLD | NEW |