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

Side by Side Diff: base/base.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 | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 { 869 {
870 # GN: //base/test:test_support 870 # GN: //base/test:test_support
871 'target_name': 'test_support_base', 871 'target_name': 'test_support_base',
872 'type': 'static_library', 872 'type': 'static_library',
873 'dependencies': [ 873 'dependencies': [
874 'base', 874 'base',
875 'base_static', 875 'base_static',
876 'base_i18n', 876 'base_i18n',
877 '../testing/gmock.gyp:gmock', 877 '../testing/gmock.gyp:gmock',
878 '../testing/gtest.gyp:gtest', 878 '../testing/gtest.gyp:gtest',
879 '../third_party/icu/icu.gyp:icuuc',
879 '../third_party/libxml/libxml.gyp:libxml', 880 '../third_party/libxml/libxml.gyp:libxml',
880 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 881 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
881 ], 882 ],
882 'export_dependent_settings': [ 883 'export_dependent_settings': [
883 'base', 884 'base',
884 ], 885 ],
885 'conditions': [ 886 'conditions': [
886 ['os_posix==0', { 887 ['os_posix==0', {
887 'sources!': [ 888 'sources!': [
888 'test/scoped_locale.cc', 889 'test/scoped_locale.cc',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'dependencies': [ 1559 'dependencies': [
1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1560 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1560 ], 1561 ],
1561 }], 1562 }],
1562 ], 1563 ],
1563 }, 1564 },
1564 ], 1565 ],
1565 }], 1566 }],
1566 ], 1567 ],
1567 } 1568 }
OLDNEW
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698