Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 949293004: Add media router common classes and unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Chromium copyright statement. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 }], 2321 }],
2322 ['enable_autofill_dialog==1 and OS!="android"', { 2322 ['enable_autofill_dialog==1 and OS!="android"', {
2323 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], 2323 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ],
2324 }], 2324 }],
2325 ['enable_plugins==1', { 2325 ['enable_plugins==1', {
2326 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], 2326 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ],
2327 }], 2327 }],
2328 ['enable_print_preview==1', { 2328 ['enable_print_preview==1', {
2329 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], 2329 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ],
2330 }], 2330 }],
2331 ['enable_media_router==1', {
2332 'includes': [
2333 'browser/media/router/media_router_tests.gypi',
2334 ],
2335 }],
2331 ['enable_captive_portal_detection==1', { 2336 ['enable_captive_portal_detection==1', {
2332 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ], 2337 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ],
2333 }], 2338 }],
2334 ['enable_session_service==1', { 2339 ['enable_session_service==1', {
2335 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ], 2340 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ],
2336 }], 2341 }],
2337 ['enable_webrtc==1', { 2342 ['enable_webrtc==1', {
2338 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ], 2343 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ],
2339 }], 2344 }],
2340 ['chromeos==1', { 2345 ['chromeos==1', {
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 'dependencies': [ 2756 'dependencies': [
2752 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2757 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2753 ], 2758 ],
2754 }], 2759 }],
2755 ], 2760 ],
2756 }, 2761 },
2757 ], 2762 ],
2758 }], 2763 }],
2759 ], # 'conditions' 2764 ], # 'conditions'
2760 } 2765 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698