OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 'browser/performance_monitor/performance_monitor.cc', | 600 'browser/performance_monitor/performance_monitor.cc', |
601 'browser/performance_monitor/performance_monitor.h', | 601 'browser/performance_monitor/performance_monitor.h', |
602 'browser/performance_monitor/process_metrics_history.cc', | 602 'browser/performance_monitor/process_metrics_history.cc', |
603 'browser/performance_monitor/process_metrics_history.h', | 603 'browser/performance_monitor/process_metrics_history.h', |
604 'browser/platform_util.h', | 604 'browser/platform_util.h', |
605 'browser/platform_util_android.cc', | 605 'browser/platform_util_android.cc', |
606 'browser/platform_util_chromeos.cc', | 606 'browser/platform_util_chromeos.cc', |
607 'browser/platform_util_internal.h', | 607 'browser/platform_util_internal.h', |
608 'browser/platform_util_mac.mm', | 608 'browser/platform_util_mac.mm', |
609 'browser/platform_util_win.cc', | 609 'browser/platform_util_win.cc', |
| 610 'browser/precache/precache_manager_factory.cc', |
| 611 'browser/precache/precache_manager_factory.h', |
610 'browser/pref_service_flags_storage.cc', | 612 'browser/pref_service_flags_storage.cc', |
611 'browser/pref_service_flags_storage.h', | 613 'browser/pref_service_flags_storage.h', |
612 'browser/prefetch/prefetch.cc', | 614 'browser/prefetch/prefetch.cc', |
613 'browser/prefetch/prefetch.h', | 615 'browser/prefetch/prefetch.h', |
614 'browser/prefetch/prefetch_field_trial.cc', | 616 'browser/prefetch/prefetch_field_trial.cc', |
615 'browser/prefetch/prefetch_field_trial.h', | 617 'browser/prefetch/prefetch_field_trial.h', |
616 'browser/prerender/external_prerender_handler_android.cc', | 618 'browser/prerender/external_prerender_handler_android.cc', |
617 'browser/prerender/external_prerender_handler_android.h', | 619 'browser/prerender/external_prerender_handler_android.h', |
618 'browser/prerender/prerender_config.cc', | 620 'browser/prerender/prerender_config.cc', |
619 'browser/prerender/prerender_config.h', | 621 'browser/prerender/prerender_config.h', |
(...skipping 3390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4010 'variables': { | 4012 'variables': { |
4011 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4013 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4012 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4014 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4013 }, | 4015 }, |
4014 'includes': [ '../build/protoc.gypi' ] | 4016 'includes': [ '../build/protoc.gypi' ] |
4015 }, | 4017 }, |
4016 ], | 4018 ], |
4017 },], | 4019 },], |
4018 ], | 4020 ], |
4019 } | 4021 } |
OLD | NEW |