OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
7 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
(...skipping 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2664 }, { | 2664 }, { |
2665 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ], | 2665 'sources!': [ 'browser/ui/webui/app_list/start_page_browsertest.js' ], |
2666 }], | 2666 }], |
2667 ['enable_service_discovery==1', { | 2667 ['enable_service_discovery==1', { |
2668 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ], | 2668 'sources': [ '<@(chrome_browser_tests_service_discovery_sources)' ], |
2669 }], | 2669 }], |
2670 ['enable_supervised_users==1', { | 2670 ['enable_supervised_users==1', { |
2671 'sources': [ '<@(chrome_browser_tests_supervised_user_sources)' ], | 2671 'sources': [ '<@(chrome_browser_tests_supervised_user_sources)' ], |
2672 }], | 2672 }], |
2673 ['enable_pepper_cdms==1', { | 2673 ['enable_pepper_cdms==1', { |
2674 'sources' : [ | |
2675 'browser/media/pepper_cdm_test_helper.cc', | |
2676 'browser/media/pepper_cdm_test_helper.h', | |
2677 ], | |
2678 'dependencies': [ | 2674 'dependencies': [ |
2679 # Runtime dependencies. | 2675 # Runtime dependencies. |
| 2676 '../media/media.gyp:clearkeycdmadapter', |
2680 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 2677 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
2681 '../media/media.gyp:clearkeycdmadapter', | |
2682 ], | 2678 ], |
2683 }], | 2679 }], |
2684 ['enable_print_preview==0', { | 2680 ['enable_print_preview==0', { |
2685 'sources!': [ | 2681 'sources!': [ |
2686 'browser/extensions/api/cloud_print_private/cloud_print_private_apit
est.cc', | 2682 'browser/extensions/api/cloud_print_private/cloud_print_private_apit
est.cc', |
2687 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 2683 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
2688 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', | 2684 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', |
2689 'browser/printing/print_preview_dialog_controller_browsertest.cc', | 2685 'browser/printing/print_preview_dialog_controller_browsertest.cc', |
2690 'browser/printing/print_preview_pdf_generated_browsertest.cc', | 2686 'browser/printing/print_preview_pdf_generated_browsertest.cc', |
2691 'browser/service_process/service_process_control_browsertest.cc', | 2687 'browser/service_process/service_process_control_browsertest.cc', |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3153 'sources': [ | 3149 'sources': [ |
3154 'browser/load_library_perf_test.cc', | 3150 'browser/load_library_perf_test.cc', |
3155 ], | 3151 ], |
3156 'include_dirs': [ | 3152 'include_dirs': [ |
3157 '..', | 3153 '..', |
3158 '<(SHARED_INTERMEDIATE_DIR)', | 3154 '<(SHARED_INTERMEDIATE_DIR)', |
3159 ], | 3155 ], |
3160 'conditions': [ | 3156 'conditions': [ |
3161 ['enable_pepper_cdms==1', { | 3157 ['enable_pepper_cdms==1', { |
3162 'dependencies': [ | 3158 'dependencies': [ |
| 3159 'test_support_common', |
| 3160 '../media/media.gyp:cdm_paths', |
3163 # Runtime dependencies. | 3161 # Runtime dependencies. |
3164 '../media/media.gyp:clearkeycdmadapter', | 3162 '../media/media.gyp:clearkeycdmadapter', |
3165 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 3163 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
3166 ], | 3164 ], |
3167 }], | 3165 }], |
3168 ], | 3166 ], |
3169 }, # target 'load_library_perf_tests' | 3167 }, # target 'load_library_perf_tests' |
3170 ], | 3168 ], |
3171 'conditions': [ | 3169 'conditions': [ |
3172 ['OS == "android"', { | 3170 ['OS == "android"', { |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3609 'browser', | 3607 'browser', |
3610 ], | 3608 ], |
3611 'sources': [ | 3609 'sources': [ |
3612 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3610 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3613 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3611 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3614 ], | 3612 ], |
3615 }] | 3613 }] |
3616 }], | 3614 }], |
3617 ], # 'conditions' | 3615 ], # 'conditions' |
3618 } | 3616 } |
OLD | NEW |