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 2643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2654 }], | 2654 }], |
2655 ['OS=="linux" or OS=="win"', { | 2655 ['OS=="linux" or OS=="win"', { |
2656 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], | 2656 'sources': [ '<@(chrome_browser_tests_non_mac_desktop_sources)' ], |
2657 }], | 2657 }], |
2658 ['OS=="ios"', { | 2658 ['OS=="ios"', { |
2659 'sources!': [ | 2659 'sources!': [ |
2660 # TODO(dbeam): log webui URLs on iOS and test them. | 2660 # TODO(dbeam): log webui URLs on iOS and test them. |
2661 'browser/ui/webui/log_web_ui_url_browsertest.cc', | 2661 'browser/ui/webui/log_web_ui_url_browsertest.cc', |
2662 ], | 2662 ], |
2663 }], | 2663 }], |
2664 ['OS!="android" and OS!="ios"', { | |
2665 'sources': [ | |
2666 'browser/copresence/chrome_whispernet_client_browsertest.cc', | |
2667 ], | |
2668 'dependencies': [ | |
2669 '../components/components.gyp:audio_modem', | |
2670 # build time dependency. | |
2671 '../v8/samples/samples.gyp:v8_shell#host', | |
2672 ], | |
2673 }], | |
2674 ['enable_app_list==1', { | 2664 ['enable_app_list==1', { |
2675 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], | 2665 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], |
2676 'conditions': [ | 2666 'conditions': [ |
2677 ['OS=="mac"', { | 2667 ['OS=="mac"', { |
2678 'sources!': [ | 2668 'sources!': [ |
2679 # This assumes the AppList is views-based, but Mac only links | 2669 # This assumes the AppList is views-based, but Mac only links |
2680 # browser parts for the Cocoa implementation. | 2670 # browser parts for the Cocoa implementation. |
2681 'browser/ui/app_list/app_list_service_views_browsertest.cc', | 2671 'browser/ui/app_list/app_list_service_views_browsertest.cc', |
2682 ], | 2672 ], |
2683 }], | 2673 }], |
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3598 'browser', | 3588 'browser', |
3599 ], | 3589 ], |
3600 'sources': [ | 3590 'sources': [ |
3601 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3591 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3602 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3592 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3603 ], | 3593 ], |
3604 }] | 3594 }] |
3605 }], | 3595 }], |
3606 ], # 'conditions' | 3596 ], # 'conditions' |
3607 } | 3597 } |
OLD | NEW |