| 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 'browser/resources_util.cc', | 625 'browser/resources_util.cc', |
| 626 'browser/resources_util.h', | 626 'browser/resources_util.h', |
| 627 'browser/safe_browsing/safe_browsing_tab_observer.cc', | 627 'browser/safe_browsing/safe_browsing_tab_observer.cc', |
| 628 'browser/safe_browsing/safe_browsing_tab_observer.h', | 628 'browser/safe_browsing/safe_browsing_tab_observer.h', |
| 629 'browser/safe_browsing/srt_fetcher_win.cc', | 629 'browser/safe_browsing/srt_fetcher_win.cc', |
| 630 'browser/safe_browsing/srt_fetcher_win.h', | 630 'browser/safe_browsing/srt_fetcher_win.h', |
| 631 'browser/safe_browsing/srt_field_trial_win.cc', | 631 'browser/safe_browsing/srt_field_trial_win.cc', |
| 632 'browser/safe_browsing/srt_field_trial_win.h', | 632 'browser/safe_browsing/srt_field_trial_win.h', |
| 633 'browser/safe_browsing/srt_global_error_win.cc', | 633 'browser/safe_browsing/srt_global_error_win.cc', |
| 634 'browser/safe_browsing/srt_global_error_win.h', | 634 'browser/safe_browsing/srt_global_error_win.h', |
| 635 'browser/safe_image_fetcher.cc', |
| 636 'browser/safe_image_fetcher.h', |
| 635 'browser/safe_json_parser.cc', | 637 'browser/safe_json_parser.cc', |
| 636 'browser/safe_json_parser.h', | 638 'browser/safe_json_parser.h', |
| 637 'browser/search/contextual_search_policy_handler_android.cc', | 639 'browser/search/contextual_search_policy_handler_android.cc', |
| 638 'browser/search/contextual_search_policy_handler_android.h', | 640 'browser/search/contextual_search_policy_handler_android.h', |
| 639 'browser/search/contextual_search_promo_source_android.cc', | 641 'browser/search/contextual_search_promo_source_android.cc', |
| 640 'browser/search/contextual_search_promo_source_android.h', | 642 'browser/search/contextual_search_promo_source_android.h', |
| 641 'browser/search/iframe_source.cc', | 643 'browser/search/iframe_source.cc', |
| 642 'browser/search/iframe_source.h', | 644 'browser/search/iframe_source.h', |
| 643 'browser/search/instant_io_context.cc', | 645 'browser/search/instant_io_context.cc', |
| 644 'browser/search/instant_io_context.h', | 646 'browser/search/instant_io_context.h', |
| (...skipping 3134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3779 'variables': { | 3781 'variables': { |
| 3780 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3782 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3781 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3783 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3782 }, | 3784 }, |
| 3783 'includes': [ '../build/protoc.gypi' ] | 3785 'includes': [ '../build/protoc.gypi' ] |
| 3784 }, | 3786 }, |
| 3785 ], | 3787 ], |
| 3786 },], | 3788 },], |
| 3787 ], | 3789 ], |
| 3788 } | 3790 } |
| OLD | NEW |