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 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1446 'browser/metrics/extensions_metrics_provider.h', | 1446 'browser/metrics/extensions_metrics_provider.h', |
1447 'browser/renderer_host/chrome_extension_message_filter.cc', | 1447 'browser/renderer_host/chrome_extension_message_filter.cc', |
1448 'browser/renderer_host/chrome_extension_message_filter.h', | 1448 'browser/renderer_host/chrome_extension_message_filter.h', |
1449 'browser/safe_json_parser.cc', | 1449 'browser/safe_json_parser.cc', |
1450 'browser/safe_json_parser.h', | 1450 'browser/safe_json_parser.h', |
1451 'browser/search/hotword_client.h', | 1451 'browser/search/hotword_client.h', |
1452 'browser/search/hotword_service.cc', | 1452 'browser/search/hotword_service.cc', |
1453 'browser/search/hotword_service.h', | 1453 'browser/search/hotword_service.h', |
1454 'browser/search/hotword_service_factory.cc', | 1454 'browser/search/hotword_service_factory.cc', |
1455 'browser/search/hotword_service_factory.h', | 1455 'browser/search/hotword_service_factory.h', |
| 1456 'browser/signin/easy_unlock_auth_attempt.cc', |
| 1457 'browser/signin/easy_unlock_auth_attempt.h', |
1456 'browser/signin/easy_unlock_screenlock_state_handler.cc', | 1458 'browser/signin/easy_unlock_screenlock_state_handler.cc', |
1457 'browser/signin/easy_unlock_screenlock_state_handler.h', | 1459 'browser/signin/easy_unlock_screenlock_state_handler.h', |
1458 'browser/signin/easy_unlock_service.cc', | 1460 'browser/signin/easy_unlock_service.cc', |
1459 'browser/signin/easy_unlock_service.h', | 1461 'browser/signin/easy_unlock_service.h', |
1460 'browser/signin/easy_unlock_service_factory.cc', | 1462 'browser/signin/easy_unlock_service_factory.cc', |
1461 'browser/signin/easy_unlock_service_factory.h', | 1463 'browser/signin/easy_unlock_service_factory.h', |
1462 'browser/signin/easy_unlock_service_regular.cc', | 1464 'browser/signin/easy_unlock_service_regular.cc', |
1463 'browser/signin/easy_unlock_service_regular.h', | 1465 'browser/signin/easy_unlock_service_regular.h', |
1464 'browser/signin/easy_unlock_service_signin_chromeos.cc', | 1466 'browser/signin/easy_unlock_service_signin_chromeos.cc', |
1465 'browser/signin/easy_unlock_service_signin_chromeos.h', | 1467 'browser/signin/easy_unlock_service_signin_chromeos.h', |
(...skipping 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3581 'variables': { | 3583 'variables': { |
3582 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3584 }, | 3586 }, |
3585 'includes': [ '../build/protoc.gypi' ] | 3587 'includes': [ '../build/protoc.gypi' ] |
3586 }, | 3588 }, |
3587 ], | 3589 ], |
3588 },], | 3590 },], |
3589 ], | 3591 ], |
3590 } | 3592 } |
OLD | NEW |