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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2311 }], | 2311 }], |
2312 ['enable_autofill_dialog==1 and OS!="android"', { | 2312 ['enable_autofill_dialog==1 and OS!="android"', { |
2313 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], | 2313 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], |
2314 }], | 2314 }], |
2315 ['enable_plugins==1', { | 2315 ['enable_plugins==1', { |
2316 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], | 2316 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], |
2317 }], | 2317 }], |
2318 ['enable_print_preview==1', { | 2318 ['enable_print_preview==1', { |
2319 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], | 2319 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], |
2320 }], | 2320 }], |
| 2321 ['enable_media_router==1', { |
| 2322 'sources': [ |
| 2323 'browser/media/router/media_route_unittest.cc', |
| 2324 'browser/media/router/media_sink_unittest.cc', |
| 2325 'browser/media/router/media_source_unittest.cc', |
| 2326 ], |
| 2327 }], |
2321 ['enable_captive_portal_detection==1', { | 2328 ['enable_captive_portal_detection==1', { |
2322 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ], | 2329 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ], |
2323 }], | 2330 }], |
2324 ['enable_session_service==1', { | 2331 ['enable_session_service==1', { |
2325 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ], | 2332 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ], |
2326 }], | 2333 }], |
2327 ['enable_webrtc==1', { | 2334 ['enable_webrtc==1', { |
2328 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ], | 2335 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ], |
2329 }], | 2336 }], |
2330 ['chromeos==1', { | 2337 ['chromeos==1', { |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2740 'dependencies': [ | 2747 'dependencies': [ |
2741 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2748 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2742 ], | 2749 ], |
2743 }], | 2750 }], |
2744 ], | 2751 ], |
2745 }, | 2752 }, |
2746 ], | 2753 ], |
2747 }], | 2754 }], |
2748 ], # 'conditions' | 2755 ], # 'conditions' |
2749 } | 2756 } |
OLD | NEW |