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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'BASE_PREFS_IMPLEMENTATION', | 331 'BASE_PREFS_IMPLEMENTATION', |
332 ], | 332 ], |
333 'sources': [ | 333 'sources': [ |
334 'prefs/default_pref_store.cc', | 334 'prefs/default_pref_store.cc', |
335 'prefs/default_pref_store.h', | 335 'prefs/default_pref_store.h', |
336 'prefs/json_pref_store.cc', | 336 'prefs/json_pref_store.cc', |
337 'prefs/json_pref_store.h', | 337 'prefs/json_pref_store.h', |
338 'prefs/overlay_user_pref_store.cc', | 338 'prefs/overlay_user_pref_store.cc', |
339 'prefs/overlay_user_pref_store.h', | 339 'prefs/overlay_user_pref_store.h', |
340 'prefs/persistent_pref_store.h', | 340 'prefs/persistent_pref_store.h', |
| 341 'prefs/pref_notifier.h', |
341 'prefs/pref_observer.h', | 342 'prefs/pref_observer.h', |
342 'prefs/pref_notifier.h', | |
343 'prefs/pref_store.cc', | 343 'prefs/pref_store.cc', |
344 'prefs/pref_store.h', | 344 'prefs/pref_store.h', |
345 'prefs/pref_value_map.cc', | 345 'prefs/pref_value_map.cc', |
346 'prefs/pref_value_map.h', | 346 'prefs/pref_value_map.h', |
347 'prefs/public/pref_change_registrar.cc', | 347 'prefs/public/pref_change_registrar.cc', |
348 'prefs/public/pref_change_registrar.h', | 348 'prefs/public/pref_change_registrar.h', |
349 'prefs/public/pref_member.cc', | 349 'prefs/public/pref_member.cc', |
350 'prefs/public/pref_member.h', | 350 'prefs/public/pref_member.h', |
351 'prefs/public/pref_service_base.h', | 351 'prefs/public/pref_service_base.h', |
352 'prefs/value_map_pref_store.cc', | 352 'prefs/value_map_pref_store.cc', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'template_util_unittest.cc', | 553 'template_util_unittest.cc', |
554 'test/sequenced_worker_pool_owner.cc', | 554 'test/sequenced_worker_pool_owner.cc', |
555 'test/sequenced_worker_pool_owner.h', | 555 'test/sequenced_worker_pool_owner.h', |
556 'test/trace_event_analyzer_unittest.cc', | 556 'test/trace_event_analyzer_unittest.cc', |
557 'threading/non_thread_safe_unittest.cc', | 557 'threading/non_thread_safe_unittest.cc', |
558 'threading/platform_thread_unittest.cc', | 558 'threading/platform_thread_unittest.cc', |
559 'threading/sequenced_worker_pool_unittest.cc', | 559 'threading/sequenced_worker_pool_unittest.cc', |
560 'threading/simple_thread_unittest.cc', | 560 'threading/simple_thread_unittest.cc', |
561 'threading/thread_checker_unittest.cc', | 561 'threading/thread_checker_unittest.cc', |
562 'threading/thread_collision_warner_unittest.cc', | 562 'threading/thread_collision_warner_unittest.cc', |
| 563 'threading/thread_id_name_manager_unittest.cc', |
563 'threading/thread_local_storage_unittest.cc', | 564 'threading/thread_local_storage_unittest.cc', |
564 'threading/thread_local_unittest.cc', | 565 'threading/thread_local_unittest.cc', |
565 'threading/thread_unittest.cc', | 566 'threading/thread_unittest.cc', |
566 'threading/watchdog_unittest.cc', | 567 'threading/watchdog_unittest.cc', |
567 'threading/worker_pool_posix_unittest.cc', | 568 'threading/worker_pool_posix_unittest.cc', |
568 'threading/worker_pool_unittest.cc', | 569 'threading/worker_pool_unittest.cc', |
569 'time_unittest.cc', | 570 'time_unittest.cc', |
570 'time_win_unittest.cc', | 571 'time_win_unittest.cc', |
571 'timer_unittest.cc', | 572 'timer_unittest.cc', |
572 'tools_sanity_unittest.cc', | 573 'tools_sanity_unittest.cc', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1138 'base_unittests.isolate', | 1139 'base_unittests.isolate', |
1139 ], | 1140 ], |
1140 'sources': [ | 1141 'sources': [ |
1141 'base_unittests.isolate', | 1142 'base_unittests.isolate', |
1142 ], | 1143 ], |
1143 }, | 1144 }, |
1144 ], | 1145 ], |
1145 }], | 1146 }], |
1146 ], | 1147 ], |
1147 } | 1148 } |
OLD | NEW |