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 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2453 'browser/services/gcm/gcm_account_tracker.cc', | 2453 'browser/services/gcm/gcm_account_tracker.cc', |
2454 'browser/services/gcm/gcm_account_tracker.h', | 2454 'browser/services/gcm/gcm_account_tracker.h', |
2455 'browser/services/gcm/gcm_profile_service.cc', | 2455 'browser/services/gcm/gcm_profile_service.cc', |
2456 'browser/services/gcm/gcm_profile_service.h', | 2456 'browser/services/gcm/gcm_profile_service.h', |
2457 'browser/services/gcm/gcm_profile_service_factory.cc', | 2457 'browser/services/gcm/gcm_profile_service_factory.cc', |
2458 'browser/services/gcm/gcm_profile_service_factory.h', | 2458 'browser/services/gcm/gcm_profile_service_factory.h', |
2459 'browser/services/gcm/push_messaging_application_id.cc', | 2459 'browser/services/gcm/push_messaging_application_id.cc', |
2460 'browser/services/gcm/push_messaging_application_id.h', | 2460 'browser/services/gcm/push_messaging_application_id.h', |
2461 'browser/services/gcm/push_messaging_constants.cc', | 2461 'browser/services/gcm/push_messaging_constants.cc', |
2462 'browser/services/gcm/push_messaging_constants.h', | 2462 'browser/services/gcm/push_messaging_constants.h', |
2463 'browser/services/gcm/push_messaging_infobar_delegate.cc', | |
2464 'browser/services/gcm/push_messaging_infobar_delegate.h', | |
2465 'browser/services/gcm/push_messaging_permission_context.cc', | 2463 'browser/services/gcm/push_messaging_permission_context.cc', |
2466 'browser/services/gcm/push_messaging_permission_context.h', | 2464 'browser/services/gcm/push_messaging_permission_context.h', |
2467 'browser/services/gcm/push_messaging_permission_context_factory.cc', | 2465 'browser/services/gcm/push_messaging_permission_context_factory.cc', |
2468 'browser/services/gcm/push_messaging_permission_context_factory.h', | 2466 'browser/services/gcm/push_messaging_permission_context_factory.h', |
2469 'browser/services/gcm/push_messaging_service_impl.cc', | 2467 'browser/services/gcm/push_messaging_service_impl.cc', |
2470 'browser/services/gcm/push_messaging_service_impl.h', | 2468 'browser/services/gcm/push_messaging_service_impl.h', |
2471 ], | 2469 ], |
2472 'chrome_browser_session_sources': [ | 2470 'chrome_browser_session_sources': [ |
2473 'browser/sessions/base_session_service_delegate_impl.cc', | 2471 'browser/sessions/base_session_service_delegate_impl.cc', |
2474 'browser/sessions/base_session_service_delegate_impl.h', | 2472 'browser/sessions/base_session_service_delegate_impl.h', |
(...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3733 'variables': { | 3731 'variables': { |
3734 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3732 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3735 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3733 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3736 }, | 3734 }, |
3737 'includes': [ '../build/protoc.gypi' ] | 3735 'includes': [ '../build/protoc.gypi' ] |
3738 }, | 3736 }, |
3739 ], | 3737 ], |
3740 },], | 3738 },], |
3741 ], | 3739 ], |
3742 } | 3740 } |
OLD | NEW |