| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'common/extension_api.cc', | 218 'common/extension_api.cc', |
| 219 ], | 219 ], |
| 220 }], | 220 }], |
| 221 ], | 221 ], |
| 222 }, | 222 }, |
| 223 { | 223 { |
| 224 'target_name': 'extensions_browser', | 224 'target_name': 'extensions_browser', |
| 225 'type': 'static_library', | 225 'type': 'static_library', |
| 226 'dependencies': [ | 226 'dependencies': [ |
| 227 '../components/components.gyp:keyed_service_content', | 227 '../components/components.gyp:keyed_service_content', |
| 228 '../components/components.gyp:pref_registry', |
| 228 '../components/components.gyp:usb_service', | 229 '../components/components.gyp:usb_service', |
| 229 '../components/components.gyp:user_prefs', | |
| 230 '../content/content.gyp:content_browser', | 230 '../content/content.gyp:content_browser', |
| 231 '../skia/skia.gyp:skia', | 231 '../skia/skia.gyp:skia', |
| 232 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 232 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 233 'common/api/api.gyp:extensions_api', | 233 'common/api/api.gyp:extensions_api', |
| 234 'extensions_common', | 234 'extensions_common', |
| 235 'extensions_strings.gyp:extensions_strings', | 235 'extensions_strings.gyp:extensions_strings', |
| 236 ], | 236 ], |
| 237 'include_dirs': [ | 237 'include_dirs': [ |
| 238 '..', | 238 '..', |
| 239 '<(INTERMEDIATE_DIR)', | 239 '<(INTERMEDIATE_DIR)', |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'test/test_extensions_client.cc', | 629 'test/test_extensions_client.cc', |
| 630 'test/test_extensions_client.h', | 630 'test/test_extensions_client.h', |
| 631 'test/test_permission_message_provider.cc', | 631 'test/test_permission_message_provider.cc', |
| 632 'test/test_permission_message_provider.h', | 632 'test/test_permission_message_provider.h', |
| 633 'test/test_permissions_provider.cc', | 633 'test/test_permissions_provider.cc', |
| 634 'test/test_permissions_provider.h', | 634 'test/test_permissions_provider.h', |
| 635 ], | 635 ], |
| 636 }, | 636 }, |
| 637 ] | 637 ] |
| 638 } | 638 } |
| OLD | NEW |