OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 'common/extension_api.cc', | 215 'common/extension_api.cc', |
216 ], | 216 ], |
217 }], | 217 }], |
218 ], | 218 ], |
219 }, | 219 }, |
220 { | 220 { |
221 'target_name': 'extensions_browser', | 221 'target_name': 'extensions_browser', |
222 'type': 'static_library', | 222 'type': 'static_library', |
223 'dependencies': [ | 223 'dependencies': [ |
224 '../components/components.gyp:keyed_service_content', | 224 '../components/components.gyp:keyed_service_content', |
| 225 '../components/components.gyp:pref_registry', |
225 '../components/components.gyp:usb_service', | 226 '../components/components.gyp:usb_service', |
226 '../content/content.gyp:content_browser', | 227 '../content/content.gyp:content_browser', |
227 '../skia/skia.gyp:skia', | 228 '../skia/skia.gyp:skia', |
228 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 229 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
229 'common/api/api.gyp:extensions_api', | 230 'common/api/api.gyp:extensions_api', |
230 'extensions_common', | 231 'extensions_common', |
231 'extensions_strings.gyp:extensions_strings', | 232 'extensions_strings.gyp:extensions_strings', |
232 ], | 233 ], |
233 'include_dirs': [ | 234 'include_dirs': [ |
234 '..', | 235 '..', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 'test/test_extensions_client.cc', | 613 'test/test_extensions_client.cc', |
613 'test/test_extensions_client.h', | 614 'test/test_extensions_client.h', |
614 'test/test_permission_message_provider.cc', | 615 'test/test_permission_message_provider.cc', |
615 'test/test_permission_message_provider.h', | 616 'test/test_permission_message_provider.h', |
616 'test/test_permissions_provider.cc', | 617 'test/test_permissions_provider.cc', |
617 'test/test_permissions_provider.h', | 618 'test/test_permissions_provider.h', |
618 ], | 619 ], |
619 }, | 620 }, |
620 ] | 621 ] |
621 } | 622 } |
OLD | NEW |