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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1448 'browser/metrics/extensions_metrics_provider.h', | 1448 'browser/metrics/extensions_metrics_provider.h', |
1449 'browser/renderer_host/chrome_extension_message_filter.cc', | 1449 'browser/renderer_host/chrome_extension_message_filter.cc', |
1450 'browser/renderer_host/chrome_extension_message_filter.h', | 1450 'browser/renderer_host/chrome_extension_message_filter.h', |
1451 'browser/safe_json_parser.cc', | 1451 'browser/safe_json_parser.cc', |
1452 'browser/safe_json_parser.h', | 1452 'browser/safe_json_parser.h', |
1453 'browser/search/hotword_client.h', | 1453 'browser/search/hotword_client.h', |
1454 'browser/search/hotword_service.cc', | 1454 'browser/search/hotword_service.cc', |
1455 'browser/search/hotword_service.h', | 1455 'browser/search/hotword_service.h', |
1456 'browser/search/hotword_service_factory.cc', | 1456 'browser/search/hotword_service_factory.cc', |
1457 'browser/search/hotword_service_factory.h', | 1457 'browser/search/hotword_service_factory.h', |
| 1458 'browser/signin/easy_unlock_auth_attempt.cc', |
| 1459 'browser/signin/easy_unlock_auth_attempt.h', |
1458 'browser/signin/easy_unlock_screenlock_state_handler.cc', | 1460 'browser/signin/easy_unlock_screenlock_state_handler.cc', |
1459 'browser/signin/easy_unlock_screenlock_state_handler.h', | 1461 'browser/signin/easy_unlock_screenlock_state_handler.h', |
1460 'browser/signin/easy_unlock_service.cc', | 1462 'browser/signin/easy_unlock_service.cc', |
1461 'browser/signin/easy_unlock_service.h', | 1463 'browser/signin/easy_unlock_service.h', |
1462 'browser/signin/easy_unlock_service_factory.cc', | 1464 'browser/signin/easy_unlock_service_factory.cc', |
1463 'browser/signin/easy_unlock_service_factory.h', | 1465 'browser/signin/easy_unlock_service_factory.h', |
1464 'browser/signin/easy_unlock_service_regular.cc', | 1466 'browser/signin/easy_unlock_service_regular.cc', |
1465 'browser/signin/easy_unlock_service_regular.h', | 1467 'browser/signin/easy_unlock_service_regular.h', |
1466 'browser/signin/easy_unlock_service_signin_chromeos.cc', | 1468 'browser/signin/easy_unlock_service_signin_chromeos.cc', |
1467 'browser/signin/easy_unlock_service_signin_chromeos.h', | 1469 'browser/signin/easy_unlock_service_signin_chromeos.h', |
(...skipping 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3563 'variables': { | 3565 'variables': { |
3564 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3566 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3565 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3567 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3566 }, | 3568 }, |
3567 'includes': [ '../build/protoc.gypi' ] | 3569 'includes': [ '../build/protoc.gypi' ] |
3568 }, | 3570 }, |
3569 ], | 3571 ], |
3570 },], | 3572 },], |
3571 ], | 3573 ], |
3572 } | 3574 } |
OLD | NEW |