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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1858 'conditions': [ | 1858 'conditions': [ |
1859 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 | 1859 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
1860 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (
use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', { | 1860 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (
use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', { |
1861 'dependencies': [ | 1861 'dependencies': [ |
1862 '../base/allocator/allocator.gyp:allocator', | 1862 '../base/allocator/allocator.gyp:allocator', |
1863 ], | 1863 ], |
1864 }], | 1864 }], |
1865 ], | 1865 ], |
1866 }], | 1866 }], |
1867 ['chromeos == 1 or OS=="win" or OS == "mac"', { | 1867 ['chromeos == 1 or OS=="win" or OS == "mac"', { |
| 1868 'dependencies': [ |
| 1869 '../components/components.gyp:wifi_test_support', |
| 1870 ], |
1868 'sources': [ | 1871 'sources': [ |
1869 'browser/extensions/api/networking_private/networking_private_apites
t.cc', | 1872 'browser/extensions/api/networking_private/networking_private_apites
t.cc', |
1870 ], | 1873 ], |
1871 }], | 1874 }], |
1872 ['toolkit_views==1', { | 1875 ['toolkit_views==1', { |
1873 'dependencies': [ | 1876 'dependencies': [ |
1874 '../ui/views/views.gyp:views', | 1877 '../ui/views/views.gyp:views', |
1875 ], | 1878 ], |
1876 'sources!': [ | 1879 'sources!': [ |
1877 # TODO(estade): port to views. | 1880 # TODO(estade): port to views. |
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2914 ['enable_webrtc==1', { | 2917 ['enable_webrtc==1', { |
2915 'dependencies': [ | 2918 'dependencies': [ |
2916 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2919 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2917 ] | 2920 ] |
2918 }], | 2921 }], |
2919 ], | 2922 ], |
2920 }] | 2923 }] |
2921 }], | 2924 }], |
2922 ], # 'conditions' | 2925 ], # 'conditions' |
2923 } | 2926 } |
OLD | NEW |