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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 792353002: Refactoring of Cast-related crypto code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed typo from https://codereview.chromium.org/747223002 Created 5 years, 11 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_common.gypi ('k') | chrome/common/BUILD.gn » ('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 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 'dependencies': [ 2419 'dependencies': [
2420 '../third_party/hunspell/hunspell.gyp:hunspell', 2420 '../third_party/hunspell/hunspell.gyp:hunspell',
2421 'chrome_resources.gyp:packed_extra_resources', 2421 'chrome_resources.gyp:packed_extra_resources',
2422 'chrome_resources.gyp:packed_resources', 2422 'chrome_resources.gyp:packed_resources',
2423 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', 2423 'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
2424 ], 2424 ],
2425 }], 2425 }],
2426 ['OS=="win" or OS=="mac"', { 2426 ['OS=="win" or OS=="mac"', {
2427 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], 2427 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ],
2428 }], 2428 }],
2429 ['OS=="win" or OS=="mac" or chromeos==1', {
2430 'sources': [
2431 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2432 ],
2433 }],
2429 ['enable_rlz!=0', { 2434 ['enable_rlz!=0', {
2430 'dependencies': [ 2435 'dependencies': [
2431 '../rlz/rlz.gyp:test_support_rlz', 2436 '../rlz/rlz.gyp:test_support_rlz',
2432 ], 2437 ],
2433 }, { # enable_rlz==0 2438 }, { # enable_rlz==0
2434 'sources!': [ 2439 'sources!': [
2435 'browser/rlz/rlz_unittest.cc', 2440 'browser/rlz/rlz_unittest.cc',
2436 ], 2441 ],
2437 }], 2442 }],
2438 ['OS=="win" and component!="shared_library"', { 2443 ['OS=="win" and component!="shared_library"', {
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
2750 'dependencies': [ 2755 'dependencies': [
2751 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2756 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2752 ], 2757 ],
2753 }], 2758 }],
2754 ], 2759 ],
2755 }, 2760 },
2756 ], 2761 ],
2757 }], 2762 }],
2758 ], # 'conditions' 2763 ], # 'conditions'
2759 } 2764 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698