| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'browser/content_settings/content_settings_usages_state.cc', | 292 'browser/content_settings/content_settings_usages_state.cc', |
| 293 'browser/content_settings/content_settings_usages_state.h', | 293 'browser/content_settings/content_settings_usages_state.h', |
| 294 'browser/content_settings/content_settings_utils.cc', | 294 'browser/content_settings/content_settings_utils.cc', |
| 295 'browser/content_settings/content_settings_utils.h', | 295 'browser/content_settings/content_settings_utils.h', |
| 296 'browser/content_settings/cookie_settings.cc', | 296 'browser/content_settings/cookie_settings.cc', |
| 297 'browser/content_settings/cookie_settings.h', | 297 'browser/content_settings/cookie_settings.h', |
| 298 'browser/content_settings/host_content_settings_map.cc', | 298 'browser/content_settings/host_content_settings_map.cc', |
| 299 'browser/content_settings/host_content_settings_map.h', | 299 'browser/content_settings/host_content_settings_map.h', |
| 300 'browser/content_settings/local_shared_objects_container.cc', | 300 'browser/content_settings/local_shared_objects_container.cc', |
| 301 'browser/content_settings/local_shared_objects_container.h', | 301 'browser/content_settings/local_shared_objects_container.h', |
| 302 'browser/content_settings/local_shared_objects_counter.h', |
| 302 'browser/content_settings/permission_bubble_request_impl.cc', | 303 'browser/content_settings/permission_bubble_request_impl.cc', |
| 303 'browser/content_settings/permission_bubble_request_impl.h', | 304 'browser/content_settings/permission_bubble_request_impl.h', |
| 304 'browser/content_settings/permission_context_base.cc', | 305 'browser/content_settings/permission_context_base.cc', |
| 305 'browser/content_settings/permission_context_base.h', | 306 'browser/content_settings/permission_context_base.h', |
| 306 'browser/content_settings/permission_context_uma_util.cc', | 307 'browser/content_settings/permission_context_uma_util.cc', |
| 307 'browser/content_settings/permission_context_uma_util.h', | 308 'browser/content_settings/permission_context_uma_util.h', |
| 308 'browser/content_settings/permission_infobar_delegate.cc', | 309 'browser/content_settings/permission_infobar_delegate.cc', |
| 309 'browser/content_settings/permission_infobar_delegate.h', | 310 'browser/content_settings/permission_infobar_delegate.h', |
| 310 'browser/content_settings/permission_queue_controller.cc', | 311 'browser/content_settings/permission_queue_controller.cc', |
| 311 'browser/content_settings/permission_queue_controller.h', | 312 'browser/content_settings/permission_queue_controller.h', |
| (...skipping 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3568 'variables': { | 3569 'variables': { |
| 3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3570 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3571 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3571 }, | 3572 }, |
| 3572 'includes': [ '../build/protoc.gypi' ] | 3573 'includes': [ '../build/protoc.gypi' ] |
| 3573 }, | 3574 }, |
| 3574 ], | 3575 ], |
| 3575 },], | 3576 },], |
| 3576 ], | 3577 ], |
| 3577 } | 3578 } |
| OLD | NEW |