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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1444 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 1444 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
1445 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 1445 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
1446 '../ui/webui/resources/js/cr.js', | 1446 '../ui/webui/resources/js/cr.js', |
1447 | 1447 |
1448 ], | 1448 ], |
1449 }, | 1449 }, |
1450 'targets': [ | 1450 'targets': [ |
1451 { | 1451 { |
1452 # This target contains mocks and test utilities that don't belong in | 1452 # This target contains mocks and test utilities that don't belong in |
1453 # production libraries but are used by more than one test executable. | 1453 # production libraries but are used by more than one test executable. |
1454 # | |
1455 # GN version: //chrome/test:test_support | |
1456 'target_name': 'test_support_common', | 1454 'target_name': 'test_support_common', |
1457 'type': 'static_library', | 1455 'type': 'static_library', |
1458 'dependencies': [ | 1456 'dependencies': [ |
1459 # NOTE: New dependencies should generally be added in the OS!="ios" | 1457 # NOTE: New dependencies should generally be added in the OS!="ios" |
1460 # dependencies block below, rather than here. | 1458 # dependencies block below, rather than here. |
1461 'browser', | 1459 'browser', |
1462 'chrome_resources.gyp:chrome_resources', | 1460 'chrome_resources.gyp:chrome_resources', |
1463 'chrome_resources.gyp:chrome_strings', | 1461 'chrome_resources.gyp:chrome_strings', |
1464 'chrome_resources.gyp:theme_resources', | 1462 'chrome_resources.gyp:theme_resources', |
1465 'common', | 1463 'common', |
(...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2938 'dependencies': [ | 2936 'dependencies': [ |
2939 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2937 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2940 ], | 2938 ], |
2941 }], | 2939 }], |
2942 ], | 2940 ], |
2943 }, | 2941 }, |
2944 ], | 2942 ], |
2945 }], | 2943 }], |
2946 ], # 'conditions' | 2944 ], # 'conditions' |
2947 } | 2945 } |
OLD | NEW |