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 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2333 # TODO(zturner): Enable this on Windows. See | 2333 # TODO(zturner): Enable this on Windows. See |
2334 # BrowserWithTestWindowTest::SetUp() for a comment explaining why | 2334 # BrowserWithTestWindowTest::SetUp() for a comment explaining why |
2335 # this is broken. | 2335 # this is broken. |
2336 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', | 2336 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', |
2337 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2337 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
2338 ], | 2338 ], |
2339 }], | 2339 }], |
2340 ['use_x11==1', { | 2340 ['use_x11==1', { |
2341 'dependencies': [ | 2341 'dependencies': [ |
2342 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2342 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2343 '../ui/events/devices/events_devices.gyp:events_devices', |
2343 ], | 2344 ], |
2344 }], | 2345 }], |
2345 ['OS=="linux"', { | 2346 ['OS=="linux"', { |
2346 'dependencies': [ | 2347 'dependencies': [ |
2347 '../build/linux/system.gyp:ssl', | 2348 '../build/linux/system.gyp:ssl', |
2348 ], | 2349 ], |
2349 }], | 2350 }], |
2350 # Only add this test for 64 bit builds because otherwise we need the 32 | 2351 # Only add this test for 64 bit builds because otherwise we need the 32 |
2351 # bit library on 64 bit systems when running this test. | 2352 # bit library on 64 bit systems when running this test. |
2352 ['use_gnome_keyring == 1 and target_arch=="x64"', { | 2353 ['use_gnome_keyring == 1 and target_arch=="x64"', { |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2912 'dependencies': [ | 2913 'dependencies': [ |
2913 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2914 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2914 ], | 2915 ], |
2915 }], | 2916 }], |
2916 ], | 2917 ], |
2917 }, | 2918 }, |
2918 ], | 2919 ], |
2919 }], | 2920 }], |
2920 ], # 'conditions' | 2921 ], # 'conditions' |
2921 } | 2922 } |
OLD | NEW |