OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
118 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unitte st.cc', | 118 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unitte st.cc', |
119 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc', | 119 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_parse r_unittest.cc', |
120 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', | 120 'data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittes t.cc', |
121 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', | 121 'data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ', |
122 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , | 122 'data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc' , |
123 ], | 123 ], |
124 'device_event_log_unittest_sources': [ | 124 'device_event_log_unittest_sources': [ |
125 'device_event_log/device_event_log_impl_unittest.cc', | 125 'device_event_log/device_event_log_impl_unittest.cc', |
126 ], | 126 ], |
127 'dom_distiller_unittest_sources': [ | 127 'dom_distiller_unittest_sources': [ |
128 'dom_distiller/content/distillable_page_utils_unittest.cc', | |
nyquist
2015/04/01 18:12:19
I don't think you want this.
cjhopman
2015/04/01 20:59:29
Done.
| |
128 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', | 129 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', |
129 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', | 130 'dom_distiller/content/web_contents_main_frame_observer_unittest.cc', |
130 'dom_distiller/core/article_entry_unittest.cc', | 131 'dom_distiller/core/article_entry_unittest.cc', |
131 'dom_distiller/core/distillable_page_detector_unittest.cc', | 132 'dom_distiller/core/distillable_page_detector_unittest.cc', |
132 'dom_distiller/core/distilled_content_store_unittest.cc', | 133 'dom_distiller/core/distilled_content_store_unittest.cc', |
133 'dom_distiller/core/distilled_page_prefs_unittests.cc', | 134 'dom_distiller/core/distilled_page_prefs_unittests.cc', |
134 'dom_distiller/core/distiller_unittest.cc', | 135 'dom_distiller/core/distiller_unittest.cc', |
135 'dom_distiller/core/distiller_url_fetcher_unittest.cc', | 136 'dom_distiller/core/distiller_url_fetcher_unittest.cc', |
136 'dom_distiller/core/dom_distiller_model_unittest.cc', | 137 'dom_distiller/core/dom_distiller_model_unittest.cc', |
137 'dom_distiller/core/dom_distiller_service_unittest.cc', | 138 'dom_distiller/core/dom_distiller_service_unittest.cc', |
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1143 ], | 1144 ], |
1144 'include_dirs': [ | 1145 'include_dirs': [ |
1145 '..', | 1146 '..', |
1146 ], | 1147 ], |
1147 'defines': [ | 1148 'defines': [ |
1148 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1149 'HAS_OUT_OF_PROC_TEST_RUNNER', |
1149 ], | 1150 ], |
1150 'sources': [ | 1151 'sources': [ |
1151 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1152 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
1152 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', | 1153 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', |
1154 'dom_distiller/content/distillable_page_utils_browsertest.cc', | |
1153 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', | 1155 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', |
1154 'password_manager/content/renderer/credential_manager_client_browser test.cc', | 1156 'password_manager/content/renderer/credential_manager_client_browser test.cc', |
1155 ], | 1157 ], |
1156 'conditions': [ | 1158 'conditions': [ |
1157 ['OS == "android"', { | 1159 ['OS == "android"', { |
1158 'sources!': [ | 1160 'sources!': [ |
1159 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1161 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
1160 ], | 1162 ], |
1161 }], | 1163 }], |
1162 ['OS == "linux"', { | 1164 ['OS == "linux"', { |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1243 'dependencies': [ | 1245 'dependencies': [ |
1244 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1246 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1245 ], | 1247 ], |
1246 }], | 1248 }], |
1247 ], | 1249 ], |
1248 }, | 1250 }, |
1249 ], | 1251 ], |
1250 }], | 1252 }], |
1251 ], | 1253 ], |
1252 } | 1254 } |
OLD | NEW |