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', |
60 '../device/usb/usb.gyp:device_usb', | 61 '../device/usb/usb.gyp:device_usb', |
61 '../ipc/ipc.gyp:ipc', | 62 '../ipc/ipc.gyp:ipc', |
62 '../net/net.gyp:net', | 63 '../net/net.gyp:net', |
63 '../third_party/icu/icu.gyp:icuuc', | 64 '../third_party/icu/icu.gyp:icuuc', |
64 '../third_party/re2/re2.gyp:re2', | 65 '../third_party/re2/re2.gyp:re2', |
65 '../ui/base/ui_base.gyp:ui_base', | 66 '../ui/base/ui_base.gyp:ui_base', |
66 '../ui/gfx/gfx.gyp:gfx_geometry', | 67 '../ui/gfx/gfx.gyp:gfx_geometry', |
67 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | 68 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
68 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 69 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
69 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 70 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 323 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
323 ], | 324 ], |
324 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 325 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
325 }, | 326 }, |
326 'includes': [ '../build/repack_action.gypi' ], | 327 'includes': [ '../build/repack_action.gypi' ], |
327 }, | 328 }, |
328 ], | 329 ], |
329 }, | 330 }, |
330 ] | 331 ] |
331 } | 332 } |
OLD | NEW |