| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'browser/browsing_data/browsing_data_remover.cc', | 242 'browser/browsing_data/browsing_data_remover.cc', |
| 243 'browser/browsing_data/browsing_data_remover.h', | 243 'browser/browsing_data/browsing_data_remover.h', |
| 244 'browser/browsing_data/browsing_data_service_worker_helper.cc', | 244 'browser/browsing_data/browsing_data_service_worker_helper.cc', |
| 245 'browser/browsing_data/browsing_data_service_worker_helper.h', | 245 'browser/browsing_data/browsing_data_service_worker_helper.h', |
| 246 'browser/browsing_data/canonical_cookie_hash.cc', | 246 'browser/browsing_data/canonical_cookie_hash.cc', |
| 247 'browser/browsing_data/canonical_cookie_hash.h', | 247 'browser/browsing_data/canonical_cookie_hash.h', |
| 248 'browser/browsing_data/cookies_tree_model.cc', | 248 'browser/browsing_data/cookies_tree_model.cc', |
| 249 'browser/browsing_data/cookies_tree_model.h', | 249 'browser/browsing_data/cookies_tree_model.h', |
| 250 'browser/browsing_data/local_data_container.cc', | 250 'browser/browsing_data/local_data_container.cc', |
| 251 'browser/browsing_data/local_data_container.h', | 251 'browser/browsing_data/local_data_container.h', |
| 252 'browser/browsing_data/storage_partition_http_cache_data_remover.cc', |
| 253 'browser/browsing_data/storage_partition_http_cache_data_remover.h', |
| 252 'browser/caps/generate_state_json.h', | 254 'browser/caps/generate_state_json.h', |
| 253 'browser/caps/generate_state_json.cc', | 255 'browser/caps/generate_state_json.cc', |
| 254 'browser/character_encoding.cc', | 256 'browser/character_encoding.cc', |
| 255 'browser/character_encoding.h', | 257 'browser/character_encoding.h', |
| 256 'browser/chrome_browser_application_mac.h', | 258 'browser/chrome_browser_application_mac.h', |
| 257 'browser/chrome_browser_application_mac.mm', | 259 'browser/chrome_browser_application_mac.mm', |
| 258 'browser/chrome_browser_field_trials.cc', | 260 'browser/chrome_browser_field_trials.cc', |
| 259 'browser/chrome_browser_field_trials.h', | 261 'browser/chrome_browser_field_trials.h', |
| 260 'browser/chrome_browser_main.cc', | 262 'browser/chrome_browser_main.cc', |
| 261 'browser/chrome_browser_main.h', | 263 'browser/chrome_browser_main.h', |
| (...skipping 3511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3773 'variables': { | 3775 'variables': { |
| 3774 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3776 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3775 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3777 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3776 }, | 3778 }, |
| 3777 'includes': [ '../build/protoc.gypi' ] | 3779 'includes': [ '../build/protoc.gypi' ] |
| 3778 }, | 3780 }, |
| 3779 ], | 3781 ], |
| 3780 },], | 3782 },], |
| 3781 ], | 3783 ], |
| 3782 } | 3784 } |
| OLD | NEW |