OLD | NEW |
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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 'BASE_PREFS_IMPLEMENTATION', | 317 'BASE_PREFS_IMPLEMENTATION', |
318 ], | 318 ], |
319 'sources': [ | 319 'sources': [ |
320 'prefs/default_pref_store.cc', | 320 'prefs/default_pref_store.cc', |
321 'prefs/default_pref_store.h', | 321 'prefs/default_pref_store.h', |
322 'prefs/json_pref_store.cc', | 322 'prefs/json_pref_store.cc', |
323 'prefs/json_pref_store.h', | 323 'prefs/json_pref_store.h', |
324 'prefs/overlay_user_pref_store.cc', | 324 'prefs/overlay_user_pref_store.cc', |
325 'prefs/overlay_user_pref_store.h', | 325 'prefs/overlay_user_pref_store.h', |
326 'prefs/persistent_pref_store.h', | 326 'prefs/persistent_pref_store.h', |
| 327 'prefs/pref_notifier.h', |
327 'prefs/pref_observer.h', | 328 'prefs/pref_observer.h', |
328 'prefs/pref_notifier.h', | |
329 'prefs/pref_store.cc', | 329 'prefs/pref_store.cc', |
330 'prefs/pref_store.h', | 330 'prefs/pref_store.h', |
331 'prefs/pref_value_map.cc', | 331 'prefs/pref_value_map.cc', |
332 'prefs/pref_value_map.h', | 332 'prefs/pref_value_map.h', |
333 'prefs/public/pref_change_registrar.cc', | 333 'prefs/public/pref_change_registrar.cc', |
334 'prefs/public/pref_change_registrar.h', | 334 'prefs/public/pref_change_registrar.h', |
335 'prefs/public/pref_member.cc', | 335 'prefs/public/pref_member.cc', |
336 'prefs/public/pref_member.h', | 336 'prefs/public/pref_member.h', |
337 'prefs/public/pref_service_base.h', | 337 'prefs/public/pref_service_base.h', |
338 'prefs/value_map_pref_store.cc', | 338 'prefs/value_map_pref_store.cc', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'template_util_unittest.cc', | 538 'template_util_unittest.cc', |
539 'test/sequenced_worker_pool_owner.cc', | 539 'test/sequenced_worker_pool_owner.cc', |
540 'test/sequenced_worker_pool_owner.h', | 540 'test/sequenced_worker_pool_owner.h', |
541 'test/trace_event_analyzer_unittest.cc', | 541 'test/trace_event_analyzer_unittest.cc', |
542 'threading/non_thread_safe_unittest.cc', | 542 'threading/non_thread_safe_unittest.cc', |
543 'threading/platform_thread_unittest.cc', | 543 'threading/platform_thread_unittest.cc', |
544 'threading/sequenced_worker_pool_unittest.cc', | 544 'threading/sequenced_worker_pool_unittest.cc', |
545 'threading/simple_thread_unittest.cc', | 545 'threading/simple_thread_unittest.cc', |
546 'threading/thread_checker_unittest.cc', | 546 'threading/thread_checker_unittest.cc', |
547 'threading/thread_collision_warner_unittest.cc', | 547 'threading/thread_collision_warner_unittest.cc', |
| 548 'threading/thread_id_name_manager_unittest.cc', |
548 'threading/thread_local_storage_unittest.cc', | 549 'threading/thread_local_storage_unittest.cc', |
549 'threading/thread_local_unittest.cc', | 550 'threading/thread_local_unittest.cc', |
550 'threading/thread_unittest.cc', | 551 'threading/thread_unittest.cc', |
551 'threading/watchdog_unittest.cc', | 552 'threading/watchdog_unittest.cc', |
552 'threading/worker_pool_posix_unittest.cc', | 553 'threading/worker_pool_posix_unittest.cc', |
553 'threading/worker_pool_unittest.cc', | 554 'threading/worker_pool_unittest.cc', |
554 'time_unittest.cc', | 555 'time_unittest.cc', |
555 'time_win_unittest.cc', | 556 'time_win_unittest.cc', |
556 'timer_unittest.cc', | 557 'timer_unittest.cc', |
557 'tools_sanity_unittest.cc', | 558 'tools_sanity_unittest.cc', |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 'base_unittests.isolate', | 1114 'base_unittests.isolate', |
1114 ], | 1115 ], |
1115 'sources': [ | 1116 'sources': [ |
1116 'base_unittests.isolate', | 1117 'base_unittests.isolate', |
1117 ], | 1118 ], |
1118 }, | 1119 }, |
1119 ], | 1120 ], |
1120 }], | 1121 }], |
1121 ], | 1122 ], |
1122 } | 1123 } |
OLD | NEW |