Chromium Code Reviews| 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 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1232 'browser/content_settings/permission_context_uma_util.cc', | 1232 'browser/content_settings/permission_context_uma_util.cc', |
| 1233 'browser/content_settings/permission_context_uma_util.h', | 1233 'browser/content_settings/permission_context_uma_util.h', |
| 1234 'browser/content_settings/permission_infobar_delegate.cc', | 1234 'browser/content_settings/permission_infobar_delegate.cc', |
| 1235 'browser/content_settings/permission_infobar_delegate.h', | 1235 'browser/content_settings/permission_infobar_delegate.h', |
| 1236 'browser/content_settings/permission_queue_controller.cc', | 1236 'browser/content_settings/permission_queue_controller.cc', |
| 1237 'browser/content_settings/permission_queue_controller.h', | 1237 'browser/content_settings/permission_queue_controller.h', |
| 1238 'browser/content_settings/tab_specific_content_settings.cc', | 1238 'browser/content_settings/tab_specific_content_settings.cc', |
| 1239 'browser/content_settings/tab_specific_content_settings.h', | 1239 'browser/content_settings/tab_specific_content_settings.h', |
| 1240 ], | 1240 ], |
| 1241 'chrome_browser_extensions_sources': [ | 1241 'chrome_browser_extensions_sources': [ |
| 1242 'browser/accessibility/animation_policy_prefs.cc', | |
|
Lei Zhang
2015/02/03 06:47:35
nit: alphabetical order: acc... before ani...
je_julie(Not used)
2015/02/03 10:32:36
Done.
| |
| 1243 'browser/accessibility/animation_policy_prefs.h', | |
| 1242 'browser/accessibility/accessibility_extension_api.cc', | 1244 'browser/accessibility/accessibility_extension_api.cc', |
| 1243 'browser/accessibility/accessibility_extension_api.h', | 1245 'browser/accessibility/accessibility_extension_api.h', |
| 1244 'browser/autocomplete/keyword_extensions_delegate_impl.cc', | 1246 'browser/autocomplete/keyword_extensions_delegate_impl.cc', |
| 1245 'browser/autocomplete/keyword_extensions_delegate_impl.h', | 1247 'browser/autocomplete/keyword_extensions_delegate_impl.h', |
| 1246 'browser/content_settings/content_settings_internal_extension_provider.cc' , | 1248 'browser/content_settings/content_settings_internal_extension_provider.cc' , |
| 1247 'browser/content_settings/content_settings_internal_extension_provider.h', | 1249 'browser/content_settings/content_settings_internal_extension_provider.h', |
| 1248 'browser/drive/drive_app_registry.cc', | 1250 'browser/drive/drive_app_registry.cc', |
| 1249 'browser/drive/drive_app_registry.h', | 1251 'browser/drive/drive_app_registry.h', |
| 1250 'browser/drive/drive_app_registry_observer.h', | 1252 'browser/drive/drive_app_registry_observer.h', |
| 1251 'browser/drive/drive_api_service.cc', | 1253 'browser/drive/drive_api_service.cc', |
| (...skipping 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3685 'variables': { | 3687 'variables': { |
| 3686 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3688 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3687 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3689 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3688 }, | 3690 }, |
| 3689 'includes': [ '../build/protoc.gypi' ] | 3691 'includes': [ '../build/protoc.gypi' ] |
| 3690 }, | 3692 }, |
| 3691 ], | 3693 ], |
| 3692 },], | 3694 },], |
| 3693 ], | 3695 ], |
| 3694 } | 3696 } |
| OLD | NEW |