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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 19706002: Remove plugin_list.h includes from chrome tests in preparation for moving webkit/plugins to content… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix posix tests Created 7 years, 5 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_tests.gypi ('k') | content/browser/plugin_service_impl.h » ('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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1922 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1923 '../gpu/gpu.gyp:gpu_unittest_utils', 1923 '../gpu/gpu.gyp:gpu_unittest_utils',
1924 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 1924 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
1925 '../third_party/cld/cld.gyp:cld', 1925 '../third_party/cld/cld.gyp:cld',
1926 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1926 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1927 '../third_party/libjingle/libjingle.gyp:libjingle', 1927 '../third_party/libjingle/libjingle.gyp:libjingle',
1928 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1928 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1929 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 1929 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
1930 '../ui/gl/gl.gyp:gl', 1930 '../ui/gl/gl.gyp:gl',
1931 '../v8/tools/gyp/v8.gyp:v8', 1931 '../v8/tools/gyp/v8.gyp:v8',
1932 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list',
1933 '../webkit/webkit_resources.gyp:webkit_resources', 1932 '../webkit/webkit_resources.gyp:webkit_resources',
1934 ], 1933 ],
1935 # TODO(scr): Use this in browser_tests too. 1934 # TODO(scr): Use this in browser_tests too.
1936 'includes': [ 1935 'includes': [
1937 'js_unittest_rules.gypi', 1936 'js_unittest_rules.gypi',
1938 ], 1937 ],
1939 'include_dirs': [ 1938 'include_dirs': [
1940 '<(SHARED_INTERMEDIATE_DIR)/chrome', 1939 '<(SHARED_INTERMEDIATE_DIR)/chrome',
1941 ], 1940 ],
1942 }, { # OS=="ios" 1941 }, { # OS=="ios"
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2660 # more details. 2659 # more details.
2661 'DebugInformationFormat': '3', 2660 'DebugInformationFormat': '3',
2662 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2661 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2663 }, 2662 },
2664 }, 2663 },
2665 }, 2664 },
2666 ], 2665 ],
2667 }], 2666 }],
2668 ], # 'conditions' 2667 ], # 'conditions'
2669 } 2668 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/browser/plugin_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698