| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'browser/android/compositor/tab_content_manager.cc', | 92 'browser/android/compositor/tab_content_manager.cc', |
| 93 'browser/android/compositor/tab_content_manager.h', | 93 'browser/android/compositor/tab_content_manager.h', |
| 94 'browser/android/contextualsearch/contextual_search_context.cc', | 94 'browser/android/contextualsearch/contextual_search_context.cc', |
| 95 'browser/android/contextualsearch/contextual_search_context.h', | 95 'browser/android/contextualsearch/contextual_search_context.h', |
| 96 'browser/android/contextualsearch/contextual_search_delegate.cc', | 96 'browser/android/contextualsearch/contextual_search_delegate.cc', |
| 97 'browser/android/contextualsearch/contextual_search_delegate.h', | 97 'browser/android/contextualsearch/contextual_search_delegate.h', |
| 98 'browser/android/contextualsearch/contextual_search_manager.cc', | 98 'browser/android/contextualsearch/contextual_search_manager.cc', |
| 99 'browser/android/contextualsearch/contextual_search_manager.h', | 99 'browser/android/contextualsearch/contextual_search_manager.h', |
| 100 'browser/android/contextualsearch/contextual_search_tab_helper.cc', | 100 'browser/android/contextualsearch/contextual_search_tab_helper.cc', |
| 101 'browser/android/contextualsearch/contextual_search_tab_helper.h', | 101 'browser/android/contextualsearch/contextual_search_tab_helper.h', |
| 102 'browser/android/contextualsearch/resolved_search_term.cc', |
| 103 'browser/android/contextualsearch/resolved_search_term.h', |
| 102 'browser/android/cookies/cookies_fetcher.cc', | 104 'browser/android/cookies/cookies_fetcher.cc', |
| 103 'browser/android/cookies/cookies_fetcher.h', | 105 'browser/android/cookies/cookies_fetcher.h', |
| 104 'browser/android/dev_tools_discovery_provider_android.cc', | 106 'browser/android/dev_tools_discovery_provider_android.cc', |
| 105 'browser/android/dev_tools_discovery_provider_android.h', | 107 'browser/android/dev_tools_discovery_provider_android.h', |
| 106 'browser/android/dev_tools_server.cc', | 108 'browser/android/dev_tools_server.cc', |
| 107 'browser/android/dev_tools_server.h', | 109 'browser/android/dev_tools_server.h', |
| 108 'browser/android/document/document_web_contents_delegate.cc', | 110 'browser/android/document/document_web_contents_delegate.cc', |
| 109 'browser/android/dom_distiller/external_feedback_reporter_android.cc', | 111 'browser/android/dom_distiller/external_feedback_reporter_android.cc', |
| 110 'browser/android/dom_distiller/external_feedback_reporter_android.h', | 112 'browser/android/dom_distiller/external_feedback_reporter_android.h', |
| 111 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.cc', | 113 'browser/android/download/android_download_manager_overwrite_infobar_deleg
ate.cc', |
| (...skipping 4002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4114 '../components/components.gyp:omnibox_browser', | 4116 '../components/components.gyp:omnibox_browser', |
| 4115 '../components/components.gyp:rlz', | 4117 '../components/components.gyp:rlz', |
| 4116 '../components/components.gyp:search_engines', | 4118 '../components/components.gyp:search_engines', |
| 4117 '../rlz/rlz.gyp:rlz_lib', | 4119 '../rlz/rlz.gyp:rlz_lib', |
| 4118 ], | 4120 ], |
| 4119 }, | 4121 }, |
| 4120 ], | 4122 ], |
| 4121 }], | 4123 }], |
| 4122 ], | 4124 ], |
| 4123 } | 4125 } |
| OLD | NEW |