Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Side by Side Diff: extensions/extensions.gyp

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits from tsepez@ Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/gfx_ipc.gyp:gfx_ipc', 67 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
68 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
68 '../url/url.gyp:url_lib', 69 '../url/url.gyp:url_lib',
69 '../third_party/boringssl/boringssl.gyp:boringssl', 70 '../third_party/boringssl/boringssl.gyp:boringssl',
70 '../third_party/libxml/libxml.gyp:libxml', 71 '../third_party/libxml/libxml.gyp:libxml',
71 '../url/ipc/url_ipc.gyp:url_ipc', 72 '../url/ipc/url_ipc.gyp:url_ipc',
72 'common/api/api.gyp:extensions_api', 73 'common/api/api.gyp:extensions_api',
73 'extensions_resources.gyp:extensions_resources', 74 'extensions_resources.gyp:extensions_resources',
74 'extensions_strings.gyp:extensions_strings', 75 'extensions_strings.gyp:extensions_strings',
75 'extensions_common_constants', 76 'extensions_common_constants',
76 'extensions_common_mojo', 77 'extensions_common_mojo',
77 ], 78 ],
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 324 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
324 ], 325 ],
325 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 326 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
326 }, 327 },
327 'includes': [ '../build/repack_action.gypi' ], 328 'includes': [ '../build/repack_action.gypi' ],
328 }, 329 },
329 ], 330 ],
330 }, 331 },
331 ] 332 ]
332 } 333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698