| 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/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| (...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2330 # TODO(zturner): Enable this on Windows. See | 2330 # TODO(zturner): Enable this on Windows. See |
| 2331 # BrowserWithTestWindowTest::SetUp() for a comment explaining why | 2331 # BrowserWithTestWindowTest::SetUp() for a comment explaining why |
| 2332 # this is broken. | 2332 # this is broken. |
| 2333 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', | 2333 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', |
| 2334 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2334 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
| 2335 ], | 2335 ], |
| 2336 }], | 2336 }], |
| 2337 ['use_x11==1', { | 2337 ['use_x11==1', { |
| 2338 'dependencies': [ | 2338 'dependencies': [ |
| 2339 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2339 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2340 '../ui/events/devices/events_devices.gyp:events_devices', |
| 2340 ], | 2341 ], |
| 2341 }], | 2342 }], |
| 2342 ['OS=="linux"', { | 2343 ['OS=="linux"', { |
| 2343 'dependencies': [ | 2344 'dependencies': [ |
| 2344 '../build/linux/system.gyp:ssl', | 2345 '../build/linux/system.gyp:ssl', |
| 2345 ], | 2346 ], |
| 2346 }], | 2347 }], |
| 2347 # Only add this test for 64 bit builds because otherwise we need the 32 | 2348 # Only add this test for 64 bit builds because otherwise we need the 32 |
| 2348 # bit library on 64 bit systems when running this test. | 2349 # bit library on 64 bit systems when running this test. |
| 2349 ['use_gnome_keyring == 1 and target_arch=="x64"', { | 2350 ['use_gnome_keyring == 1 and target_arch=="x64"', { |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2905 'dependencies': [ | 2906 'dependencies': [ |
| 2906 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2907 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2907 ], | 2908 ], |
| 2908 }], | 2909 }], |
| 2909 ], | 2910 ], |
| 2910 }, | 2911 }, |
| 2911 ], | 2912 ], |
| 2912 }], | 2913 }], |
| 2913 ], # 'conditions' | 2914 ], # 'conditions' |
| 2914 } | 2915 } |
| OLD | NEW |