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: ... 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') | 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'i18n/number_formatting.cc', 340 'i18n/number_formatting.cc',
341 'i18n/number_formatting.h', 341 'i18n/number_formatting.h',
342 'i18n/rtl.cc', 342 'i18n/rtl.cc',
343 'i18n/rtl.h', 343 'i18n/rtl.h',
344 'i18n/string_compare.cc', 344 'i18n/string_compare.cc',
345 'i18n/string_compare.h', 345 'i18n/string_compare.h',
346 'i18n/string_search.cc', 346 'i18n/string_search.cc',
347 'i18n/string_search.h', 347 'i18n/string_search.h',
348 'i18n/time_formatting.cc', 348 'i18n/time_formatting.cc',
349 'i18n/time_formatting.h', 349 'i18n/time_formatting.h',
350 'i18n/timezone.cc',
351 'i18n/timezone.h',
350 ], 352 ],
351 }, 353 },
352 { 354 {
353 'target_name': 'base_message_loop_tests', 355 'target_name': 'base_message_loop_tests',
354 'type': 'static_library', 356 'type': 'static_library',
355 'dependencies': [ 357 'dependencies': [
356 'base', 358 'base',
357 '../testing/gtest.gyp:gtest', 359 '../testing/gtest.gyp:gtest',
358 ], 360 ],
359 'sources': [ 361 'sources': [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'id_map_unittest.cc', 524 'id_map_unittest.cc',
523 'i18n/break_iterator_unittest.cc', 525 'i18n/break_iterator_unittest.cc',
524 'i18n/char_iterator_unittest.cc', 526 'i18n/char_iterator_unittest.cc',
525 'i18n/case_conversion_unittest.cc', 527 'i18n/case_conversion_unittest.cc',
526 'i18n/file_util_icu_unittest.cc', 528 'i18n/file_util_icu_unittest.cc',
527 'i18n/icu_string_conversions_unittest.cc', 529 'i18n/icu_string_conversions_unittest.cc',
528 'i18n/number_formatting_unittest.cc', 530 'i18n/number_formatting_unittest.cc',
529 'i18n/rtl_unittest.cc', 531 'i18n/rtl_unittest.cc',
530 'i18n/string_search_unittest.cc', 532 'i18n/string_search_unittest.cc',
531 'i18n/time_formatting_unittest.cc', 533 'i18n/time_formatting_unittest.cc',
534 'i18n/timezone_unittest.cc',
532 'ini_parser_unittest.cc', 535 'ini_parser_unittest.cc',
533 'ios/device_util_unittest.mm', 536 'ios/device_util_unittest.mm',
534 'json/json_parser_unittest.cc', 537 'json/json_parser_unittest.cc',
535 'json/json_reader_unittest.cc', 538 'json/json_reader_unittest.cc',
536 'json/json_value_converter_unittest.cc', 539 'json/json_value_converter_unittest.cc',
537 'json/json_value_serializer_unittest.cc', 540 'json/json_value_serializer_unittest.cc',
538 'json/json_writer_unittest.cc', 541 'json/json_writer_unittest.cc',
539 'json/string_escape_unittest.cc', 542 'json/string_escape_unittest.cc',
540 'lazy_instance_unittest.cc', 543 'lazy_instance_unittest.cc',
541 'logging_unittest.cc', 544 'logging_unittest.cc',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 'base_unittests.isolate', 1365 'base_unittests.isolate',
1363 ], 1366 ],
1364 'sources': [ 1367 'sources': [
1365 'base_unittests.isolate', 1368 'base_unittests.isolate',
1366 ], 1369 ],
1367 }, 1370 },
1368 ], 1371 ],
1369 }], 1372 }],
1370 ], 1373 ],
1371 } 1374 }
OLDNEW
« no previous file with comments | « no previous file | base/i18n/timezone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698