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

Side by Side Diff: components/components_tests.gypi

Issue 23606022: Move renderer plugin code into a new component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component - reply to comments and add namespace Created 7 years, 3 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 ['OS != "ios"', { 7 ['OS != "ios"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'components_unittests', 10 'target_name': 'components_unittests',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 # Dependencies of encryptor 51 # Dependencies of encryptor
52 'encryptor', 52 'encryptor',
53 53
54 # Dependencies of json_schema 54 # Dependencies of json_schema
55 'json_schema', 55 'json_schema',
56 56
57 # Dependencies of intercept_navigation_resource_throttle_unittest.cc 57 # Dependencies of intercept_navigation_resource_throttle_unittest.cc
58 '../content/content.gyp:test_support_content', 58 '../content/content.gyp:test_support_content',
59 '../skia/skia.gyp:skia', 59 '../skia/skia.gyp:skia',
60 'navigation_interception', 60 'navigation_interception',
61 61
62 # Dependencies of policy 62 # Dependencies of policy
63 'policy_component', 63 'policy_component',
64 64
65 # Dependencies of sessions 65 # Dependencies of sessions
66 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 66 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
67 'sessions', 67 'sessions',
68 'sessions_test_support', 68 'sessions_test_support',
69 69
70 # Dependencies of variations 70 # Dependencies of variations
71 'variations', 71 'variations',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)', 160 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo nents_unittests<(SHARED_LIB_SUFFIX)',
161 }, 161 },
162 'includes': [ '../build/apk_test.gypi' ], 162 'includes': [ '../build/apk_test.gypi' ],
163 }, 163 },
164 ], 164 ],
165 }], 165 }],
166 ], 166 ],
167 }], 167 }],
168 ], 168 ],
169 } 169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698