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

Side by Side Diff: components/components_tests.gypi

Issue 27197004: Move renderer plugin code into a new component (re-land) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component (re-land) - fix use after free Created 7 years, 2 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['android_webview_build == 0', { 7 ['android_webview_build == 0', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'components_unittests', 10 'target_name': 'components_unittests',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # Dependencies of encryptor 63 # Dependencies of encryptor
64 'encryptor', 64 'encryptor',
65 65
66 # Dependencies of json_schema 66 # Dependencies of json_schema
67 'json_schema', 67 'json_schema',
68 68
69 # Dependencies of intercept_navigation_resource_throttle_unittest.cc 69 # Dependencies of intercept_navigation_resource_throttle_unittest.cc
70 '../content/content.gyp:test_support_content', 70 '../content/content.gyp:test_support_content',
71 '../skia/skia.gyp:skia', 71 '../skia/skia.gyp:skia',
72 'navigation_interception', 72 'navigation_interception',
73 73
74 # Dependencies of policy 74 # Dependencies of policy
75 'policy_component', 75 'policy_component',
76 76
77 # Dependencies of sessions 77 # Dependencies of sessions
78 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 78 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
79 'sessions', 79 'sessions',
80 'sessions_test_support', 80 'sessions_test_support',
81 81
82 # Dependencies of translate. 82 # Dependencies of translate.
83 'translate_common', 83 'translate_common',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)', 191 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)',
192 }, 192 },
193 'includes': [ '../build/apk_test.gypi' ], 193 'includes': [ '../build/apk_test.gypi' ],
194 }, 194 },
195 ], 195 ],
196 }], 196 }],
197 ], 197 ],
198 }], 198 }],
199 ], 199 ],
200 } 200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698