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

Side by Side Diff: base/base.gyp

Issue 12253004: Moving last generic Prefs implementation files to base/prefs/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 7 years, 10 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/prefs/pref_notifier_impl_unittest.cc » ('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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'type': 'static_library', 371 'type': 'static_library',
372 'dependencies': [ 372 'dependencies': [
373 'base', 373 'base',
374 'base_prefs', 374 'base_prefs',
375 '../testing/gmock.gyp:gmock', 375 '../testing/gmock.gyp:gmock',
376 ], 376 ],
377 'sources': [ 377 'sources': [
378 'prefs/mock_pref_change_callback.cc', 378 'prefs/mock_pref_change_callback.cc',
379 'prefs/pref_store_observer_mock.cc', 379 'prefs/pref_store_observer_mock.cc',
380 'prefs/pref_store_observer_mock.h', 380 'prefs/pref_store_observer_mock.h',
381 'prefs/testing_pref_service.cc',
382 'prefs/testing_pref_service.h',
381 'prefs/testing_pref_store.cc', 383 'prefs/testing_pref_store.cc',
382 'prefs/testing_pref_store.h', 384 'prefs/testing_pref_store.h',
383 ], 385 ],
384 }, 386 },
385 { 387 {
386 # This is the subset of files from base that should not be used with a 388 # This is the subset of files from base that should not be used with a
387 # dynamic library. Note that this library cannot depend on base because 389 # dynamic library. Note that this library cannot depend on base because
388 # base depends on base_static. 390 # base depends on base_static.
389 'target_name': 'base_static', 391 'target_name': 'base_static',
390 'type': 'static_library', 392 'type': 'static_library',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 'os_compat_android_unittest.cc', 518 'os_compat_android_unittest.cc',
517 'path_service_unittest.cc', 519 'path_service_unittest.cc',
518 'pickle_unittest.cc', 520 'pickle_unittest.cc',
519 'platform_file_unittest.cc', 521 'platform_file_unittest.cc',
520 'posix/file_descriptor_shuffle_unittest.cc', 522 'posix/file_descriptor_shuffle_unittest.cc',
521 'posix/unix_domain_socket_linux_unittest.cc', 523 'posix/unix_domain_socket_linux_unittest.cc',
522 'pr_time_unittest.cc', 524 'pr_time_unittest.cc',
523 'prefs/json_pref_store_unittest.cc', 525 'prefs/json_pref_store_unittest.cc',
524 'prefs/mock_pref_change_callback.h', 526 'prefs/mock_pref_change_callback.h',
525 'prefs/overlay_user_pref_store_unittest.cc', 527 'prefs/overlay_user_pref_store_unittest.cc',
528 'prefs/pref_notifier_impl_unittest.cc',
529 'prefs/pref_service_unittest.cc',
526 'prefs/pref_value_map_unittest.cc', 530 'prefs/pref_value_map_unittest.cc',
527 'prefs/pref_value_store_unittest.cc', 531 'prefs/pref_value_store_unittest.cc',
532 'prefs/public/pref_change_registrar_unittest.cc',
533 'prefs/public/pref_member_unittest.cc',
528 'process_util_unittest.cc', 534 'process_util_unittest.cc',
529 'process_util_unittest_ios.cc', 535 'process_util_unittest_ios.cc',
530 'process_util_unittest_mac.h', 536 'process_util_unittest_mac.h',
531 'process_util_unittest_mac.mm', 537 'process_util_unittest_mac.mm',
532 'profiler/tracked_time_unittest.cc', 538 'profiler/tracked_time_unittest.cc',
533 'rand_util_unittest.cc', 539 'rand_util_unittest.cc',
534 'safe_numerics_unittest.cc', 540 'safe_numerics_unittest.cc',
535 'safe_numerics_unittest.nc', 541 'safe_numerics_unittest.nc',
536 'scoped_native_library_unittest.cc', 542 'scoped_native_library_unittest.cc',
537 'scoped_observer.h', 543 'scoped_observer.h',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'base_unittests.isolate', 1185 'base_unittests.isolate',
1180 ], 1186 ],
1181 'sources': [ 1187 'sources': [
1182 'base_unittests.isolate', 1188 'base_unittests.isolate',
1183 ], 1189 ],
1184 }, 1190 },
1185 ], 1191 ],
1186 }], 1192 }],
1187 ], 1193 ],
1188 } 1194 }
OLDNEW
« no previous file with comments | « no previous file | base/prefs/pref_notifier_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698