OLD | NEW |
---|---|
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 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
83 # Dependencies of json_schema | 83 # Dependencies of json_schema |
84 'components.gyp:json_schema', | 84 'components.gyp:json_schema', |
85 | 85 |
86 # Dependencies of intercept_navigation_resource_throttle_unittest.cc | 86 # Dependencies of intercept_navigation_resource_throttle_unittest.cc |
87 '../content/content_shell_and_tests.gyp:test_support_content', | 87 '../content/content_shell_and_tests.gyp:test_support_content', |
88 '../skia/skia.gyp:skia', | 88 '../skia/skia.gyp:skia', |
89 'components.gyp:navigation_interception', | 89 'components.gyp:navigation_interception', |
90 | 90 |
91 # Dependencies of policy | 91 # Dependencies of policy |
92 'components.gyp:policy_component', | 92 'components.gyp:policy_component', |
93 'components.gyp:policy_test_support', | |
Joao da Silva
2013/11/28 07:59:36
Must be conditionally included on configuration_po
dconnelly
2013/11/29 10:52:26
Done.
| |
93 | 94 |
94 # Dependencies of precache | 95 # Dependencies of precache |
95 'components.gyp:precache_core', | 96 'components.gyp:precache_core', |
96 'components.gyp:precache_core_proto', | 97 'components.gyp:precache_core_proto', |
97 | 98 |
98 # Dependencies of sessions | 99 # Dependencies of sessions |
99 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 100 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
100 'components.gyp:sessions', | 101 'components.gyp:sessions', |
101 'components.gyp:sessions_test_support', | 102 'components.gyp:sessions_test_support', |
102 | 103 |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
302 'dependencies': [ | 303 'dependencies': [ |
303 '../base/allocator/allocator.gyp:allocator', | 304 '../base/allocator/allocator.gyp:allocator', |
304 ], | 305 ], |
305 }], | 306 }], |
306 ], | 307 ], |
307 }, | 308 }, |
308 ], | 309 ], |
309 }], | 310 }], |
310 ], | 311 ], |
311 } | 312 } |
OLD | NEW |