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

Side by Side Diff: extensions/extensions.gyp

Issue 943233002: don't mix system and bundled ICU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add another missing icuuc dep Created 5 years, 10 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
« no previous file with comments | « base/test/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../components/components.gyp:crx_file', 46 '../components/components.gyp:crx_file',
47 '../components/components.gyp:url_matcher', 47 '../components/components.gyp:url_matcher',
48 '../content/content.gyp:content_common', 48 '../content/content.gyp:content_common',
49 '../crypto/crypto.gyp:crypto', 49 '../crypto/crypto.gyp:crypto',
50 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 50 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
51 # For Mojo generated headers for generated_api.cc. 51 # For Mojo generated headers for generated_api.cc.
52 '../device/serial/serial.gyp:device_serial_mojo', 52 '../device/serial/serial.gyp:device_serial_mojo',
53 '../device/usb/usb.gyp:device_usb', 53 '../device/usb/usb.gyp:device_usb',
54 '../ipc/ipc.gyp:ipc', 54 '../ipc/ipc.gyp:ipc',
55 '../net/net.gyp:net', 55 '../net/net.gyp:net',
56 '../third_party/icu/icu.gyp:icuuc',
56 '../third_party/re2/re2.gyp:re2', 57 '../third_party/re2/re2.gyp:re2',
57 '../ui/base/ui_base.gyp:ui_base', 58 '../ui/base/ui_base.gyp:ui_base',
58 '../ui/gfx/gfx.gyp:gfx_geometry', 59 '../ui/gfx/gfx.gyp:gfx_geometry',
59 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 60 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
60 '../url/url.gyp:url_lib', 61 '../url/url.gyp:url_lib',
61 '../third_party/libxml/libxml.gyp:libxml', 62 '../third_party/libxml/libxml.gyp:libxml',
62 'common/api/api.gyp:extensions_api', 63 'common/api/api.gyp:extensions_api',
63 'extensions_resources.gyp:extensions_resources', 64 'extensions_resources.gyp:extensions_resources',
64 'extensions_strings.gyp:extensions_strings', 65 'extensions_strings.gyp:extensions_strings',
65 'extensions_common_constants', 66 'extensions_common_constants',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 309 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
309 ], 310 ],
310 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 311 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
311 }, 312 },
312 'includes': [ '../build/repack_action.gypi' ], 313 'includes': [ '../build/repack_action.gypi' ],
313 }, 314 },
314 ], 315 ],
315 }, 316 },
316 ] 317 ]
317 } 318 }
OLDNEW
« no previous file with comments | « base/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698