| 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 1912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1923 ['OS=="mac"', { | 1923 ['OS=="mac"', { |
| 1924 'sources': [ | 1924 'sources': [ |
| 1925 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc
', | 1925 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc
', |
| 1926 ], | 1926 ], |
| 1927 }], | 1927 }], |
| 1928 ['os_posix == 0 or chromeos == 1', { | 1928 ['os_posix == 0 or chromeos == 1', { |
| 1929 'sources!': [ | 1929 'sources!': [ |
| 1930 'common/time_format_browsertest.cc', | 1930 'common/time_format_browsertest.cc', |
| 1931 ], | 1931 ], |
| 1932 }], | 1932 }], |
| 1933 ['OS=="android"', { |
| 1934 'sources!': [ |
| 1935 'browser/policy/cloud/component_cloud_policy_browsertest.cc', |
| 1936 ], |
| 1937 }], |
| 1933 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 1938 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 1934 'conditions': [ | 1939 'conditions': [ |
| 1935 ['linux_use_tcmalloc==1', { | 1940 ['linux_use_tcmalloc==1', { |
| 1936 'dependencies': [ | 1941 'dependencies': [ |
| 1937 '../base/allocator/allocator.gyp:allocator', | 1942 '../base/allocator/allocator.gyp:allocator', |
| 1938 ], | 1943 ], |
| 1939 }], | 1944 }], |
| 1940 ], | 1945 ], |
| 1941 }], | 1946 }], |
| 1942 ['chromeos == 1 or OS=="win"', { | 1947 ['chromeos == 1 or OS=="win"', { |
| (...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3040 'utility', | 3045 'utility', |
| 3041 ], | 3046 ], |
| 3042 'sources': [ | 3047 'sources': [ |
| 3043 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3048 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3044 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3049 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3045 ], | 3050 ], |
| 3046 }] | 3051 }] |
| 3047 }], | 3052 }], |
| 3048 ], # 'conditions' | 3053 ], # 'conditions' |
| 3049 } | 3054 } |
| OLD | NEW |