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 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2316 }], | 2316 }], |
2317 ['enable_autofill_dialog==1 and OS!="android"', { | 2317 ['enable_autofill_dialog==1 and OS!="android"', { |
2318 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], | 2318 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], |
2319 }], | 2319 }], |
2320 ['enable_plugins==1', { | 2320 ['enable_plugins==1', { |
2321 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], | 2321 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], |
2322 }], | 2322 }], |
2323 ['enable_print_preview==1', { | 2323 ['enable_print_preview==1', { |
2324 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], | 2324 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], |
2325 }], | 2325 }], |
| 2326 ['enable_media_router==1', { |
| 2327 'sources': [ |
| 2328 'browser/media/router/media_route_unittest.cc', |
| 2329 'browser/media/router/media_route_factory_unittest.cc', |
| 2330 'browser/media/router/media_sink_unittest.cc', |
| 2331 'browser/media/router/media_source_unittest.cc', |
| 2332 ], |
| 2333 }], |
2326 ['enable_captive_portal_detection==1', { | 2334 ['enable_captive_portal_detection==1', { |
2327 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ], | 2335 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ], |
2328 }], | 2336 }], |
2329 ['enable_session_service==1', { | 2337 ['enable_session_service==1', { |
2330 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ], | 2338 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ], |
2331 }], | 2339 }], |
2332 ['enable_webrtc==1', { | 2340 ['enable_webrtc==1', { |
2333 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ], | 2341 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ], |
2334 }], | 2342 }], |
2335 ['chromeos==1', { | 2343 ['chromeos==1', { |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2745 'dependencies': [ | 2753 'dependencies': [ |
2746 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2754 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2747 ], | 2755 ], |
2748 }], | 2756 }], |
2749 ], | 2757 ], |
2750 }, | 2758 }, |
2751 ], | 2759 ], |
2752 }], | 2760 }], |
2753 ], # 'conditions' | 2761 ], # 'conditions' |
2754 } | 2762 } |
OLD | NEW |