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

Side by Side Diff: base/base.gyp

Issue 8652002: Move PropertyBag to base. Originally this was in chrome\common because only chrome used it. Now t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move to base namespace and forward declare where possible Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'metrics/stats_table_unittest.cc', 178 'metrics/stats_table_unittest.cc',
179 'observer_list_unittest.cc', 179 'observer_list_unittest.cc',
180 'path_service_unittest.cc', 180 'path_service_unittest.cc',
181 'pickle_unittest.cc', 181 'pickle_unittest.cc',
182 'platform_file_unittest.cc', 182 'platform_file_unittest.cc',
183 'pr_time_unittest.cc', 183 'pr_time_unittest.cc',
184 'process_util_unittest.cc', 184 'process_util_unittest.cc',
185 'process_util_unittest_mac.h', 185 'process_util_unittest_mac.h',
186 'process_util_unittest_mac.mm', 186 'process_util_unittest_mac.mm',
187 'profiler/tracked_time_unittest.cc', 187 'profiler/tracked_time_unittest.cc',
188 'property_bag_unittest.cc',
188 'rand_util_unittest.cc', 189 'rand_util_unittest.cc',
189 'scoped_native_library_unittest.cc', 190 'scoped_native_library_unittest.cc',
190 'scoped_temp_dir_unittest.cc', 191 'scoped_temp_dir_unittest.cc',
191 'sha1_unittest.cc', 192 'sha1_unittest.cc',
192 'shared_memory_unittest.cc', 193 'shared_memory_unittest.cc',
193 'stack_container_unittest.cc', 194 'stack_container_unittest.cc',
194 'string16_unittest.cc', 195 'string16_unittest.cc',
195 'string_number_conversions_unittest.cc', 196 'string_number_conversions_unittest.cc',
196 'string_piece_unittest.cc', 197 'string_piece_unittest.cc',
197 'string_split_unittest.cc', 198 'string_split_unittest.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'msvs_settings': { 447 'msvs_settings': {
447 'VCLinkerTool': { 448 'VCLinkerTool': {
448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 449 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
449 }, 450 },
450 }, 451 },
451 }, 452 },
452 ], 453 ],
453 }], 454 }],
454 ], 455 ],
455 } 456 }
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