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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 239543005: Introduce extensions_strings.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move localized strings Created 6 years, 8 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 | Annotate | Revision Log
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 '../webkit/browser/quota/mock_storage_client.cc', 1966 '../webkit/browser/quota/mock_storage_client.cc',
1967 '../webkit/browser/quota/mock_storage_client.h', 1967 '../webkit/browser/quota/mock_storage_client.h',
1968 ], 1968 ],
1969 'conditions': [ 1969 'conditions': [
1970 ['OS!="ios"', { 1970 ['OS!="ios"', {
1971 'dependencies': [ 1971 'dependencies': [
1972 '../components/components.gyp:autofill_content_test_support', 1972 '../components/components.gyp:autofill_content_test_support',
1973 '../components/components.gyp:data_reduction_proxy_test_support', 1973 '../components/components.gyp:data_reduction_proxy_test_support',
1974 '../components/components_strings.gyp:components_strings', 1974 '../components/components_strings.gyp:components_strings',
1975 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1975 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1976 '../extensions/extensions_strings.gyp:extensions_strings',
1976 '../gpu/gpu.gyp:gpu_unittest_utils', 1977 '../gpu/gpu.gyp:gpu_unittest_utils',
1977 '../media/media.gyp:media_test_support', 1978 '../media/media.gyp:media_test_support',
1978 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1979 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1979 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1980 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1980 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 1981 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
1981 '../third_party/libjingle/libjingle.gyp:libjingle', 1982 '../third_party/libjingle/libjingle.gyp:libjingle',
1982 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1983 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1983 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 1984 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
1984 '../ui/gl/gl.gyp:gl', 1985 '../ui/gl/gl.gyp:gl',
1985 '../v8/tools/gyp/v8.gyp:v8', 1986 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
2840 'browser/ui/app_list/test/fake_profile_store.h', 2841 'browser/ui/app_list/test/fake_profile_store.h',
2841 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2842 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2842 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2843 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2843 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2844 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2844 ], 2845 ],
2845 }, 2846 },
2846 ], 2847 ],
2847 }], 2848 }],
2848 ], # 'conditions' 2849 ], # 'conditions'
2849 } 2850 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698