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

Side by Side Diff: base/base.gypi

Issue 189613002: Add ScopedGeneric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/scoped_generic.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'rand_util_posix.cc', 495 'rand_util_posix.cc',
496 'rand_util_win.cc', 496 'rand_util_win.cc',
497 'run_loop.cc', 497 'run_loop.cc',
498 'run_loop.h', 498 'run_loop.h',
499 'numerics/safe_conversions.h', 499 'numerics/safe_conversions.h',
500 'numerics/safe_conversions_impl.h', 500 'numerics/safe_conversions_impl.h',
501 'numerics/safe_math.h', 501 'numerics/safe_math.h',
502 'numerics/safe_math_impl.h', 502 'numerics/safe_math_impl.h',
503 'safe_strerror_posix.cc', 503 'safe_strerror_posix.cc',
504 'safe_strerror_posix.h', 504 'safe_strerror_posix.h',
505 'scoped_generic.h',
505 'scoped_native_library.cc', 506 'scoped_native_library.cc',
506 'scoped_native_library.h', 507 'scoped_native_library.h',
507 'sequence_checker.h', 508 'sequence_checker.h',
508 'sequence_checker_impl.cc', 509 'sequence_checker_impl.cc',
509 'sequence_checker_impl.h', 510 'sequence_checker_impl.h',
510 'sequenced_task_runner.cc', 511 'sequenced_task_runner.cc',
511 'sequenced_task_runner.h', 512 'sequenced_task_runner.h',
512 'sequenced_task_runner_helpers.h', 513 'sequenced_task_runner_helpers.h',
513 'sha1.h', 514 'sha1.h',
514 'sha1_portable.cc', 515 'sha1_portable.cc',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 'i18n/time_formatting.h', 980 'i18n/time_formatting.h',
980 'i18n/timezone.cc', 981 'i18n/timezone.cc',
981 'i18n/timezone.h', 982 'i18n/timezone.h',
982 'i18n/utf8_validator_tables.cc', 983 'i18n/utf8_validator_tables.cc',
983 'i18n/utf8_validator_tables.h', 984 'i18n/utf8_validator_tables.h',
984 ], 985 ],
985 }] 986 }]
986 ], 987 ],
987 }, 988 },
988 } 989 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/scoped_generic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698