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

Side by Side Diff: base/base.gyp

Issue 623633002: scoped_refptr: support opaque pointed-to classes via extern template (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix header guard Created 6 years, 2 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
« no previous file with comments | « no previous file | base/memory/ref_counted.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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'test/mock_chrome_application_mac.mm', 897 'test/mock_chrome_application_mac.mm',
898 'test/mock_devices_changed_observer.cc', 898 'test/mock_devices_changed_observer.cc',
899 'test/mock_devices_changed_observer.h', 899 'test/mock_devices_changed_observer.h',
900 'test/mock_time_provider.cc', 900 'test/mock_time_provider.cc',
901 'test/mock_time_provider.h', 901 'test/mock_time_provider.h',
902 'test/multiprocess_test.cc', 902 'test/multiprocess_test.cc',
903 'test/multiprocess_test.h', 903 'test/multiprocess_test.h',
904 'test/multiprocess_test_android.cc', 904 'test/multiprocess_test_android.cc',
905 'test/null_task_runner.cc', 905 'test/null_task_runner.cc',
906 'test/null_task_runner.h', 906 'test/null_task_runner.h',
907 'test/opaque_ref_counted.cc',
908 'test/opaque_ref_counted.h',
907 'test/perf_log.cc', 909 'test/perf_log.cc',
908 'test/perf_log.h', 910 'test/perf_log.h',
909 'test/perf_test_suite.cc', 911 'test/perf_test_suite.cc',
910 'test/perf_test_suite.h', 912 'test/perf_test_suite.h',
911 'test/perf_time_logger.cc', 913 'test/perf_time_logger.cc',
912 'test/perf_time_logger.h', 914 'test/perf_time_logger.h',
913 'test/power_monitor_test_base.cc', 915 'test/power_monitor_test_base.cc',
914 'test/power_monitor_test_base.h', 916 'test/power_monitor_test_base.h',
915 'test/scoped_locale.cc', 917 'test/scoped_locale.cc',
916 'test/scoped_locale.h', 918 'test/scoped_locale.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1488 'dependencies': [ 1490 'dependencies': [
1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1490 ], 1492 ],
1491 }], 1493 }],
1492 ], 1494 ],
1493 }, 1495 },
1494 ], 1496 ],
1495 }], 1497 }],
1496 ], 1498 ],
1497 } 1499 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/ref_counted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698