| 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 'browser/performance_monitor/performance_monitor.cc', | 639 'browser/performance_monitor/performance_monitor.cc', |
| 640 'browser/performance_monitor/performance_monitor.h', | 640 'browser/performance_monitor/performance_monitor.h', |
| 641 'browser/performance_monitor/process_metrics_history.cc', | 641 'browser/performance_monitor/process_metrics_history.cc', |
| 642 'browser/performance_monitor/process_metrics_history.h', | 642 'browser/performance_monitor/process_metrics_history.h', |
| 643 'browser/platform_util.h', | 643 'browser/platform_util.h', |
| 644 'browser/platform_util_android.cc', | 644 'browser/platform_util_android.cc', |
| 645 'browser/platform_util_chromeos.cc', | 645 'browser/platform_util_chromeos.cc', |
| 646 'browser/platform_util_internal.h', | 646 'browser/platform_util_internal.h', |
| 647 'browser/platform_util_mac.mm', | 647 'browser/platform_util_mac.mm', |
| 648 'browser/platform_util_win.cc', | 648 'browser/platform_util_win.cc', |
| 649 'browser/precache/precache_manager_factory.cc', |
| 650 'browser/precache/precache_manager_factory.h', |
| 649 'browser/pref_service_flags_storage.cc', | 651 'browser/pref_service_flags_storage.cc', |
| 650 'browser/pref_service_flags_storage.h', | 652 'browser/pref_service_flags_storage.h', |
| 651 'browser/prefetch/prefetch.cc', | 653 'browser/prefetch/prefetch.cc', |
| 652 'browser/prefetch/prefetch.h', | 654 'browser/prefetch/prefetch.h', |
| 653 'browser/prefetch/prefetch_field_trial.cc', | 655 'browser/prefetch/prefetch_field_trial.cc', |
| 654 'browser/prefetch/prefetch_field_trial.h', | 656 'browser/prefetch/prefetch_field_trial.h', |
| 655 'browser/prerender/external_prerender_handler_android.cc', | 657 'browser/prerender/external_prerender_handler_android.cc', |
| 656 'browser/prerender/external_prerender_handler_android.h', | 658 'browser/prerender/external_prerender_handler_android.h', |
| 657 'browser/prerender/prerender_config.cc', | 659 'browser/prerender/prerender_config.cc', |
| 658 'browser/prerender/prerender_config.h', | 660 'browser/prerender/prerender_config.h', |
| (...skipping 3397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4056 'variables': { | 4058 'variables': { |
| 4057 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4059 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4058 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4060 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4059 }, | 4061 }, |
| 4060 'includes': [ '../build/protoc.gypi' ] | 4062 'includes': [ '../build/protoc.gypi' ] |
| 4061 }, | 4063 }, |
| 4062 ], | 4064 ], |
| 4063 },], | 4065 },], |
| 4064 ], | 4066 ], |
| 4065 } | 4067 } |
| OLD | NEW |