| 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 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1253 'browser/content_settings/permission_infobar_delegate.cc', | 1253 'browser/content_settings/permission_infobar_delegate.cc', |
| 1254 'browser/content_settings/permission_infobar_delegate.h', | 1254 'browser/content_settings/permission_infobar_delegate.h', |
| 1255 'browser/content_settings/permission_queue_controller.cc', | 1255 'browser/content_settings/permission_queue_controller.cc', |
| 1256 'browser/content_settings/permission_queue_controller.h', | 1256 'browser/content_settings/permission_queue_controller.h', |
| 1257 'browser/content_settings/tab_specific_content_settings.cc', | 1257 'browser/content_settings/tab_specific_content_settings.cc', |
| 1258 'browser/content_settings/tab_specific_content_settings.h', | 1258 'browser/content_settings/tab_specific_content_settings.h', |
| 1259 ], | 1259 ], |
| 1260 'chrome_browser_extensions_sources': [ | 1260 'chrome_browser_extensions_sources': [ |
| 1261 'browser/accessibility/accessibility_extension_api.cc', | 1261 'browser/accessibility/accessibility_extension_api.cc', |
| 1262 'browser/accessibility/accessibility_extension_api.h', | 1262 'browser/accessibility/accessibility_extension_api.h', |
| 1263 'browser/accessibility/animation_policy_prefs.cc', |
| 1264 'browser/accessibility/animation_policy_prefs.h', |
| 1263 'browser/autocomplete/keyword_extensions_delegate_impl.cc', | 1265 'browser/autocomplete/keyword_extensions_delegate_impl.cc', |
| 1264 'browser/autocomplete/keyword_extensions_delegate_impl.h', | 1266 'browser/autocomplete/keyword_extensions_delegate_impl.h', |
| 1265 'browser/content_settings/content_settings_internal_extension_provider.cc'
, | 1267 'browser/content_settings/content_settings_internal_extension_provider.cc'
, |
| 1266 'browser/content_settings/content_settings_internal_extension_provider.h', | 1268 'browser/content_settings/content_settings_internal_extension_provider.h', |
| 1267 'browser/drive/drive_app_registry.cc', | 1269 'browser/drive/drive_app_registry.cc', |
| 1268 'browser/drive/drive_app_registry.h', | 1270 'browser/drive/drive_app_registry.h', |
| 1269 'browser/drive/drive_app_registry_observer.h', | 1271 'browser/drive/drive_app_registry_observer.h', |
| 1270 'browser/drive/drive_api_service.cc', | 1272 'browser/drive/drive_api_service.cc', |
| 1271 'browser/drive/drive_api_service.h', | 1273 'browser/drive/drive_api_service.h', |
| 1272 'browser/drive/drive_api_util.cc', | 1274 'browser/drive/drive_api_util.cc', |
| (...skipping 2428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3701 'variables': { | 3703 'variables': { |
| 3702 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3704 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3703 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3705 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3704 }, | 3706 }, |
| 3705 'includes': [ '../build/protoc.gypi' ] | 3707 'includes': [ '../build/protoc.gypi' ] |
| 3706 }, | 3708 }, |
| 3707 ], | 3709 ], |
| 3708 },], | 3710 },], |
| 3709 ], | 3711 ], |
| 3710 } | 3712 } |
| OLD | NEW |