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

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: Fixes in response to comments by mfoltz 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
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 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 2470 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 }], 2481 }],
2482 ['OS!="win" and OS!="mac"', { 2482 ['OS!="win" and OS!="mac"', {
2483 'sources!': [ 2483 'sources!': [
2484 '../skia/ext/platform_canvas_unittest.cc', 2484 '../skia/ext/platform_canvas_unittest.cc',
2485 ], 2485 ],
2486 }], 2486 }],
2487 ['OS=="win" or OS=="mac"', { 2487 ['OS=="win" or OS=="mac"', {
2488 'sources': [ 2488 'sources': [
2489 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2489 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2490 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', 2490 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
2491 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2492 'utility/media_galleries/itunes_library_parser_unittest.cc', 2491 'utility/media_galleries/itunes_library_parser_unittest.cc',
2493 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2492 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2494 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2493 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2495 'utility/media_galleries/pmp_column_reader_unittest.cc', 2494 'utility/media_galleries/pmp_column_reader_unittest.cc',
2496 ], 2495 ],
2497 }], 2496 }],
2497 ['OS=="win" or OS=="mac" or chromeos==1', {
2498 'sources': [
2499 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2500 ],
2501 }],
2498 ['enable_rlz!=0', { 2502 ['enable_rlz!=0', {
2499 'dependencies': [ 2503 'dependencies': [
2500 '../rlz/rlz.gyp:test_support_rlz', 2504 '../rlz/rlz.gyp:test_support_rlz',
2501 ], 2505 ],
2502 }, { # enable_rlz==0 2506 }, { # enable_rlz==0
2503 'sources!': [ 2507 'sources!': [
2504 'browser/rlz/rlz_unittest.cc', 2508 'browser/rlz/rlz_unittest.cc',
2505 ], 2509 ],
2506 }], 2510 }],
2507 ['OS=="win" and component!="shared_library"', { 2511 ['OS=="win" and component!="shared_library"', {
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2955 'dependencies': [ 2959 'dependencies': [
2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2960 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2957 ], 2961 ],
2958 }], 2962 }],
2959 ], 2963 ],
2960 }, 2964 },
2961 ], 2965 ],
2962 }], 2966 }],
2963 ], # 'conditions' 2967 ], # 'conditions'
2964 } 2968 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698