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

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: rebase again to fix collision 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2294 # Android does not use the Message Center notification system. 2294 # Android does not use the Message Center notification system.
2295 'browser/notifications/message_center_notifications_unittest.cc' , 2295 'browser/notifications/message_center_notifications_unittest.cc' ,
2296 'browser/notifications/message_center_settings_controller_unitte st.cc', 2296 'browser/notifications/message_center_settings_controller_unitte st.cc',
2297 ], 2297 ],
2298 }], 2298 }],
2299 ], 2299 ],
2300 }], 2300 }],
2301 ['safe_browsing==1', { 2301 ['safe_browsing==1', {
2302 # TODO(sgurun): enable tests for safe_browsing==2. 2302 # TODO(sgurun): enable tests for safe_browsing==2.
2303 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)' ], 2303 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)' ],
2304 'defines': [ 'FULL_SAFE_BROWSING' ],
2305 'dependencies': [ 2304 'dependencies': [
2306 'ipc_protobuf_message_test_proto', 2305 'ipc_protobuf_message_test_proto',
2307 ], 2306 ],
2308 'conditions': [ 2307 'conditions': [
2309 ['OS == "android"', { 2308 ['OS == "android"', {
2310 'dependencies!': [ 2309 'dependencies!': [
2311 'ipc_protobuf_message_test_proto', 2310 'ipc_protobuf_message_test_proto',
2312 ], 2311 ],
2313 'sources!': [ 2312 'sources!': [
2314 # Android doesn't support download feedbacks. 2313 # Android doesn't support download feedbacks.
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2777 'dependencies': [ 2776 'dependencies': [
2778 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2779 ], 2778 ],
2780 }], 2779 }],
2781 ], 2780 ],
2782 }, 2781 },
2783 ], 2782 ],
2784 }], 2783 }],
2785 ], # 'conditions' 2784 ], # 'conditions'
2786 } 2785 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698