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

Side by Side Diff: base/base.gyp

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/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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'process/memory_unittest.cc', 575 'process/memory_unittest.cc',
576 'process/memory_unittest_mac.h', 576 'process/memory_unittest_mac.h',
577 'process/memory_unittest_mac.mm', 577 'process/memory_unittest_mac.mm',
578 'process/process_metrics_unittest.cc', 578 'process/process_metrics_unittest.cc',
579 'process/process_metrics_unittest_ios.cc', 579 'process/process_metrics_unittest_ios.cc',
580 'process/process_util_unittest.cc', 580 'process/process_util_unittest.cc',
581 'profiler/tracked_time_unittest.cc', 581 'profiler/tracked_time_unittest.cc',
582 'rand_util_unittest.cc', 582 'rand_util_unittest.cc',
583 'numerics/safe_numerics_unittest.cc', 583 'numerics/safe_numerics_unittest.cc',
584 'scoped_clear_errno_unittest.cc', 584 'scoped_clear_errno_unittest.cc',
585 'scoped_generic_unittest.cc',
585 'scoped_native_library_unittest.cc', 586 'scoped_native_library_unittest.cc',
586 'scoped_observer.h', 587 'scoped_observer.h',
587 'security_unittest.cc', 588 'security_unittest.cc',
588 'sequence_checker_unittest.cc', 589 'sequence_checker_unittest.cc',
589 'sha1_unittest.cc', 590 'sha1_unittest.cc',
590 'stl_util_unittest.cc', 591 'stl_util_unittest.cc',
591 'strings/nullable_string16_unittest.cc', 592 'strings/nullable_string16_unittest.cc',
592 'strings/safe_sprintf_unittest.cc', 593 'strings/safe_sprintf_unittest.cc',
593 'strings/string16_unittest.cc', 594 'strings/string16_unittest.cc',
594 'strings/stringprintf_unittest.cc', 595 'strings/stringprintf_unittest.cc',
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 'base_unittests.isolate', 1487 'base_unittests.isolate',
1487 ], 1488 ],
1488 'sources': [ 1489 'sources': [
1489 'base_unittests.isolate', 1490 'base_unittests.isolate',
1490 ], 1491 ],
1491 }, 1492 },
1492 ], 1493 ],
1493 }], 1494 }],
1494 ], 1495 ],
1495 } 1496 }
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