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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1136623003: Media Router GYP/GN cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove duplicate define Created 5 years, 7 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 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 ['enable_autofill_dialog==1 and OS!="android"', { 2324 ['enable_autofill_dialog==1 and OS!="android"', {
2325 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], 2325 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ],
2326 }], 2326 }],
2327 ['enable_plugins==1', { 2327 ['enable_plugins==1', {
2328 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], 2328 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ],
2329 }], 2329 }],
2330 ['enable_print_preview==1', { 2330 ['enable_print_preview==1', {
2331 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], 2331 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ],
2332 }], 2332 }],
2333 ['enable_media_router==1', { 2333 ['enable_media_router==1', {
2334 'includes': [ 2334 'includes': [ 'browser/media/router/media_router.gypi' ],
2335 'browser/media/router/media_router_tests.gypi', 2335 'sources': [ '<@(media_router_unit_tests_sources)' ],
2336 ], 2336 'dependencies': [ 'browser/media/router/media_router.gyp:media_router_ test_support' ],
2337 }], 2337 }],
2338 ['enable_captive_portal_detection==1', { 2338 ['enable_captive_portal_detection==1', {
2339 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ], 2339 'sources': [ '<@(chrome_unit_tests_captive_portal_sources)' ],
2340 }], 2340 }],
2341 ['enable_session_service==1', { 2341 ['enable_session_service==1', {
2342 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ], 2342 'sources': [ '<@(chrome_unit_tests_session_service_sources)' ],
2343 }], 2343 }],
2344 ['enable_webrtc==1', { 2344 ['enable_webrtc==1', {
2345 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ], 2345 'sources': [ '<@(chrome_unit_tests_webrtc_sources)' ],
2346 }], 2346 }],
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
2776 'dependencies': [ 2776 'dependencies': [
2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2778 ], 2778 ],
2779 }], 2779 }],
2780 ], 2780 ],
2781 }, 2781 },
2782 ], 2782 ],
2783 }], 2783 }],
2784 ], # 'conditions' 2784 ], # 'conditions'
2785 } 2785 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698