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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'browser/android/compositor/tab_content_manager.cc', | 94 'browser/android/compositor/tab_content_manager.cc', |
95 'browser/android/compositor/tab_content_manager.h', | 95 'browser/android/compositor/tab_content_manager.h', |
96 'browser/android/contextualsearch/contextual_search_context.cc', | 96 'browser/android/contextualsearch/contextual_search_context.cc', |
97 'browser/android/contextualsearch/contextual_search_context.h', | 97 'browser/android/contextualsearch/contextual_search_context.h', |
98 'browser/android/contextualsearch/contextual_search_delegate.cc', | 98 'browser/android/contextualsearch/contextual_search_delegate.cc', |
99 'browser/android/contextualsearch/contextual_search_delegate.h', | 99 'browser/android/contextualsearch/contextual_search_delegate.h', |
100 'browser/android/contextualsearch/contextual_search_manager.cc', | 100 'browser/android/contextualsearch/contextual_search_manager.cc', |
101 'browser/android/contextualsearch/contextual_search_manager.h', | 101 'browser/android/contextualsearch/contextual_search_manager.h', |
102 'browser/android/contextualsearch/contextual_search_tab_helper.cc', | 102 'browser/android/contextualsearch/contextual_search_tab_helper.cc', |
103 'browser/android/contextualsearch/contextual_search_tab_helper.h', | 103 'browser/android/contextualsearch/contextual_search_tab_helper.h', |
| 104 'browser/android/contextualsearch/resolved_search_term.cc', |
| 105 'browser/android/contextualsearch/resolved_search_term.h', |
104 'browser/android/cookies/cookies_fetcher.cc', | 106 'browser/android/cookies/cookies_fetcher.cc', |
105 'browser/android/cookies/cookies_fetcher.h', | 107 'browser/android/cookies/cookies_fetcher.h', |
106 'browser/android/dev_tools_discovery_provider_android.cc', | 108 'browser/android/dev_tools_discovery_provider_android.cc', |
107 'browser/android/dev_tools_discovery_provider_android.h', | 109 'browser/android/dev_tools_discovery_provider_android.h', |
108 'browser/android/dev_tools_server.cc', | 110 'browser/android/dev_tools_server.cc', |
109 'browser/android/dev_tools_server.h', | 111 'browser/android/dev_tools_server.h', |
110 'browser/android/document/document_web_contents_delegate.cc', | 112 'browser/android/document/document_web_contents_delegate.cc', |
111 'browser/android/dom_distiller/external_feedback_reporter_android.cc', | 113 'browser/android/dom_distiller/external_feedback_reporter_android.cc', |
112 'browser/android/dom_distiller/external_feedback_reporter_android.h', | 114 'browser/android/dom_distiller/external_feedback_reporter_android.h', |
113 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.cc', | 115 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.cc', |
(...skipping 4009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4123 '../components/components.gyp:omnibox_browser', | 4125 '../components/components.gyp:omnibox_browser', |
4124 '../components/components.gyp:rlz', | 4126 '../components/components.gyp:rlz', |
4125 '../components/components.gyp:search_engines', | 4127 '../components/components.gyp:search_engines', |
4126 '../rlz/rlz.gyp:rlz_lib', | 4128 '../rlz/rlz.gyp:rlz_lib', |
4127 ], | 4129 ], |
4128 }, | 4130 }, |
4129 ], | 4131 ], |
4130 }], | 4132 }], |
4131 ], | 4133 ], |
4132 } | 4134 } |
OLD | NEW |