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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', | 1109 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', |
1110 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', | 1110 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', |
1111 'browser/renderer_host/web_cache_manager.cc', | 1111 'browser/renderer_host/web_cache_manager.cc', |
1112 'browser/renderer_host/web_cache_manager.h', | 1112 'browser/renderer_host/web_cache_manager.h', |
1113 'browser/renderer_preferences_util.cc', | 1113 'browser/renderer_preferences_util.cc', |
1114 'browser/renderer_preferences_util.h', | 1114 'browser/renderer_preferences_util.h', |
1115 'browser/resources_util.cc', | 1115 'browser/resources_util.cc', |
1116 'browser/resources_util.h', | 1116 'browser/resources_util.h', |
1117 'browser/safe_browsing/safe_browsing_tab_observer.cc', | 1117 'browser/safe_browsing/safe_browsing_tab_observer.cc', |
1118 'browser/safe_browsing/safe_browsing_tab_observer.h', | 1118 'browser/safe_browsing/safe_browsing_tab_observer.h', |
1119 'browser/search/contextual_search_promo_source.cc', | 1119 'browser/search/contextual_search_promo_source_android.cc', |
1120 'browser/search/contextual_search_promo_source.h', | 1120 'browser/search/contextual_search_promo_source_android.h', |
1121 'browser/search/iframe_source.cc', | 1121 'browser/search/iframe_source.cc', |
1122 'browser/search/iframe_source.h', | 1122 'browser/search/iframe_source.h', |
1123 'browser/search/instant_io_context.cc', | 1123 'browser/search/instant_io_context.cc', |
1124 'browser/search/instant_io_context.h', | 1124 'browser/search/instant_io_context.h', |
1125 'browser/search/instant_service.cc', | 1125 'browser/search/instant_service.cc', |
1126 'browser/search/instant_service.h', | 1126 'browser/search/instant_service.h', |
1127 'browser/search/instant_service_factory.cc', | 1127 'browser/search/instant_service_factory.cc', |
1128 'browser/search/instant_service_factory.h', | 1128 'browser/search/instant_service_factory.h', |
1129 'browser/search/instant_service_observer.cc', | 1129 'browser/search/instant_service_observer.cc', |
1130 'browser/search/instant_service_observer.h', | 1130 'browser/search/instant_service_observer.h', |
(...skipping 2476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3607 'package_name': 'org/chromium/chrome/browser', | 3607 'package_name': 'org/chromium/chrome/browser', |
3608 'template_deps': ['browser/android/tab_load_status.h'], | 3608 'template_deps': ['browser/android/tab_load_status.h'], |
3609 }, | 3609 }, |
3610 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3611 }, | 3611 }, |
3612 ], | 3612 ], |
3613 }, | 3613 }, |
3614 ], | 3614 ], |
3615 ], | 3615 ], |
3616 } | 3616 } |
OLD | NEW |