| 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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 'browser/renderer_context_menu/context_menu_content_type_platform_app.h', | 1473 'browser/renderer_context_menu/context_menu_content_type_platform_app.h', |
| 1474 'browser/renderer_host/chrome_extension_message_filter.cc', | 1474 'browser/renderer_host/chrome_extension_message_filter.cc', |
| 1475 'browser/renderer_host/chrome_extension_message_filter.h', | 1475 'browser/renderer_host/chrome_extension_message_filter.h', |
| 1476 'browser/search/hotword_audio_history_handler.cc', | 1476 'browser/search/hotword_audio_history_handler.cc', |
| 1477 'browser/search/hotword_audio_history_handler.h', | 1477 'browser/search/hotword_audio_history_handler.h', |
| 1478 'browser/search/hotword_client.h', | 1478 'browser/search/hotword_client.h', |
| 1479 'browser/search/hotword_service.cc', | 1479 'browser/search/hotword_service.cc', |
| 1480 'browser/search/hotword_service.h', | 1480 'browser/search/hotword_service.h', |
| 1481 'browser/search/hotword_service_factory.cc', | 1481 'browser/search/hotword_service_factory.cc', |
| 1482 'browser/search/hotword_service_factory.h', | 1482 'browser/search/hotword_service_factory.h', |
| 1483 'browser/signin/chrome_proximity_auth_client.cc', |
| 1484 'browser/signin/chrome_proximity_auth_client.h', |
| 1483 'browser/signin/easy_unlock_app_manager.cc', | 1485 'browser/signin/easy_unlock_app_manager.cc', |
| 1484 'browser/signin/easy_unlock_app_manager.h', | 1486 'browser/signin/easy_unlock_app_manager.h', |
| 1485 'browser/signin/easy_unlock_auth_attempt.cc', | 1487 'browser/signin/easy_unlock_auth_attempt.cc', |
| 1486 'browser/signin/easy_unlock_auth_attempt.h', | 1488 'browser/signin/easy_unlock_auth_attempt.h', |
| 1487 'browser/signin/easy_unlock_metrics.cc', | 1489 'browser/signin/easy_unlock_metrics.cc', |
| 1488 'browser/signin/easy_unlock_metrics.h', | 1490 'browser/signin/easy_unlock_metrics.h', |
| 1489 'browser/signin/easy_unlock_screenlock_state_handler.cc', | 1491 'browser/signin/easy_unlock_screenlock_state_handler.cc', |
| 1490 'browser/signin/easy_unlock_screenlock_state_handler.h', | 1492 'browser/signin/easy_unlock_screenlock_state_handler.h', |
| 1491 'browser/signin/easy_unlock_service.cc', | 1493 'browser/signin/easy_unlock_service.cc', |
| 1492 'browser/signin/easy_unlock_service.h', | 1494 'browser/signin/easy_unlock_service.h', |
| (...skipping 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4050 'variables': { | 4052 'variables': { |
| 4051 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4053 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4052 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4054 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4053 }, | 4055 }, |
| 4054 'includes': [ '../build/protoc.gypi' ] | 4056 'includes': [ '../build/protoc.gypi' ] |
| 4055 }, | 4057 }, |
| 4056 ], | 4058 ], |
| 4057 },], | 4059 },], |
| 4058 ], | 4060 ], |
| 4059 } | 4061 } |
| OLD | NEW |