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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1292 'browser/renderer_host/chrome_extension_message_filter.h', | 1292 'browser/renderer_host/chrome_extension_message_filter.h', |
1293 'browser/search/hotword_audio_history_handler.cc', | 1293 'browser/search/hotword_audio_history_handler.cc', |
1294 'browser/search/hotword_audio_history_handler.h', | 1294 'browser/search/hotword_audio_history_handler.h', |
1295 'browser/search/hotword_client.h', | 1295 'browser/search/hotword_client.h', |
1296 'browser/search/hotword_service.cc', | 1296 'browser/search/hotword_service.cc', |
1297 'browser/search/hotword_service.h', | 1297 'browser/search/hotword_service.h', |
1298 'browser/search/hotword_service_factory.cc', | 1298 'browser/search/hotword_service_factory.cc', |
1299 'browser/search/hotword_service_factory.h', | 1299 'browser/search/hotword_service_factory.h', |
1300 'browser/signin/easy_unlock_auth_attempt.cc', | 1300 'browser/signin/easy_unlock_auth_attempt.cc', |
1301 'browser/signin/easy_unlock_auth_attempt.h', | 1301 'browser/signin/easy_unlock_auth_attempt.h', |
| 1302 'browser/signin/easy_unlock_metrics.cc', |
| 1303 'browser/signin/easy_unlock_metrics.h', |
1302 'browser/signin/easy_unlock_screenlock_state_handler.cc', | 1304 'browser/signin/easy_unlock_screenlock_state_handler.cc', |
1303 'browser/signin/easy_unlock_screenlock_state_handler.h', | 1305 'browser/signin/easy_unlock_screenlock_state_handler.h', |
1304 'browser/signin/easy_unlock_service.cc', | 1306 'browser/signin/easy_unlock_service.cc', |
1305 'browser/signin/easy_unlock_service.h', | 1307 'browser/signin/easy_unlock_service.h', |
1306 'browser/signin/easy_unlock_service_factory.cc', | 1308 'browser/signin/easy_unlock_service_factory.cc', |
1307 'browser/signin/easy_unlock_service_factory.h', | 1309 'browser/signin/easy_unlock_service_factory.h', |
1308 'browser/signin/easy_unlock_service_regular.cc', | 1310 'browser/signin/easy_unlock_service_regular.cc', |
1309 'browser/signin/easy_unlock_service_regular.h', | 1311 'browser/signin/easy_unlock_service_regular.h', |
1310 'browser/signin/easy_unlock_service_signin_chromeos.cc', | 1312 'browser/signin/easy_unlock_service_signin_chromeos.cc', |
1311 'browser/signin/easy_unlock_service_signin_chromeos.h', | 1313 'browser/signin/easy_unlock_service_signin_chromeos.h', |
(...skipping 2376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3688 'variables': { | 3690 'variables': { |
3689 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3691 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3690 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3692 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3691 }, | 3693 }, |
3692 'includes': [ '../build/protoc.gypi' ] | 3694 'includes': [ '../build/protoc.gypi' ] |
3693 }, | 3695 }, |
3694 ], | 3696 ], |
3695 },], | 3697 },], |
3696 ], | 3698 ], |
3697 } | 3699 } |
OLD | NEW |