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

Side by Side Diff: base/base.gyp

Issue 26315008: Add a timezone utility file to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: live dangerously Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/i18n/timezone.h » ('j') | base/i18n/timezone.cc » ('J')
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'i18n/number_formatting.cc', 336 'i18n/number_formatting.cc',
337 'i18n/number_formatting.h', 337 'i18n/number_formatting.h',
338 'i18n/rtl.cc', 338 'i18n/rtl.cc',
339 'i18n/rtl.h', 339 'i18n/rtl.h',
340 'i18n/string_compare.cc', 340 'i18n/string_compare.cc',
341 'i18n/string_compare.h', 341 'i18n/string_compare.h',
342 'i18n/string_search.cc', 342 'i18n/string_search.cc',
343 'i18n/string_search.h', 343 'i18n/string_search.h',
344 'i18n/time_formatting.cc', 344 'i18n/time_formatting.cc',
345 'i18n/time_formatting.h', 345 'i18n/time_formatting.h',
346 'i18n/timezone.cc',
347 'i18n/timezone.h',
346 ], 348 ],
347 }, 349 },
348 { 350 {
349 'target_name': 'base_prefs', 351 'target_name': 'base_prefs',
350 'type': '<(component)', 352 'type': '<(component)',
351 'variables': { 353 'variables': {
352 'enable_wexit_time_destructors': 1, 354 'enable_wexit_time_destructors': 1,
353 'optimize': 'max', 355 'optimize': 'max',
354 }, 356 },
355 'dependencies': [ 357 'dependencies': [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'id_map_unittest.cc', 505 'id_map_unittest.cc',
504 'i18n/break_iterator_unittest.cc', 506 'i18n/break_iterator_unittest.cc',
505 'i18n/char_iterator_unittest.cc', 507 'i18n/char_iterator_unittest.cc',
506 'i18n/case_conversion_unittest.cc', 508 'i18n/case_conversion_unittest.cc',
507 'i18n/file_util_icu_unittest.cc', 509 'i18n/file_util_icu_unittest.cc',
508 'i18n/icu_string_conversions_unittest.cc', 510 'i18n/icu_string_conversions_unittest.cc',
509 'i18n/number_formatting_unittest.cc', 511 'i18n/number_formatting_unittest.cc',
510 'i18n/rtl_unittest.cc', 512 'i18n/rtl_unittest.cc',
511 'i18n/string_search_unittest.cc', 513 'i18n/string_search_unittest.cc',
512 'i18n/time_formatting_unittest.cc', 514 'i18n/time_formatting_unittest.cc',
515 'i18n/timezone_unittest.cc',
513 'ini_parser_unittest.cc', 516 'ini_parser_unittest.cc',
514 'ios/device_util_unittest.mm', 517 'ios/device_util_unittest.mm',
515 'json/json_parser_unittest.cc', 518 'json/json_parser_unittest.cc',
516 'json/json_reader_unittest.cc', 519 'json/json_reader_unittest.cc',
517 'json/json_value_converter_unittest.cc', 520 'json/json_value_converter_unittest.cc',
518 'json/json_value_serializer_unittest.cc', 521 'json/json_value_serializer_unittest.cc',
519 'json/json_writer_unittest.cc', 522 'json/json_writer_unittest.cc',
520 'json/string_escape_unittest.cc', 523 'json/string_escape_unittest.cc',
521 'lazy_instance_unittest.cc', 524 'lazy_instance_unittest.cc',
522 'logging_unittest.cc', 525 'logging_unittest.cc',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 'base_unittests.isolate', 1351 'base_unittests.isolate',
1349 ], 1352 ],
1350 'sources': [ 1353 'sources': [
1351 'base_unittests.isolate', 1354 'base_unittests.isolate',
1352 ], 1355 ],
1353 }, 1356 },
1354 ], 1357 ],
1355 }], 1358 }],
1356 ], 1359 ],
1357 } 1360 }
OLDNEW
« no previous file with comments | « no previous file | base/i18n/timezone.h » ('j') | base/i18n/timezone.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698