| OLD | NEW |
| 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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1411 # TODO(yael): Move to //components/components_tests.gypi once | 1411 # TODO(yael): Move to //components/components_tests.gypi once |
| 1412 # nacl_defines is moved out of chrome.gyp into a common place. | 1412 # nacl_defines is moved out of chrome.gyp into a common place. |
| 1413 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | 1413 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
| 1414 '../components/nacl/loader/nacl_validation_query_unittest.cc', | 1414 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
| 1415 | 1415 |
| 1416 '../components/search_engines/template_url_fetcher_unittest.cc', | 1416 '../components/search_engines/template_url_fetcher_unittest.cc', |
| 1417 '../components/search_engines/template_url_parser_unittest.cc', | 1417 '../components/search_engines/template_url_parser_unittest.cc', |
| 1418 '../components/search_engines/template_url_service_sync_unittest.cc', | 1418 '../components/search_engines/template_url_service_sync_unittest.cc', |
| 1419 '../components/search_engines/template_url_service_unittest.cc', | 1419 '../components/search_engines/template_url_service_unittest.cc', |
| 1420 | 1420 |
| 1421 '../skia/ext/analysis_canvas_unittest.cc', | |
| 1422 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | |
| 1423 '../skia/ext/convolver_unittest.cc', | |
| 1424 '../skia/ext/image_operations_unittest.cc', | |
| 1425 '../skia/ext/pixel_ref_utils_unittest.cc', | |
| 1426 '../skia/ext/platform_canvas_unittest.cc', | |
| 1427 '../skia/ext/recursive_gaussian_convolution_unittest.cc', | |
| 1428 '../skia/ext/refptr_unittest.cc', | |
| 1429 '../skia/ext/skia_utils_ios_unittest.mm', | |
| 1430 '../skia/ext/skia_utils_mac_unittest.mm', | |
| 1431 '../skia/ext/vector_canvas_unittest.cc', | |
| 1432 '../testing/gtest_mac_unittest.mm', | 1421 '../testing/gtest_mac_unittest.mm', |
| 1433 '../third_party/zlib/google/zip_reader_unittest.cc', | 1422 '../third_party/zlib/google/zip_reader_unittest.cc', |
| 1434 '../third_party/zlib/google/zip_unittest.cc', | 1423 '../third_party/zlib/google/zip_unittest.cc', |
| 1435 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 1424 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
| 1436 '../tools/json_schema_compiler/test/any_unittest.cc', | 1425 '../tools/json_schema_compiler/test/any_unittest.cc', |
| 1437 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 1426 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
| 1438 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 1427 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
| 1439 '../tools/json_schema_compiler/test/choices_unittest.cc', | 1428 '../tools/json_schema_compiler/test/choices_unittest.cc', |
| 1440 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 1429 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
| 1441 '../tools/json_schema_compiler/test/enums_unittest.cc', | 1430 '../tools/json_schema_compiler/test/enums_unittest.cc', |
| (...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2471 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2460 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 2472 }], | 2461 }], |
| 2473 ['OS!="mac" and OS!="ios"', { | 2462 ['OS!="mac" and OS!="ios"', { |
| 2474 'dependencies': [ | 2463 'dependencies': [ |
| 2475 '../third_party/hunspell/hunspell.gyp:hunspell', | 2464 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2476 'chrome_resources.gyp:packed_extra_resources', | 2465 'chrome_resources.gyp:packed_extra_resources', |
| 2477 'chrome_resources.gyp:packed_resources', | 2466 'chrome_resources.gyp:packed_resources', |
| 2478 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', | 2467 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', |
| 2479 ], | 2468 ], |
| 2480 }], | 2469 }], |
| 2481 ['OS!="win" and OS!="mac"', { | |
| 2482 'sources!': [ | |
| 2483 '../skia/ext/platform_canvas_unittest.cc', | |
| 2484 ], | |
| 2485 }], | |
| 2486 ['OS=="win" or OS=="mac"', { | 2470 ['OS=="win" or OS=="mac"', { |
| 2487 'sources': [ | 2471 'sources': [ |
| 2488 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', | 2472 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', |
| 2489 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', | 2473 'browser/media_galleries/fileapi/picasa_file_util_unittest.cc', |
| 2490 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', | 2474 'common/extensions/api/networking_private/networking_private_crypto_
unittest.cc', |
| 2491 'utility/media_galleries/itunes_library_parser_unittest.cc', | 2475 'utility/media_galleries/itunes_library_parser_unittest.cc', |
| 2492 'utility/media_galleries/picasa_album_table_reader_unittest.cc', | 2476 'utility/media_galleries/picasa_album_table_reader_unittest.cc', |
| 2493 'utility/media_galleries/picasa_albums_indexer_unittest.cc', | 2477 'utility/media_galleries/picasa_albums_indexer_unittest.cc', |
| 2494 'utility/media_galleries/pmp_column_reader_unittest.cc', | 2478 'utility/media_galleries/pmp_column_reader_unittest.cc', |
| 2495 ], | 2479 ], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2554 '-lurlmon.lib', | 2538 '-lurlmon.lib', |
| 2555 '-lwinmm.lib', | 2539 '-lwinmm.lib', |
| 2556 ], | 2540 ], |
| 2557 }, | 2541 }, |
| 2558 }, { # else: OS != "win" | 2542 }, { # else: OS != "win" |
| 2559 'sources!': [ | 2543 'sources!': [ |
| 2560 'app/chrome_dll.rc', | 2544 'app/chrome_dll.rc', |
| 2561 'browser/search_engines/template_url_scraper_unittest.cc', | 2545 'browser/search_engines/template_url_scraper_unittest.cc', |
| 2562 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 2546 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
| 2563 'test/data/resource.rc', | 2547 'test/data/resource.rc', |
| 2564 '../skia/ext/vector_canvas_unittest.cc', | |
| 2565 ], | 2548 ], |
| 2566 }], | 2549 }], |
| 2567 ['OS=="android" or OS=="ios"', { | 2550 ['OS=="android" or OS=="ios"', { |
| 2568 'sources!': [ | 2551 'sources!': [ |
| 2569 'browser/devtools/device/webrtc/devtools_bridge_instances_request_un
ittest.cc', | 2552 'browser/devtools/device/webrtc/devtools_bridge_instances_request_un
ittest.cc', |
| 2570 'browser/ui/sync/sync_promo_ui_unittest.cc', | 2553 'browser/ui/sync/sync_promo_ui_unittest.cc', |
| 2571 ], | 2554 ], |
| 2572 }, { # 'OS!="android" and OS!="ios"' | 2555 }, { # 'OS!="android" and OS!="ios"' |
| 2573 'dependencies': [ | 2556 'dependencies': [ |
| 2574 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib', | 2557 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib', |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2953 'dependencies': [ | 2936 'dependencies': [ |
| 2954 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2955 ], | 2938 ], |
| 2956 }], | 2939 }], |
| 2957 ], | 2940 ], |
| 2958 }, | 2941 }, |
| 2959 ], | 2942 ], |
| 2960 }], | 2943 }], |
| 2961 ], # 'conditions' | 2944 ], # 'conditions' |
| 2962 } | 2945 } |
| OLD | NEW |