| 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| (...skipping 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2309 ], | 2309 ], |
| 2310 }], | 2310 }], |
| 2311 ['safe_browsing==1', { | 2311 ['safe_browsing==1', { |
| 2312 # TODO(sgurun): enable tests for safe_browsing==2. | 2312 # TODO(sgurun): enable tests for safe_browsing==2. |
| 2313 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)' ], | 2313 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)' ], |
| 2314 'defines': [ 'FULL_SAFE_BROWSING' ], | 2314 'defines': [ 'FULL_SAFE_BROWSING' ], |
| 2315 'dependencies': [ | 2315 'dependencies': [ |
| 2316 'ipc_protobuf_message_test_proto', | 2316 'ipc_protobuf_message_test_proto', |
| 2317 ], | 2317 ], |
| 2318 'conditions': [ | 2318 'conditions': [ |
| 2319 ['chromeos == 1', { | |
| 2320 'sources!': [ | |
| 2321 'browser/safe_browsing/download_protection_service_unittest.cc', | |
| 2322 ], | |
| 2323 }], | |
| 2324 ['OS == "android"', { | 2319 ['OS == "android"', { |
| 2325 'dependencies!': [ | 2320 'dependencies!': [ |
| 2326 'ipc_protobuf_message_test_proto', | 2321 'ipc_protobuf_message_test_proto', |
| 2327 ], | 2322 ], |
| 2328 'sources!': [ | 2323 'sources!': [ |
| 2329 # Android doesn't support download feedbacks. | 2324 # Android doesn't support download feedbacks. |
| 2330 'browser/safe_browsing/download_feedback_service_unittest.cc', | 2325 'browser/safe_browsing/download_feedback_service_unittest.cc', |
| 2331 'browser/safe_browsing/download_feedback_unittest.cc', | 2326 'browser/safe_browsing/download_feedback_unittest.cc', |
| 2332 'browser/safe_browsing/download_protection_service_unittest.cc', | 2327 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 2333 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 2328 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2791 'dependencies': [ | 2786 'dependencies': [ |
| 2792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2793 ], | 2788 ], |
| 2794 }], | 2789 }], |
| 2795 ], | 2790 ], |
| 2796 }, | 2791 }, |
| 2797 ], | 2792 ], |
| 2798 }], | 2793 }], |
| 2799 ], # 'conditions' | 2794 ], # 'conditions' |
| 2800 } | 2795 } |
| OLD | NEW |