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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15018020: Separate component resources into their own .grd file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge and fix docs Created 7 years, 7 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
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/tools/build/repack_locales.py » ('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 '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 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1812 '../webkit/fileapi/syncable/canned_syncable_file_system.cc', 1812 '../webkit/fileapi/syncable/canned_syncable_file_system.cc',
1813 '../webkit/fileapi/syncable/mock_sync_status_observer.cc', 1813 '../webkit/fileapi/syncable/mock_sync_status_observer.cc',
1814 '../webkit/fileapi/syncable/mock_sync_status_observer.h', 1814 '../webkit/fileapi/syncable/mock_sync_status_observer.h',
1815 '../webkit/quota/mock_storage_client.cc', 1815 '../webkit/quota/mock_storage_client.cc',
1816 '../webkit/quota/mock_storage_client.h', 1816 '../webkit/quota/mock_storage_client.h',
1817 ], 1817 ],
1818 'conditions': [ 1818 'conditions': [
1819 ['OS!="ios"', { 1819 ['OS!="ios"', {
1820 'dependencies': [ 1820 'dependencies': [
1821 'common/extensions/api/api.gyp:api', 1821 'common/extensions/api/api.gyp:api',
1822 '../components/component_resources.gyp:component_resources',
1822 '../device/device.gyp:device_bluetooth_mocks', 1823 '../device/device.gyp:device_bluetooth_mocks',
1823 '../gpu/gpu.gyp:gpu_unittest_utils', 1824 '../gpu/gpu.gyp:gpu_unittest_utils',
1824 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1825 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1825 '../third_party/cld/cld.gyp:cld', 1826 '../third_party/cld/cld.gyp:cld',
1826 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1827 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1827 '../third_party/libjingle/libjingle.gyp:libjingle', 1828 '../third_party/libjingle/libjingle.gyp:libjingle',
1828 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1829 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1829 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 1830 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
1830 '../ui/gl/gl.gyp:gl', 1831 '../ui/gl/gl.gyp:gl',
1831 '../v8/tools/gyp/v8.gyp:v8', 1832 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
2519 # more details. 2520 # more details.
2520 'DebugInformationFormat': '3', 2521 'DebugInformationFormat': '3',
2521 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2522 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2522 }, 2523 },
2523 }, 2524 },
2524 }, 2525 },
2525 ], 2526 ],
2526 }], 2527 }],
2527 ], # 'conditions' 2528 ], # 'conditions'
2528 } 2529 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698