OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'browser/file_highlighter.cc', | 702 'browser/file_highlighter.cc', |
703 'browser/file_highlighter.h', | 703 'browser/file_highlighter.h', |
704 'browser/file_reader.cc', | 704 'browser/file_reader.cc', |
705 'browser/file_reader.h', | 705 'browser/file_reader.h', |
706 'browser/lazy_background_task_queue.cc', | 706 'browser/lazy_background_task_queue.cc', |
707 'browser/lazy_background_task_queue.h', | 707 'browser/lazy_background_task_queue.h', |
708 'browser/management_policy.cc', | 708 'browser/management_policy.cc', |
709 'browser/management_policy.h', | 709 'browser/management_policy.h', |
710 'browser/mojo/keep_alive_impl.cc', | 710 'browser/mojo/keep_alive_impl.cc', |
711 'browser/mojo/keep_alive_impl.h', | 711 'browser/mojo/keep_alive_impl.h', |
| 712 'browser/mojo/service_registration_manager.cc', |
| 713 'browser/mojo/service_registration_manager.h', |
712 'browser/mojo/stash_backend.cc', | 714 'browser/mojo/stash_backend.cc', |
713 'browser/mojo/stash_backend.h', | 715 'browser/mojo/stash_backend.h', |
714 'browser/notification_types.h', | 716 'browser/notification_types.h', |
715 'browser/null_app_sorting.cc', | 717 'browser/null_app_sorting.cc', |
716 'browser/null_app_sorting.h', | 718 'browser/null_app_sorting.h', |
717 'browser/pref_names.cc', | 719 'browser/pref_names.cc', |
718 'browser/pref_names.h', | 720 'browser/pref_names.h', |
719 'browser/process_manager.cc', | 721 'browser/process_manager.cc', |
720 'browser/process_manager.h', | 722 'browser/process_manager.h', |
721 'browser/process_manager_delegate.h', | 723 'browser/process_manager_delegate.h', |
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1224 'conditions': [ | 1226 'conditions': [ |
1225 ['OS=="win" and win_use_allocator_shim==1', { | 1227 ['OS=="win" and win_use_allocator_shim==1', { |
1226 'dependencies': [ | 1228 'dependencies': [ |
1227 '../base/allocator/allocator.gyp:allocator', | 1229 '../base/allocator/allocator.gyp:allocator', |
1228 ], | 1230 ], |
1229 }], | 1231 }], |
1230 ], | 1232 ], |
1231 }, | 1233 }, |
1232 ] | 1234 ] |
1233 } | 1235 } |
OLD | NEW |