| 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 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2652 'sources!': [ | 2652 'sources!': [ |
| 2653 # TODO(dbeam): log webui URLs on iOS and test them. | 2653 # TODO(dbeam): log webui URLs on iOS and test them. |
| 2654 'browser/ui/webui/log_web_ui_url_browsertest.cc', | 2654 'browser/ui/webui/log_web_ui_url_browsertest.cc', |
| 2655 ], | 2655 ], |
| 2656 }], | 2656 }], |
| 2657 ['OS!="android" and OS!="ios"', { | 2657 ['OS!="android" and OS!="ios"', { |
| 2658 'sources': [ | 2658 'sources': [ |
| 2659 'browser/copresence/chrome_whispernet_client_browsertest.cc', | 2659 'browser/copresence/chrome_whispernet_client_browsertest.cc', |
| 2660 ], | 2660 ], |
| 2661 'dependencies': [ | 2661 'dependencies': [ |
| 2662 '../components/components.gyp:copresence', | 2662 '../components/components.gyp:audio_modem', |
| 2663 # build time dependency. | 2663 # build time dependency. |
| 2664 '../v8/samples/samples.gyp:v8_shell#host', | 2664 '../v8/samples/samples.gyp:v8_shell#host', |
| 2665 ], | 2665 ], |
| 2666 }], | 2666 }], |
| 2667 ['enable_app_list==1', { | 2667 ['enable_app_list==1', { |
| 2668 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], | 2668 'sources': [ '<@(chrome_browser_tests_app_list_sources)' ], |
| 2669 'conditions': [ | 2669 'conditions': [ |
| 2670 ['OS=="mac"', { | 2670 ['OS=="mac"', { |
| 2671 'sources!': [ | 2671 'sources!': [ |
| 2672 # This assumes the AppList is views-based, but Mac only links | 2672 # This assumes the AppList is views-based, but Mac only links |
| (...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3591 'browser', | 3591 'browser', |
| 3592 ], | 3592 ], |
| 3593 'sources': [ | 3593 'sources': [ |
| 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3594 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3596 ], | 3596 ], |
| 3597 }] | 3597 }] |
| 3598 }], | 3598 }], |
| 3599 ], # 'conditions' | 3599 ], # 'conditions' |
| 3600 } | 3600 } |
| OLD | NEW |