| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/usb/usb.gyp:device_usb', | 60 '../device/usb/usb.gyp:device_usb', |
| 61 '../ipc/ipc.gyp:ipc', | 61 '../ipc/ipc.gyp:ipc', |
| 62 '../net/net.gyp:net', | 62 '../net/net.gyp:net', |
| 63 '../third_party/icu/icu.gyp:icuuc', | 63 '../third_party/icu/icu.gyp:icuuc', |
| 64 '../third_party/re2/re2.gyp:re2', | 64 '../third_party/re2/re2.gyp:re2', |
| 65 '../ui/base/ui_base.gyp:ui_base', | 65 '../ui/base/ui_base.gyp:ui_base', |
| 66 '../ui/gfx/gfx.gyp:gfx_geometry', | 66 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 67 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
| 67 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 68 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 68 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 69 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| 69 '../url/url.gyp:url_lib', | 70 '../url/url.gyp:url_lib', |
| 70 '../third_party/boringssl/boringssl.gyp:boringssl', | 71 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 71 '../third_party/libxml/libxml.gyp:libxml', | 72 '../third_party/libxml/libxml.gyp:libxml', |
| 72 '../url/ipc/url_ipc.gyp:url_ipc', | 73 '../url/ipc/url_ipc.gyp:url_ipc', |
| 73 'common/api/api.gyp:extensions_api', | 74 'common/api/api.gyp:extensions_api', |
| 74 'extensions_resources.gyp:extensions_resources', | 75 'extensions_resources.gyp:extensions_resources', |
| 75 'extensions_strings.gyp:extensions_strings', | 76 'extensions_strings.gyp:extensions_strings', |
| 76 'extensions_common_constants', | 77 'extensions_common_constants', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 320 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
| 320 ], | 321 ], |
| 321 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', | 322 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', |
| 322 }, | 323 }, |
| 323 'includes': [ '../build/repack_action.gypi' ], | 324 'includes': [ '../build/repack_action.gypi' ], |
| 324 }, | 325 }, |
| 325 ], | 326 ], |
| 326 }, | 327 }, |
| 327 ] | 328 ] |
| 328 } | 329 } |
| OLD | NEW |