| 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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1237 'browser/content_settings/permission_infobar_delegate.cc', | 1237 'browser/content_settings/permission_infobar_delegate.cc', |
| 1238 'browser/content_settings/permission_infobar_delegate.h', | 1238 'browser/content_settings/permission_infobar_delegate.h', |
| 1239 'browser/content_settings/permission_queue_controller.cc', | 1239 'browser/content_settings/permission_queue_controller.cc', |
| 1240 'browser/content_settings/permission_queue_controller.h', | 1240 'browser/content_settings/permission_queue_controller.h', |
| 1241 'browser/content_settings/tab_specific_content_settings.cc', | 1241 'browser/content_settings/tab_specific_content_settings.cc', |
| 1242 'browser/content_settings/tab_specific_content_settings.h', | 1242 'browser/content_settings/tab_specific_content_settings.h', |
| 1243 ], | 1243 ], |
| 1244 'chrome_browser_extensions_sources': [ | 1244 'chrome_browser_extensions_sources': [ |
| 1245 'browser/accessibility/accessibility_extension_api.cc', | 1245 'browser/accessibility/accessibility_extension_api.cc', |
| 1246 'browser/accessibility/accessibility_extension_api.h', | 1246 'browser/accessibility/accessibility_extension_api.h', |
| 1247 'browser/accessibility/animation_policy_prefs.cc', |
| 1248 'browser/accessibility/animation_policy_prefs.h', |
| 1247 'browser/autocomplete/keyword_extensions_delegate_impl.cc', | 1249 'browser/autocomplete/keyword_extensions_delegate_impl.cc', |
| 1248 'browser/autocomplete/keyword_extensions_delegate_impl.h', | 1250 'browser/autocomplete/keyword_extensions_delegate_impl.h', |
| 1249 'browser/content_settings/content_settings_internal_extension_provider.cc'
, | 1251 'browser/content_settings/content_settings_internal_extension_provider.cc'
, |
| 1250 'browser/content_settings/content_settings_internal_extension_provider.h', | 1252 'browser/content_settings/content_settings_internal_extension_provider.h', |
| 1251 'browser/drive/drive_app_registry.cc', | 1253 'browser/drive/drive_app_registry.cc', |
| 1252 'browser/drive/drive_app_registry.h', | 1254 'browser/drive/drive_app_registry.h', |
| 1253 'browser/drive/drive_app_registry_observer.h', | 1255 'browser/drive/drive_app_registry_observer.h', |
| 1254 'browser/drive/drive_api_service.cc', | 1256 'browser/drive/drive_api_service.cc', |
| 1255 'browser/drive/drive_api_service.h', | 1257 'browser/drive/drive_api_service.h', |
| 1256 'browser/drive/drive_api_util.cc', | 1258 'browser/drive/drive_api_util.cc', |
| (...skipping 2435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3692 'variables': { | 3694 'variables': { |
| 3693 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3694 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3695 }, | 3697 }, |
| 3696 'includes': [ '../build/protoc.gypi' ] | 3698 'includes': [ '../build/protoc.gypi' ] |
| 3697 }, | 3699 }, |
| 3698 ], | 3700 ], |
| 3699 },], | 3701 },], |
| 3700 ], | 3702 ], |
| 3701 } | 3703 } |
| OLD | NEW |