| 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 2295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2306 # Android does not use the Message Center notification system. | 2306 # Android does not use the Message Center notification system. |
| 2307 'browser/notifications/message_center_notifications_unittest.cc'
, | 2307 'browser/notifications/message_center_notifications_unittest.cc'
, |
| 2308 'browser/notifications/message_center_settings_controller_unitte
st.cc', | 2308 'browser/notifications/message_center_settings_controller_unitte
st.cc', |
| 2309 ], | 2309 ], |
| 2310 }], | 2310 }], |
| 2311 ], | 2311 ], |
| 2312 }], | 2312 }], |
| 2313 ['safe_browsing==1', { | 2313 ['safe_browsing==1', { |
| 2314 # TODO(sgurun): enable tests for safe_browsing==2. | 2314 # TODO(sgurun): enable tests for safe_browsing==2. |
| 2315 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)' ], | 2315 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)' ], |
| 2316 'defines': [ 'FULL_SAFE_BROWSING' ], | |
| 2317 'dependencies': [ | 2316 'dependencies': [ |
| 2318 'ipc_protobuf_message_test_proto', | 2317 'ipc_protobuf_message_test_proto', |
| 2319 ], | 2318 ], |
| 2320 'conditions': [ | 2319 'conditions': [ |
| 2321 ['OS == "android"', { | 2320 ['OS == "android"', { |
| 2322 'dependencies!': [ | 2321 'dependencies!': [ |
| 2323 'ipc_protobuf_message_test_proto', | 2322 'ipc_protobuf_message_test_proto', |
| 2324 ], | 2323 ], |
| 2325 'sources!': [ | 2324 'sources!': [ |
| 2326 # Android doesn't support download feedbacks. | 2325 # Android doesn't support download feedbacks. |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2789 'dependencies': [ | 2788 'dependencies': [ |
| 2790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2789 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2791 ], | 2790 ], |
| 2792 }], | 2791 }], |
| 2793 ], | 2792 ], |
| 2794 }, | 2793 }, |
| 2795 ], | 2794 ], |
| 2796 }], | 2795 }], |
| 2797 ], # 'conditions' | 2796 ], # 'conditions' |
| 2798 } | 2797 } |
| OLD | NEW |