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', | |
Lei Zhang
2015/06/17 01:24:33
Is this actually Android only code? Should we be n
twifkak
2015/06/17 03:49:03
Nothing about its implementation is Android-depend
| |
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 3402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4022 'variables': { | 4024 'variables': { |
4023 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4025 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4024 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4026 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4025 }, | 4027 }, |
4026 'includes': [ '../build/protoc.gypi' ] | 4028 'includes': [ '../build/protoc.gypi' ] |
4027 }, | 4029 }, |
4028 ], | 4030 ], |
4029 },], | 4031 },], |
4030 ], | 4032 ], |
4031 } | 4033 } |
OLD | NEW |