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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'browser/search/suggestions/suggestions_source.h', | 687 'browser/search/suggestions/suggestions_source.h', |
688 'browser/search/thumbnail_source.cc', | 688 'browser/search/thumbnail_source.cc', |
689 'browser/search/thumbnail_source.h', | 689 'browser/search/thumbnail_source.h', |
690 'browser/searuch/most_visited_iframe_source.h', | 690 'browser/searuch/most_visited_iframe_source.h', |
691 'browser/shell_integration.cc', | 691 'browser/shell_integration.cc', |
692 'browser/shell_integration.h', | 692 'browser/shell_integration.h', |
693 'browser/shell_integration_android.cc', | 693 'browser/shell_integration_android.cc', |
694 'browser/shell_integration_chromeos.cc', | 694 'browser/shell_integration_chromeos.cc', |
695 'browser/shell_integration_mac.mm', | 695 'browser/shell_integration_mac.mm', |
696 'browser/shell_integration_win.cc', | 696 'browser/shell_integration_win.cc', |
| 697 'browser/sidebar/sidebar_container.cc', |
| 698 'browser/sidebar/sidebar_container.h', |
| 699 'browser/sidebar/sidebar_manager.cc', |
| 700 'browser/sidebar/sidebar_manager.h', |
| 701 'browser/sidebar/sidebar_manager_observer.h', |
697 'browser/site_details.cc', | 702 'browser/site_details.cc', |
698 'browser/site_details.h', | 703 'browser/site_details.h', |
699 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 704 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
700 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 705 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
701 'browser/speech/tts_android.cc', | 706 'browser/speech/tts_android.cc', |
702 'browser/speech/tts_android.h', | 707 'browser/speech/tts_android.h', |
703 'browser/speech/tts_chromeos.cc', | 708 'browser/speech/tts_chromeos.cc', |
704 'browser/speech/tts_controller.h', | 709 'browser/speech/tts_controller.h', |
705 'browser/speech/tts_controller_impl.cc', | 710 'browser/speech/tts_controller_impl.cc', |
706 'browser/speech/tts_controller_impl.h', | 711 'browser/speech/tts_controller_impl.h', |
(...skipping 3215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3922 'variables': { | 3927 'variables': { |
3923 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3928 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3924 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3929 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3925 }, | 3930 }, |
3926 'includes': [ '../build/protoc.gypi' ] | 3931 'includes': [ '../build/protoc.gypi' ] |
3927 }, | 3932 }, |
3928 ], | 3933 ], |
3929 },], | 3934 },], |
3930 ], | 3935 ], |
3931 } | 3936 } |
OLD | NEW |