| 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'test/test_extensions_client.cc', | 623 'test/test_extensions_client.cc', |
| 624 'test/test_extensions_client.h', | 624 'test/test_extensions_client.h', |
| 625 'test/test_permission_message_provider.cc', | 625 'test/test_permission_message_provider.cc', |
| 626 'test/test_permission_message_provider.h', | 626 'test/test_permission_message_provider.h', |
| 627 'test/test_permissions_provider.cc', | 627 'test/test_permissions_provider.cc', |
| 628 'test/test_permissions_provider.h', | 628 'test/test_permissions_provider.h', |
| 629 ], | 629 ], |
| 630 }, | 630 }, |
| 631 ] | 631 ] |
| 632 } | 632 } |
| OLD | NEW |