| 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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1843 }], | 1843 }], |
| 1844 ['use_athena==1', { | 1844 ['use_athena==1', { |
| 1845 'dependencies': [ | 1845 'dependencies': [ |
| 1846 '../dbus/dbus.gyp:dbus_test_support', | 1846 '../dbus/dbus.gyp:dbus_test_support', |
| 1847 '../build/linux/system.gyp:dbus', | 1847 '../build/linux/system.gyp:dbus', |
| 1848 '../ui/login/login.gyp:login_resources', | 1848 '../ui/login/login.gyp:login_resources', |
| 1849 '../athena/resources/athena_resources.gyp:athena_pak', | 1849 '../athena/resources/athena_resources.gyp:athena_pak', |
| 1850 ], | 1850 ], |
| 1851 'sources!': [ | 1851 'sources!': [ |
| 1852 '<@(chrome_browser_tests_sources)', | 1852 '<@(chrome_browser_tests_sources)', |
| 1853 'browser/extensions/api/networking_private/networking_private_apite
st.cc', | |
| 1854 ], | 1853 ], |
| 1855 'sources': [ | 1854 'sources': [ |
| 1856 '../athena/test/base/activity_lifetime_tracker.h', | 1855 '../athena/test/base/activity_lifetime_tracker.h', |
| 1857 '../athena/test/base/activity_lifetime_tracker.cc', | 1856 '../athena/test/base/activity_lifetime_tracker.cc', |
| 1858 '../athena/test/chrome/athena_app_browsertest.cc', | 1857 '../athena/test/chrome/athena_app_browsertest.cc', |
| 1859 '../athena/test/chrome/athena_app_browsertest.h', | 1858 '../athena/test/chrome/athena_app_browsertest.h', |
| 1860 '../athena/test/chrome/athena_browsertest.cc', | 1859 '../athena/test/chrome/athena_browsertest.cc', |
| 1861 '../athena/test/chrome/athena_browsertest.h', | 1860 '../athena/test/chrome/athena_browsertest.h', |
| 1862 '../athena/test/chrome/test_util.cc', | 1861 '../athena/test/chrome/test_util.cc', |
| 1863 '../athena/test/chrome/test_util.h', | 1862 '../athena/test/chrome/test_util.h', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2083 '../base/allocator/allocator.gyp:allocator', | 2082 '../base/allocator/allocator.gyp:allocator', |
| 2084 ], | 2083 ], |
| 2085 }], | 2084 }], |
| 2086 ], | 2085 ], |
| 2087 }], | 2086 }], |
| 2088 ['OS=="win" or OS == "mac"', { | 2087 ['OS=="win" or OS == "mac"', { |
| 2089 'dependencies': [ | 2088 'dependencies': [ |
| 2090 '../components/components.gyp:wifi_test_support', | 2089 '../components/components.gyp:wifi_test_support', |
| 2091 ], | 2090 ], |
| 2092 }], | 2091 }], |
| 2093 ['chromeos == 1', { | 2092 ['chromeos == 1 and use_athena == 0', { |
| 2094 'sources': [ | 2093 'sources': [ |
| 2095 'browser/extensions/api/networking_private/networking_private_apites
t.cc', | 2094 'browser/extensions/api/networking_private/networking_private_apites
t.cc', |
| 2096 'browser/extensions/api/networking_private/networking_private_chrome
os_apitest.cc', | 2095 'browser/extensions/api/networking_private/networking_private_chrome
os_apitest.cc', |
| 2097 ], | 2096 ], |
| 2098 }], | 2097 }], |
| 2099 ['OS=="win" or OS == "mac"', { | 2098 ['OS=="win" or OS == "mac"', { |
| 2100 'sources': [ | 2099 'sources': [ |
| 2101 'browser/extensions/api/networking_private/networking_private_apites
t.cc', | 2100 'browser/extensions/api/networking_private/networking_private_apites
t.cc', |
| 2102 'browser/extensions/api/networking_private/networking_private_servic
e_client_apitest.cc', | 2101 'browser/extensions/api/networking_private/networking_private_servic
e_client_apitest.cc', |
| 2103 ], | 2102 ], |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3127 ['enable_webrtc==1', { | 3126 ['enable_webrtc==1', { |
| 3128 'dependencies': [ | 3127 'dependencies': [ |
| 3129 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3128 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3130 ] | 3129 ] |
| 3131 }], | 3130 }], |
| 3132 ], | 3131 ], |
| 3133 }] | 3132 }] |
| 3134 }], | 3133 }], |
| 3135 ], # 'conditions' | 3134 ], # 'conditions' |
| 3136 } | 3135 } |
| OLD | NEW |