| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', | 7 '../apps/app_shim/app_shim_host_mac_unittest.cc', |
| 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 8 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
| 9 '../apps/saved_files_service_unittest.cc', | 9 '../apps/saved_files_service_unittest.cc', |
| 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 10 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| (...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1847 'common/media_galleries/pmp_test_util.cc', | 1847 'common/media_galleries/pmp_test_util.cc', |
| 1848 'common/media_galleries/pmp_test_util.h', | 1848 'common/media_galleries/pmp_test_util.h', |
| 1849 ], | 1849 ], |
| 1850 }], | 1850 }], |
| 1851 ['OS=="mac"', { | 1851 ['OS=="mac"', { |
| 1852 'dependencies': [ | 1852 'dependencies': [ |
| 1853 '../breakpad/breakpad.gyp:breakpad', | 1853 '../breakpad/breakpad.gyp:breakpad', |
| 1854 '../components/components.gyp:crash_component', | 1854 '../components/components.gyp:crash_component', |
| 1855 ], | 1855 ], |
| 1856 'sources': [ | 1856 'sources': [ |
| 1857 'app/chrome_breakpad_client.cc', | 1857 'app/chrome_crash_reporter_client.cc', |
| 1858 'app/chrome_breakpad_client_mac.mm', | 1858 'app/chrome_crash_reporter_client_mac.mm', |
| 1859 'app/chrome_main_mac.mm', | 1859 'app/chrome_main_mac.mm', |
| 1860 ], | 1860 ], |
| 1861 }], | 1861 }], |
| 1862 ['enable_mdns==1', { | 1862 ['enable_mdns==1', { |
| 1863 'sources': [ | 1863 'sources': [ |
| 1864 'browser/local_discovery/test_service_discovery_client.cc', | 1864 'browser/local_discovery/test_service_discovery_client.cc', |
| 1865 'browser/local_discovery/test_service_discovery_client.h', | 1865 'browser/local_discovery/test_service_discovery_client.h', |
| 1866 ], | 1866 ], |
| 1867 }], | 1867 }], |
| 1868 ['enable_app_list==1', { | 1868 ['enable_app_list==1', { |
| (...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2883 'dependencies': [ | 2883 'dependencies': [ |
| 2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2884 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2885 ], | 2885 ], |
| 2886 }], | 2886 }], |
| 2887 ], | 2887 ], |
| 2888 }, | 2888 }, |
| 2889 ], | 2889 ], |
| 2890 }], | 2890 }], |
| 2891 ], # 'conditions' | 2891 ], # 'conditions' |
| 2892 } | 2892 } |
| OLD | NEW |