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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'browser/safe_browsing/srt_fetcher_win.cc', | 657 'browser/safe_browsing/srt_fetcher_win.cc', |
658 'browser/safe_browsing/srt_fetcher_win.h', | 658 'browser/safe_browsing/srt_fetcher_win.h', |
659 'browser/safe_browsing/srt_field_trial_win.cc', | 659 'browser/safe_browsing/srt_field_trial_win.cc', |
660 'browser/safe_browsing/srt_field_trial_win.h', | 660 'browser/safe_browsing/srt_field_trial_win.h', |
661 'browser/safe_browsing/srt_global_error_win.cc', | 661 'browser/safe_browsing/srt_global_error_win.cc', |
662 'browser/safe_browsing/srt_global_error_win.h', | 662 'browser/safe_browsing/srt_global_error_win.h', |
663 'browser/safe_json_parser.cc', | 663 'browser/safe_json_parser.cc', |
664 'browser/safe_json_parser.h', | 664 'browser/safe_json_parser.h', |
665 'browser/search/contextual_search_policy_handler_android.cc', | 665 'browser/search/contextual_search_policy_handler_android.cc', |
666 'browser/search/contextual_search_policy_handler_android.h', | 666 'browser/search/contextual_search_policy_handler_android.h', |
667 'browser/search/contextual_search_promo_source_android.cc', | |
668 'browser/search/contextual_search_promo_source_android.h', | |
669 'browser/search/iframe_source.cc', | 667 'browser/search/iframe_source.cc', |
670 'browser/search/iframe_source.h', | 668 'browser/search/iframe_source.h', |
671 'browser/search/instant_io_context.cc', | 669 'browser/search/instant_io_context.cc', |
672 'browser/search/instant_io_context.h', | 670 'browser/search/instant_io_context.h', |
673 'browser/search/instant_service.cc', | 671 'browser/search/instant_service.cc', |
674 'browser/search/instant_service.h', | 672 'browser/search/instant_service.h', |
675 'browser/search/instant_service_factory.cc', | 673 'browser/search/instant_service_factory.cc', |
676 'browser/search/instant_service_factory.h', | 674 'browser/search/instant_service_factory.h', |
677 'browser/search/instant_service_observer.cc', | 675 'browser/search/instant_service_observer.cc', |
678 'browser/search/instant_service_observer.h', | 676 'browser/search/instant_service_observer.h', |
(...skipping 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3914 'variables': { | 3912 'variables': { |
3915 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3913 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3916 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3914 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3917 }, | 3915 }, |
3918 'includes': [ '../build/protoc.gypi' ] | 3916 'includes': [ '../build/protoc.gypi' ] |
3919 }, | 3917 }, |
3920 ], | 3918 ], |
3921 },], | 3919 },], |
3922 ], | 3920 ], |
3923 } | 3921 } |
OLD | NEW |