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

Side by Side Diff: base/base.gyp

Issue 10831407: Kill PropertyBag, switch WebContents to SupportsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 8 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 | « no previous file | 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'os_compat_android_unittest.cc', 446 'os_compat_android_unittest.cc',
447 'path_service_unittest.cc', 447 'path_service_unittest.cc',
448 'pickle_unittest.cc', 448 'pickle_unittest.cc',
449 'platform_file_unittest.cc', 449 'platform_file_unittest.cc',
450 'pr_time_unittest.cc', 450 'pr_time_unittest.cc',
451 'process_util_unittest.cc', 451 'process_util_unittest.cc',
452 'process_util_unittest_ios.cc', 452 'process_util_unittest_ios.cc',
453 'process_util_unittest_mac.h', 453 'process_util_unittest_mac.h',
454 'process_util_unittest_mac.mm', 454 'process_util_unittest_mac.mm',
455 'profiler/tracked_time_unittest.cc', 455 'profiler/tracked_time_unittest.cc',
456 'property_bag_unittest.cc',
457 'rand_util_unittest.cc', 456 'rand_util_unittest.cc',
458 'scoped_native_library_unittest.cc', 457 'scoped_native_library_unittest.cc',
459 'scoped_observer.h', 458 'scoped_observer.h',
460 'scoped_temp_dir_unittest.cc', 459 'scoped_temp_dir_unittest.cc',
461 'sha1_unittest.cc', 460 'sha1_unittest.cc',
462 'shared_memory_unittest.cc', 461 'shared_memory_unittest.cc',
463 'stack_container_unittest.cc', 462 'stack_container_unittest.cc',
464 'string16_unittest.cc', 463 'string16_unittest.cc',
465 'string_number_conversions_unittest.cc', 464 'string_number_conversions_unittest.cc',
466 'string_piece_unittest.cc', 465 'string_piece_unittest.cc',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 '--result', '<@(_outputs)', 1024 '--result', '<@(_outputs)',
1026 '--isolate', 'base_unittests.isolate', 1025 '--isolate', 'base_unittests.isolate',
1027 ], 1026 ],
1028 }, 1027 },
1029 ], 1028 ],
1030 }, 1029 },
1031 ], 1030 ],
1032 }], 1031 }],
1033 ], 1032 ],
1034 } 1033 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698