| 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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
| 7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
| (...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 }], | 1954 }], |
| 1955 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 1955 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 1956 'conditions': [ | 1956 'conditions': [ |
| 1957 ['linux_use_tcmalloc==1', { | 1957 ['linux_use_tcmalloc==1', { |
| 1958 'dependencies': [ | 1958 'dependencies': [ |
| 1959 '../base/allocator/allocator.gyp:allocator', | 1959 '../base/allocator/allocator.gyp:allocator', |
| 1960 ], | 1960 ], |
| 1961 }], | 1961 }], |
| 1962 ], | 1962 ], |
| 1963 }], | 1963 }], |
| 1964 ['chromeos == 1 or OS=="win"', { | 1964 ['chromeos == 1 or OS=="win" or OS == "mac"', { |
| 1965 'sources': [ | 1965 'sources': [ |
| 1966 'browser/extensions/api/networking_private/networking_private_apites
t.cc', | 1966 'browser/extensions/api/networking_private/networking_private_apites
t.cc', |
| 1967 ], | 1967 ], |
| 1968 }], | 1968 }], |
| 1969 ['toolkit_views==1', { | 1969 ['toolkit_views==1', { |
| 1970 'dependencies': [ | 1970 'dependencies': [ |
| 1971 '../ui/views/views.gyp:views', | 1971 '../ui/views/views.gyp:views', |
| 1972 ], | 1972 ], |
| 1973 'sources!': [ | 1973 'sources!': [ |
| 1974 # TODO(estade): port to views. | 1974 # TODO(estade): port to views. |
| (...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3158 'utility', | 3158 'utility', |
| 3159 ], | 3159 ], |
| 3160 'sources': [ | 3160 'sources': [ |
| 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3162 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3162 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3163 ], | 3163 ], |
| 3164 }] | 3164 }] |
| 3165 }], | 3165 }], |
| 3166 ], # 'conditions' | 3166 ], # 'conditions' |
| 3167 } | 3167 } |
| OLD | NEW |