| 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 'includes': [ | 6 'includes': [ |
| 7 'extensions.gypi', | 7 'extensions.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'target_name': 'extensions_common', | 50 'target_name': 'extensions_common', |
| 51 'type': 'static_library', | 51 'type': 'static_library', |
| 52 'dependencies': [ | 52 'dependencies': [ |
| 53 '../components/components.gyp:crx_file', | 53 '../components/components.gyp:crx_file', |
| 54 '../components/components.gyp:url_matcher', | 54 '../components/components.gyp:url_matcher', |
| 55 '../content/content.gyp:content_common', | 55 '../content/content.gyp:content_common', |
| 56 '../crypto/crypto.gyp:crypto', | 56 '../crypto/crypto.gyp:crypto', |
| 57 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 57 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 58 # For Mojo generated headers for generated_api.cc. | 58 # For Mojo generated headers for generated_api.cc. |
| 59 '../device/serial/serial.gyp:device_serial_mojo', | 59 '../device/serial/serial.gyp:device_serial_mojo', |
| 60 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_b
locker', | |
| 61 '../device/usb/usb.gyp:device_usb', | 60 '../device/usb/usb.gyp:device_usb', |
| 62 '../ipc/ipc.gyp:ipc', | 61 '../ipc/ipc.gyp:ipc', |
| 63 '../net/net.gyp:net', | 62 '../net/net.gyp:net', |
| 64 '../third_party/icu/icu.gyp:icuuc', | 63 '../third_party/icu/icu.gyp:icuuc', |
| 65 '../third_party/re2/re2.gyp:re2', | 64 '../third_party/re2/re2.gyp:re2', |
| 66 '../ui/base/ui_base.gyp:ui_base', | 65 '../ui/base/ui_base.gyp:ui_base', |
| 67 '../ui/gfx/gfx.gyp:gfx_geometry', | 66 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 68 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | 67 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
| 69 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 68 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 70 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 69 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 322 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 324 ], | 323 ], |
| 325 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 324 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 326 }, | 325 }, |
| 327 'includes': [ '../build/repack_action.gypi' ], | 326 'includes': [ '../build/repack_action.gypi' ], |
| 328 }, | 327 }, |
| 329 ], | 328 ], |
| 330 }, | 329 }, |
| 331 ] | 330 ] |
| 332 } | 331 } |
| OLD | NEW |