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

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 ChromeOS unit tests. Created 6 years 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 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after
2475 }], 2475 }],
2476 ['OS!="win" and OS!="mac"', { 2476 ['OS!="win" and OS!="mac"', {
2477 'sources!': [ 2477 'sources!': [
2478 '../skia/ext/platform_canvas_unittest.cc', 2478 '../skia/ext/platform_canvas_unittest.cc',
2479 ], 2479 ],
2480 }], 2480 }],
2481 ['OS=="win" or OS=="mac"', { 2481 ['OS=="win" or OS=="mac"', {
2482 'sources': [ 2482 'sources': [
2483 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2483 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
2484 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', 2484 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc',
2485 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2486 'utility/media_galleries/itunes_library_parser_unittest.cc', 2485 'utility/media_galleries/itunes_library_parser_unittest.cc',
2487 'utility/media_galleries/picasa_album_table_reader_unittest.cc', 2486 'utility/media_galleries/picasa_album_table_reader_unittest.cc',
2488 'utility/media_galleries/picasa_albums_indexer_unittest.cc', 2487 'utility/media_galleries/picasa_albums_indexer_unittest.cc',
2489 'utility/media_galleries/pmp_column_reader_unittest.cc', 2488 'utility/media_galleries/pmp_column_reader_unittest.cc',
2490 ], 2489 ],
2491 }], 2490 }],
2491 ['OS=="win" or OS=="mac" or chromeos==1', {
2492 'sources': [
2493 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
2494 ],
2495 }],
2492 ['enable_rlz!=0', { 2496 ['enable_rlz!=0', {
2493 'dependencies': [ 2497 'dependencies': [
2494 '../rlz/rlz.gyp:test_support_rlz', 2498 '../rlz/rlz.gyp:test_support_rlz',
2495 ], 2499 ],
2496 }, { # enable_rlz==0 2500 }, { # enable_rlz==0
2497 'sources!': [ 2501 'sources!': [
2498 'browser/rlz/rlz_unittest.cc', 2502 'browser/rlz/rlz_unittest.cc',
2499 ], 2503 ],
2500 }], 2504 }],
2501 ['OS=="win" and component!="shared_library"', { 2505 ['OS=="win" and component!="shared_library"', {
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2949 'dependencies': [ 2953 'dependencies': [
2950 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2954 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2951 ], 2955 ],
2952 }], 2956 }],
2953 ], 2957 ],
2954 }, 2958 },
2955 ], 2959 ],
2956 }], 2960 }],
2957 ], # 'conditions' 2961 ], # 'conditions'
2958 } 2962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698