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 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 'browser/services/gcm/gcm_account_tracker.cc', | 1451 'browser/services/gcm/gcm_account_tracker.cc', |
1452 'browser/services/gcm/gcm_account_tracker.h', | 1452 'browser/services/gcm/gcm_account_tracker.h', |
1453 'browser/services/gcm/gcm_profile_service.cc', | 1453 'browser/services/gcm/gcm_profile_service.cc', |
1454 'browser/services/gcm/gcm_profile_service.h', | 1454 'browser/services/gcm/gcm_profile_service.h', |
1455 'browser/services/gcm/gcm_profile_service_factory.cc', | 1455 'browser/services/gcm/gcm_profile_service_factory.cc', |
1456 'browser/services/gcm/gcm_profile_service_factory.h', | 1456 'browser/services/gcm/gcm_profile_service_factory.h', |
1457 'browser/services/gcm/push_messaging_application_id.cc', | 1457 'browser/services/gcm/push_messaging_application_id.cc', |
1458 'browser/services/gcm/push_messaging_application_id.h', | 1458 'browser/services/gcm/push_messaging_application_id.h', |
1459 'browser/services/gcm/push_messaging_constants.cc', | 1459 'browser/services/gcm/push_messaging_constants.cc', |
1460 'browser/services/gcm/push_messaging_constants.h', | 1460 'browser/services/gcm/push_messaging_constants.h', |
1461 'browser/services/gcm/push_messaging_infobar_delegate.cc', | |
1462 'browser/services/gcm/push_messaging_infobar_delegate.h', | |
1463 'browser/services/gcm/push_messaging_permission_context.cc', | 1461 'browser/services/gcm/push_messaging_permission_context.cc', |
1464 'browser/services/gcm/push_messaging_permission_context.h', | 1462 'browser/services/gcm/push_messaging_permission_context.h', |
1465 'browser/services/gcm/push_messaging_permission_context_factory.cc', | 1463 'browser/services/gcm/push_messaging_permission_context_factory.cc', |
1466 'browser/services/gcm/push_messaging_permission_context_factory.h', | 1464 'browser/services/gcm/push_messaging_permission_context_factory.h', |
1467 'browser/services/gcm/push_messaging_service_impl.cc', | 1465 'browser/services/gcm/push_messaging_service_impl.cc', |
1468 'browser/services/gcm/push_messaging_service_impl.h', | 1466 'browser/services/gcm/push_messaging_service_impl.h', |
1469 ], | 1467 ], |
1470 'chrome_browser_session_sources': [ | 1468 'chrome_browser_session_sources': [ |
1471 'browser/sessions/base_session_service_delegate_impl.cc', | 1469 'browser/sessions/base_session_service_delegate_impl.cc', |
1472 'browser/sessions/base_session_service_delegate_impl.h', | 1470 'browser/sessions/base_session_service_delegate_impl.h', |
(...skipping 2227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3700 'variables': { | 3698 'variables': { |
3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3699 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3700 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3703 }, | 3701 }, |
3704 'includes': [ '../build/protoc.gypi' ] | 3702 'includes': [ '../build/protoc.gypi' ] |
3705 }, | 3703 }, |
3706 ], | 3704 ], |
3707 },], | 3705 },], |
3708 ], | 3706 ], |
3709 } | 3707 } |
OLD | NEW |