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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile as static_library instead of component 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('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 '../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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 # TODO(yael): Move to //components/components_tests.gypi once 1413 # TODO(yael): Move to //components/components_tests.gypi once
1414 # nacl_defines is moved out of chrome.gyp into a common place. 1414 # nacl_defines is moved out of chrome.gyp into a common place.
1415 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', 1415 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc',
1416 '../components/nacl/loader/nacl_validation_query_unittest.cc', 1416 '../components/nacl/loader/nacl_validation_query_unittest.cc',
1417 1417
1418 '../components/search_engines/template_url_fetcher_unittest.cc', 1418 '../components/search_engines/template_url_fetcher_unittest.cc',
1419 '../components/search_engines/template_url_parser_unittest.cc', 1419 '../components/search_engines/template_url_parser_unittest.cc',
1420 '../components/search_engines/template_url_service_sync_unittest.cc', 1420 '../components/search_engines/template_url_service_sync_unittest.cc',
1421 '../components/search_engines/template_url_service_unittest.cc', 1421 '../components/search_engines/template_url_service_unittest.cc',
1422 1422
1423 '../components/webdata/common/web_data_service_test_util.cc',
1424 '../components/webdata/common/web_data_service_test_util.h',
1425
1426 '../skia/ext/analysis_canvas_unittest.cc', 1423 '../skia/ext/analysis_canvas_unittest.cc',
1427 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 1424 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
1428 '../skia/ext/convolver_unittest.cc', 1425 '../skia/ext/convolver_unittest.cc',
1429 '../skia/ext/image_operations_unittest.cc', 1426 '../skia/ext/image_operations_unittest.cc',
1430 '../skia/ext/pixel_ref_utils_unittest.cc', 1427 '../skia/ext/pixel_ref_utils_unittest.cc',
1431 '../skia/ext/platform_canvas_unittest.cc', 1428 '../skia/ext/platform_canvas_unittest.cc',
1432 '../skia/ext/recursive_gaussian_convolution_unittest.cc', 1429 '../skia/ext/recursive_gaussian_convolution_unittest.cc',
1433 '../skia/ext/refptr_unittest.cc', 1430 '../skia/ext/refptr_unittest.cc',
1434 '../skia/ext/skia_utils_ios_unittest.mm', 1431 '../skia/ext/skia_utils_ios_unittest.mm',
1435 '../skia/ext/skia_utils_mac_unittest.mm', 1432 '../skia/ext/skia_utils_mac_unittest.mm',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 ], 1977 ],
1981 }, 1978 },
1982 }, 1979 },
1983 'sources': [ '<@(chrome_unit_tests_sources)' ], 1980 'sources': [ '<@(chrome_unit_tests_sources)' ],
1984 'conditions': [ 1981 'conditions': [
1985 ['OS!="ios"', { 1982 ['OS!="ios"', {
1986 'dependencies': [ 1983 'dependencies': [
1987 '../components/components.gyp:autofill_content_test_support', 1984 '../components/components.gyp:autofill_content_test_support',
1988 '../components/components.gyp:component_metrics_proto', 1985 '../components/components.gyp:component_metrics_proto',
1989 '../components/components.gyp:data_reduction_proxy_test_support', 1986 '../components/components.gyp:data_reduction_proxy_test_support',
1987 '../components/components.gyp:webdata_services_test_support',
1990 '../components/components_strings.gyp:components_strings', 1988 '../components/components_strings.gyp:components_strings',
1991 '../content/app/resources/content_resources.gyp:content_resources', 1989 '../content/app/resources/content_resources.gyp:content_resources',
1992 '../gpu/gpu.gyp:gpu_unittest_utils', 1990 '../gpu/gpu.gyp:gpu_unittest_utils',
1993 '../media/media.gyp:media_test_support', 1991 '../media/media.gyp:media_test_support',
1994 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1992 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1995 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1993 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1996 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 1994 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
1997 '../third_party/libjingle/libjingle.gyp:libjingle', 1995 '../third_party/libjingle/libjingle.gyp:libjingle',
1998 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1996 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1999 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 1997 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2946 'dependencies': [ 2944 'dependencies': [
2947 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2945 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2948 ], 2946 ],
2949 }], 2947 }],
2950 ], 2948 ],
2951 }, 2949 },
2952 ], 2950 ],
2953 }], 2951 }],
2954 ], # 'conditions' 2952 ], # 'conditions'
2955 } 2953 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698