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 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2457 'browser/services/gcm/gcm_account_tracker.cc', | 2457 'browser/services/gcm/gcm_account_tracker.cc', |
2458 'browser/services/gcm/gcm_account_tracker.h', | 2458 'browser/services/gcm/gcm_account_tracker.h', |
2459 'browser/services/gcm/gcm_profile_service.cc', | 2459 'browser/services/gcm/gcm_profile_service.cc', |
2460 'browser/services/gcm/gcm_profile_service.h', | 2460 'browser/services/gcm/gcm_profile_service.h', |
2461 'browser/services/gcm/gcm_profile_service_factory.cc', | 2461 'browser/services/gcm/gcm_profile_service_factory.cc', |
2462 'browser/services/gcm/gcm_profile_service_factory.h', | 2462 'browser/services/gcm/gcm_profile_service_factory.h', |
2463 'browser/services/gcm/push_messaging_application_id.cc', | 2463 'browser/services/gcm/push_messaging_application_id.cc', |
2464 'browser/services/gcm/push_messaging_application_id.h', | 2464 'browser/services/gcm/push_messaging_application_id.h', |
2465 'browser/services/gcm/push_messaging_constants.cc', | 2465 'browser/services/gcm/push_messaging_constants.cc', |
2466 'browser/services/gcm/push_messaging_constants.h', | 2466 'browser/services/gcm/push_messaging_constants.h', |
2467 'browser/services/gcm/push_messaging_infobar_delegate.cc', | |
2468 'browser/services/gcm/push_messaging_infobar_delegate.h', | |
2469 'browser/services/gcm/push_messaging_permission_context.cc', | 2467 'browser/services/gcm/push_messaging_permission_context.cc', |
2470 'browser/services/gcm/push_messaging_permission_context.h', | 2468 'browser/services/gcm/push_messaging_permission_context.h', |
2471 'browser/services/gcm/push_messaging_permission_context_factory.cc', | 2469 'browser/services/gcm/push_messaging_permission_context_factory.cc', |
2472 'browser/services/gcm/push_messaging_permission_context_factory.h', | 2470 'browser/services/gcm/push_messaging_permission_context_factory.h', |
2473 'browser/services/gcm/push_messaging_service_impl.cc', | 2471 'browser/services/gcm/push_messaging_service_impl.cc', |
2474 'browser/services/gcm/push_messaging_service_impl.h', | 2472 'browser/services/gcm/push_messaging_service_impl.h', |
2475 ], | 2473 ], |
2476 'chrome_browser_session_sources': [ | 2474 'chrome_browser_session_sources': [ |
2477 'browser/sessions/base_session_service_delegate_impl.cc', | 2475 'browser/sessions/base_session_service_delegate_impl.cc', |
2478 'browser/sessions/base_session_service_delegate_impl.h', | 2476 'browser/sessions/base_session_service_delegate_impl.h', |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3723 'variables': { | 3721 'variables': { |
3724 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3722 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3725 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3723 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3726 }, | 3724 }, |
3727 'includes': [ '../build/protoc.gypi' ] | 3725 'includes': [ '../build/protoc.gypi' ] |
3728 }, | 3726 }, |
3729 ], | 3727 ], |
3730 },], | 3728 },], |
3731 ], | 3729 ], |
3732 } | 3730 } |
OLD | NEW |