| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'browser/android/compositor/tab_content_manager.cc', | 95 'browser/android/compositor/tab_content_manager.cc', |
| 96 'browser/android/compositor/tab_content_manager.h', | 96 'browser/android/compositor/tab_content_manager.h', |
| 97 'browser/android/contextualsearch/contextual_search_context.cc', | 97 'browser/android/contextualsearch/contextual_search_context.cc', |
| 98 'browser/android/contextualsearch/contextual_search_context.h', | 98 'browser/android/contextualsearch/contextual_search_context.h', |
| 99 'browser/android/contextualsearch/contextual_search_delegate.cc', | 99 'browser/android/contextualsearch/contextual_search_delegate.cc', |
| 100 'browser/android/contextualsearch/contextual_search_delegate.h', | 100 'browser/android/contextualsearch/contextual_search_delegate.h', |
| 101 'browser/android/contextualsearch/contextual_search_manager.cc', | 101 'browser/android/contextualsearch/contextual_search_manager.cc', |
| 102 'browser/android/contextualsearch/contextual_search_manager.h', | 102 'browser/android/contextualsearch/contextual_search_manager.h', |
| 103 'browser/android/contextualsearch/contextual_search_tab_helper.cc', | 103 'browser/android/contextualsearch/contextual_search_tab_helper.cc', |
| 104 'browser/android/contextualsearch/contextual_search_tab_helper.h', | 104 'browser/android/contextualsearch/contextual_search_tab_helper.h', |
| 105 'browser/android/contextualsearch/resolved_search_term.cc', |
| 106 'browser/android/contextualsearch/resolved_search_term.h', |
| 105 'browser/android/cookies/cookies_fetcher.cc', | 107 'browser/android/cookies/cookies_fetcher.cc', |
| 106 'browser/android/cookies/cookies_fetcher.h', | 108 'browser/android/cookies/cookies_fetcher.h', |
| 107 'browser/android/datausage/external_data_use_observer.cc', | 109 'browser/android/datausage/external_data_use_observer.cc', |
| 108 'browser/android/datausage/external_data_use_observer.h', | 110 'browser/android/datausage/external_data_use_observer.h', |
| 109 'browser/android/dev_tools_discovery_provider_android.cc', | 111 'browser/android/dev_tools_discovery_provider_android.cc', |
| 110 'browser/android/dev_tools_discovery_provider_android.h', | 112 'browser/android/dev_tools_discovery_provider_android.h', |
| 111 'browser/android/dev_tools_server.cc', | 113 'browser/android/dev_tools_server.cc', |
| 112 'browser/android/dev_tools_server.h', | 114 'browser/android/dev_tools_server.h', |
| 113 'browser/android/document/document_web_contents_delegate.cc', | 115 'browser/android/document/document_web_contents_delegate.cc', |
| 114 'browser/android/dom_distiller/distiller_ui_handle_android.cc', | 116 'browser/android/dom_distiller/distiller_ui_handle_android.cc', |
| (...skipping 4004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4119 '../components/components.gyp:omnibox_browser', | 4121 '../components/components.gyp:omnibox_browser', |
| 4120 '../components/components.gyp:rlz', | 4122 '../components/components.gyp:rlz', |
| 4121 '../components/components.gyp:search_engines', | 4123 '../components/components.gyp:search_engines', |
| 4122 '../rlz/rlz.gyp:rlz_lib', | 4124 '../rlz/rlz.gyp:rlz_lib', |
| 4123 ], | 4125 ], |
| 4124 }, | 4126 }, |
| 4125 ], | 4127 ], |
| 4126 }], | 4128 }], |
| 4127 ], | 4129 ], |
| 4128 } | 4130 } |
| OLD | NEW |