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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 396173002: Cleanup dependencies on device/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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_browser_ui.gypi ('k') | extensions/common/api/api.gyp » ('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 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 2032 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
2033 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 2033 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
2034 '../tools/json_schema_compiler/test/objects_unittest.cc', 2034 '../tools/json_schema_compiler/test/objects_unittest.cc',
2035 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 2035 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
2036 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 2036 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
2037 '../ui/webui/resources/js/cr.js', 2037 '../ui/webui/resources/js/cr.js',
2038 ], 2038 ],
2039 'conditions': [ 2039 'conditions': [
2040 ['OS!="ios"', { 2040 ['OS!="ios"', {
2041 'dependencies': [ 2041 'dependencies': [
2042 'common/extensions/api/api.gyp:chrome_api',
2042 '../components/components.gyp:autofill_content_test_support', 2043 '../components/components.gyp:autofill_content_test_support',
2043 '../components/components.gyp:component_metrics_proto', 2044 '../components/components.gyp:component_metrics_proto',
2044 '../components/components.gyp:data_reduction_proxy_test_support', 2045 '../components/components.gyp:data_reduction_proxy_test_support',
2045 '../components/components_strings.gyp:components_strings', 2046 '../components/components_strings.gyp:components_strings',
2046 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2047 '../extensions/extensions_resources.gyp:extensions_resources', 2047 '../extensions/extensions_resources.gyp:extensions_resources',
2048 '../extensions/extensions_strings.gyp:extensions_strings', 2048 '../extensions/extensions_strings.gyp:extensions_strings',
2049 '../gpu/gpu.gyp:gpu_unittest_utils', 2049 '../gpu/gpu.gyp:gpu_unittest_utils',
2050 '../media/media.gyp:media_test_support', 2050 '../media/media.gyp:media_test_support',
2051 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 2051 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
2052 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2052 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2053 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2053 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2054 '../third_party/libjingle/libjingle.gyp:libjingle', 2054 '../third_party/libjingle/libjingle.gyp:libjingle',
2055 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2055 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2056 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests', 2056 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j son_schema_compiler_tests',
2057 '../ui/gl/gl.gyp:gl', 2057 '../ui/gl/gl.gyp:gl',
2058 '../v8/tools/gyp/v8.gyp:v8', 2058 '../v8/tools/gyp/v8.gyp:v8',
2059 '../webkit/webkit_resources.gyp:webkit_resources', 2059 '../webkit/webkit_resources.gyp:webkit_resources',
2060 'common/extensions/api/api.gyp:chrome_api',
2061 ], 2060 ],
2062 # TODO(scr): Use this in browser_tests too. 2061 # TODO(scr): Use this in browser_tests too.
2063 'includes': [ 2062 'includes': [
2064 'js_unittest_rules.gypi', 2063 'js_unittest_rules.gypi',
2065 ], 2064 ],
2066 'include_dirs': [ 2065 'include_dirs': [
2067 '<(SHARED_INTERMEDIATE_DIR)/chrome', 2066 '<(SHARED_INTERMEDIATE_DIR)/chrome',
2068 ], 2067 ],
2069 }, { # OS=="ios" 2068 }, { # OS=="ios"
2070 'dependencies': [ 2069 'dependencies': [
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 'browser/search_engines/template_url_scraper_unittest.cc', 2558 'browser/search_engines/template_url_scraper_unittest.cc',
2560 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 2559 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
2561 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2560 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2562 'test/data/resource.rc', 2561 'test/data/resource.rc',
2563 '../skia/ext/vector_canvas_unittest.cc', 2562 '../skia/ext/vector_canvas_unittest.cc',
2564 ], 2563 ],
2565 }], 2564 }],
2566 ['OS!="android" and OS!="ios"', { 2565 ['OS!="android" and OS!="ios"', {
2567 'dependencies': [ 2566 'dependencies': [
2568 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib', 2567 'tools/profile_reset/jtl_compiler.gyp:jtl_compiler_lib',
2568 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2569 ], 2569 ],
2570 'sources!': [ 2570 'sources!': [
2571 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc', 2571 'browser/metrics/variations/variations_request_scheduler_mobile_unit test.cc',
2572 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc', 2572 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc',
2573 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h', 2573 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h',
2574 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' , 2574 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc' ,
2575 ], 2575 ],
2576 }], 2576 }],
2577 ['OS=="android"', { 2577 ['OS=="android"', {
2578 'dependencies!': [ 2578 'dependencies!': [
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
2937 'dependencies': [ 2937 'dependencies': [
2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2939 ], 2939 ],
2940 }], 2940 }],
2941 ], 2941 ],
2942 }, 2942 },
2943 ], 2943 ],
2944 }], 2944 }],
2945 ], # 'conditions' 2945 ], # 'conditions'
2946 } 2946 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | extensions/common/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698