| 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 1927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1938 }], | 1938 }], |
| 1939 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 1939 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 1940 'conditions': [ | 1940 'conditions': [ |
| 1941 ['linux_use_tcmalloc==1', { | 1941 ['linux_use_tcmalloc==1', { |
| 1942 'dependencies': [ | 1942 'dependencies': [ |
| 1943 '../base/allocator/allocator.gyp:allocator', | 1943 '../base/allocator/allocator.gyp:allocator', |
| 1944 ], | 1944 ], |
| 1945 }], | 1945 }], |
| 1946 ], | 1946 ], |
| 1947 }], | 1947 }], |
| 1948 ['chromeos == 1 or OS=="win"', { | 1948 ['chromeos == 1 or OS=="win" or OS == "mac"', { |
| 1949 'sources': [ | 1949 'sources': [ |
| 1950 'browser/extensions/api/networking_private/networking_private_apites
t.cc', | 1950 'browser/extensions/api/networking_private/networking_private_apites
t.cc', |
| 1951 ], | 1951 ], |
| 1952 }], | 1952 }], |
| 1953 ['toolkit_views==1', { | 1953 ['toolkit_views==1', { |
| 1954 'dependencies': [ | 1954 'dependencies': [ |
| 1955 '../ui/views/views.gyp:views', | 1955 '../ui/views/views.gyp:views', |
| 1956 ], | 1956 ], |
| 1957 'sources!': [ | 1957 'sources!': [ |
| 1958 # TODO(estade): port to views. | 1958 # TODO(estade): port to views. |
| (...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3047 'utility', | 3047 'utility', |
| 3048 ], | 3048 ], |
| 3049 'sources': [ | 3049 'sources': [ |
| 3050 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3050 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3051 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3051 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3052 ], | 3052 ], |
| 3053 }] | 3053 }] |
| 3054 }], | 3054 }], |
| 3055 ], # 'conditions' | 3055 ], # 'conditions' |
| 3056 } | 3056 } |
| OLD | NEW |