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

Side by Side Diff: base/base.gyp

Issue 1061073004: Make deleted constructors take a const parameter in move-only type macro. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add license Created 5 years, 8 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 | « base/BUILD.gn ('k') | base/move.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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'metrics/field_trial_unittest.cc', 558 'metrics/field_trial_unittest.cc',
559 'metrics/histogram_base_unittest.cc', 559 'metrics/histogram_base_unittest.cc',
560 'metrics/histogram_delta_serialization_unittest.cc', 560 'metrics/histogram_delta_serialization_unittest.cc',
561 'metrics/histogram_macros_unittest.cc', 561 'metrics/histogram_macros_unittest.cc',
562 'metrics/histogram_snapshot_manager_unittest.cc', 562 'metrics/histogram_snapshot_manager_unittest.cc',
563 'metrics/histogram_unittest.cc', 563 'metrics/histogram_unittest.cc',
564 'metrics/sample_map_unittest.cc', 564 'metrics/sample_map_unittest.cc',
565 'metrics/sample_vector_unittest.cc', 565 'metrics/sample_vector_unittest.cc',
566 'metrics/sparse_histogram_unittest.cc', 566 'metrics/sparse_histogram_unittest.cc',
567 'metrics/statistics_recorder_unittest.cc', 567 'metrics/statistics_recorder_unittest.cc',
568 'move_unittest.cc',
568 'numerics/safe_numerics_unittest.cc', 569 'numerics/safe_numerics_unittest.cc',
569 'observer_list_unittest.cc', 570 'observer_list_unittest.cc',
570 'os_compat_android_unittest.cc', 571 'os_compat_android_unittest.cc',
571 'path_service_unittest.cc', 572 'path_service_unittest.cc',
572 'pickle_unittest.cc', 573 'pickle_unittest.cc',
573 'posix/file_descriptor_shuffle_unittest.cc', 574 'posix/file_descriptor_shuffle_unittest.cc',
574 'posix/unix_domain_socket_linux_unittest.cc', 575 'posix/unix_domain_socket_linux_unittest.cc',
575 'power_monitor/power_monitor_unittest.cc', 576 'power_monitor/power_monitor_unittest.cc',
576 'prefs/default_pref_store_unittest.cc', 577 'prefs/default_pref_store_unittest.cc',
577 'prefs/json_pref_store_unittest.cc', 578 'prefs/json_pref_store_unittest.cc',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 'dependencies': [ 1581 'dependencies': [
1581 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1582 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1582 ], 1583 ],
1583 }], 1584 }],
1584 ], 1585 ],
1585 }, 1586 },
1586 ], 1587 ],
1587 }], 1588 }],
1588 ], 1589 ],
1589 } 1590 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/move.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698