Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1081403002: Refactor safe-browsing build-config definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN includes for renderer/ Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698