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

Side by Side Diff: base/base.gyp

Issue 2168003003: Replace ICU encoding detection with CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments/add datafiles back Created 4 years, 4 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 (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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'target_name': 'base_i18n', 269 'target_name': 'base_i18n',
270 'type': '<(component)', 270 'type': '<(component)',
271 'variables': { 271 'variables': {
272 'enable_wexit_time_destructors': 1, 272 'enable_wexit_time_destructors': 1,
273 'optimize': 'max', 273 'optimize': 'max',
274 'base_i18n_target': 1, 274 'base_i18n_target': 1,
275 }, 275 },
276 'dependencies': [ 276 'dependencies': [
277 'base', 277 'base',
278 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 278 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
279 '../third_party/ced/ced.gyp:ced',
279 '../third_party/icu/icu.gyp:icui18n', 280 '../third_party/icu/icu.gyp:icui18n',
280 '../third_party/icu/icu.gyp:icuuc', 281 '../third_party/icu/icu.gyp:icuuc',
281 ], 282 ],
282 'conditions': [ 283 'conditions': [
283 ['OS == "win"', { 284 ['OS == "win"', {
284 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 285 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
285 'msvs_disabled_warnings': [ 286 'msvs_disabled_warnings': [
286 4267, 287 4267,
287 ], 288 ],
288 }], 289 }],
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'allocator/allocator.gyp:allocator_features#target', 628 'allocator/allocator.gyp:allocator_features#target',
628 'base', 629 'base',
629 'base_i18n', 630 'base_i18n',
630 'base_message_loop_tests', 631 'base_message_loop_tests',
631 'base_static', 632 'base_static',
632 'run_all_unittests', 633 'run_all_unittests',
633 'test_support_base', 634 'test_support_base',
634 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 635 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
635 '../testing/gmock.gyp:gmock', 636 '../testing/gmock.gyp:gmock',
636 '../testing/gtest.gyp:gtest', 637 '../testing/gtest.gyp:gtest',
638 '../third_party/ced/ced.gyp:ced',
637 '../third_party/icu/icu.gyp:icui18n', 639 '../third_party/icu/icu.gyp:icui18n',
638 '../third_party/icu/icu.gyp:icuuc', 640 '../third_party/icu/icu.gyp:icuuc',
639 ], 641 ],
640 'includes': ['../build/nocompile.gypi'], 642 'includes': ['../build/nocompile.gypi'],
641 'variables': { 643 'variables': {
642 # TODO(ajwong): Is there a way to autodetect this? 644 # TODO(ajwong): Is there a way to autodetect this?
643 'module_dir': 'base' 645 'module_dir': 'base'
644 }, 646 },
645 'conditions': [ 647 'conditions': [
646 ['cfi_vptr==1 and cfi_cast==1', { 648 ['cfi_vptr==1 and cfi_cast==1', {
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], 1800 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'],
1799 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], 1801 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'],
1800 ], 1802 ],
1801 }] 1803 }]
1802 ], 1804 ],
1803 }, 1805 },
1804 ], 1806 ],
1805 }], 1807 }],
1806 ], 1808 ],
1807 } 1809 }
OLDNEW
« no previous file with comments | « base/DEPS ('k') | base/base.gypi » ('j') | net/ftp/ftp_directory_listing_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698