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

Side by Side Diff: base/base.gyp

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/BUILD.gn ('k') | base/base.gypi » ('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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'process/memory_unittest_mac.mm', 551 'process/memory_unittest_mac.mm',
552 'process/process_metrics_unittest.cc', 552 'process/process_metrics_unittest.cc',
553 'process/process_metrics_unittest_ios.cc', 553 'process/process_metrics_unittest_ios.cc',
554 'process/process_util_unittest.cc', 554 'process/process_util_unittest.cc',
555 'profiler/tracked_time_unittest.cc', 555 'profiler/tracked_time_unittest.cc',
556 'rand_util_unittest.cc', 556 'rand_util_unittest.cc',
557 'numerics/safe_numerics_unittest.cc', 557 'numerics/safe_numerics_unittest.cc',
558 'scoped_clear_errno_unittest.cc', 558 'scoped_clear_errno_unittest.cc',
559 'scoped_generic_unittest.cc', 559 'scoped_generic_unittest.cc',
560 'scoped_native_library_unittest.cc', 560 'scoped_native_library_unittest.cc',
561 'scoped_observer.h',
562 'security_unittest.cc', 561 'security_unittest.cc',
563 'sequence_checker_unittest.cc', 562 'sequence_checker_unittest.cc',
564 'sha1_unittest.cc', 563 'sha1_unittest.cc',
565 'stl_util_unittest.cc', 564 'stl_util_unittest.cc',
566 'strings/nullable_string16_unittest.cc', 565 'strings/nullable_string16_unittest.cc',
567 'strings/safe_sprintf_unittest.cc', 566 'strings/safe_sprintf_unittest.cc',
568 'strings/string16_unittest.cc', 567 'strings/string16_unittest.cc',
569 'strings/stringprintf_unittest.cc', 568 'strings/stringprintf_unittest.cc',
570 'strings/string_number_conversions_unittest.cc', 569 'strings/string_number_conversions_unittest.cc',
571 'strings/string_piece_unittest.cc', 570 'strings/string_piece_unittest.cc',
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'dependencies': [ 1500 'dependencies': [
1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1503 ], 1502 ],
1504 }], 1503 }],
1505 ], 1504 ],
1506 }, 1505 },
1507 ], 1506 ],
1508 }], 1507 }],
1509 ], 1508 ],
1510 } 1509 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698