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

Side by Side Diff: base/base.gypi

Issue 427573002: Move scoped_observer.h from base_unittests to base. It is not a test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | no next file » | 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'run_loop.h', 497 'run_loop.h',
498 'numerics/safe_conversions.h', 498 'numerics/safe_conversions.h',
499 'numerics/safe_conversions_impl.h', 499 'numerics/safe_conversions_impl.h',
500 'numerics/safe_math.h', 500 'numerics/safe_math.h',
501 'numerics/safe_math_impl.h', 501 'numerics/safe_math_impl.h',
502 'safe_strerror_posix.cc', 502 'safe_strerror_posix.cc',
503 'safe_strerror_posix.h', 503 'safe_strerror_posix.h',
504 'scoped_generic.h', 504 'scoped_generic.h',
505 'scoped_native_library.cc', 505 'scoped_native_library.cc',
506 'scoped_native_library.h', 506 'scoped_native_library.h',
507 'scoped_observer.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',
515 'sha1_win.cc', 516 'sha1_win.cc',
516 'single_thread_task_runner.h', 517 'single_thread_task_runner.h',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'i18n/time_formatting.h', 991 'i18n/time_formatting.h',
991 'i18n/timezone.cc', 992 'i18n/timezone.cc',
992 'i18n/timezone.h', 993 'i18n/timezone.h',
993 'i18n/utf8_validator_tables.cc', 994 'i18n/utf8_validator_tables.cc',
994 'i18n/utf8_validator_tables.h', 995 'i18n/utf8_validator_tables.h',
995 ], 996 ],
996 }] 997 }]
997 ], 998 ],
998 }, 999 },
999 } 1000 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698