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 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2452 'browser/services/gcm/gcm_account_tracker.cc', | 2452 'browser/services/gcm/gcm_account_tracker.cc', |
2453 'browser/services/gcm/gcm_account_tracker.h', | 2453 'browser/services/gcm/gcm_account_tracker.h', |
2454 'browser/services/gcm/gcm_profile_service.cc', | 2454 'browser/services/gcm/gcm_profile_service.cc', |
2455 'browser/services/gcm/gcm_profile_service.h', | 2455 'browser/services/gcm/gcm_profile_service.h', |
2456 'browser/services/gcm/gcm_profile_service_factory.cc', | 2456 'browser/services/gcm/gcm_profile_service_factory.cc', |
2457 'browser/services/gcm/gcm_profile_service_factory.h', | 2457 'browser/services/gcm/gcm_profile_service_factory.h', |
2458 'browser/services/gcm/push_messaging_application_id.cc', | 2458 'browser/services/gcm/push_messaging_application_id.cc', |
2459 'browser/services/gcm/push_messaging_application_id.h', | 2459 'browser/services/gcm/push_messaging_application_id.h', |
2460 'browser/services/gcm/push_messaging_constants.cc', | 2460 'browser/services/gcm/push_messaging_constants.cc', |
2461 'browser/services/gcm/push_messaging_constants.h', | 2461 'browser/services/gcm/push_messaging_constants.h', |
2462 'browser/services/gcm/push_messaging_infobar_delegate.cc', | |
2463 'browser/services/gcm/push_messaging_infobar_delegate.h', | |
2464 'browser/services/gcm/push_messaging_permission_context.cc', | 2462 'browser/services/gcm/push_messaging_permission_context.cc', |
2465 'browser/services/gcm/push_messaging_permission_context.h', | 2463 'browser/services/gcm/push_messaging_permission_context.h', |
2466 'browser/services/gcm/push_messaging_permission_context_factory.cc', | 2464 'browser/services/gcm/push_messaging_permission_context_factory.cc', |
2467 'browser/services/gcm/push_messaging_permission_context_factory.h', | 2465 'browser/services/gcm/push_messaging_permission_context_factory.h', |
2468 'browser/services/gcm/push_messaging_service_impl.cc', | 2466 'browser/services/gcm/push_messaging_service_impl.cc', |
2469 'browser/services/gcm/push_messaging_service_impl.h', | 2467 'browser/services/gcm/push_messaging_service_impl.h', |
2470 ], | 2468 ], |
2471 'chrome_browser_session_sources': [ | 2469 'chrome_browser_session_sources': [ |
2472 'browser/sessions/base_session_service_delegate_impl.cc', | 2470 'browser/sessions/base_session_service_delegate_impl.cc', |
2473 'browser/sessions/base_session_service_delegate_impl.h', | 2471 'browser/sessions/base_session_service_delegate_impl.h', |
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3714 'variables': { | 3712 'variables': { |
3715 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3713 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3716 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3717 }, | 3715 }, |
3718 'includes': [ '../build/protoc.gypi' ] | 3716 'includes': [ '../build/protoc.gypi' ] |
3719 }, | 3717 }, |
3720 ], | 3718 ], |
3721 },], | 3719 },], |
3722 ], | 3720 ], |
3723 } | 3721 } |
OLD | NEW |