| 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', | |
| 303 'browser/content_settings/permission_bubble_request_impl.cc', | 302 'browser/content_settings/permission_bubble_request_impl.cc', |
| 304 'browser/content_settings/permission_bubble_request_impl.h', | 303 'browser/content_settings/permission_bubble_request_impl.h', |
| 305 'browser/content_settings/permission_context_base.cc', | 304 'browser/content_settings/permission_context_base.cc', |
| 306 'browser/content_settings/permission_context_base.h', | 305 'browser/content_settings/permission_context_base.h', |
| 307 'browser/content_settings/permission_context_uma_util.cc', | 306 'browser/content_settings/permission_context_uma_util.cc', |
| 308 'browser/content_settings/permission_context_uma_util.h', | 307 'browser/content_settings/permission_context_uma_util.h', |
| 309 'browser/content_settings/permission_infobar_delegate.cc', | 308 'browser/content_settings/permission_infobar_delegate.cc', |
| 310 'browser/content_settings/permission_infobar_delegate.h', | 309 'browser/content_settings/permission_infobar_delegate.h', |
| 311 'browser/content_settings/permission_queue_controller.cc', | 310 'browser/content_settings/permission_queue_controller.cc', |
| 312 'browser/content_settings/permission_queue_controller.h', | 311 'browser/content_settings/permission_queue_controller.h', |
| (...skipping 3289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3602 'variables': { | 3601 'variables': { |
| 3603 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3602 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3604 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3603 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3605 }, | 3604 }, |
| 3606 'includes': [ '../build/protoc.gypi' ] | 3605 'includes': [ '../build/protoc.gypi' ] |
| 3607 }, | 3606 }, |
| 3608 ], | 3607 ], |
| 3609 },], | 3608 },], |
| 3610 ], | 3609 ], |
| 3611 } | 3610 } |
| OLD | NEW |