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 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1148 ], | 1148 ], |
1149 'include_dirs': [ | 1149 'include_dirs': [ |
1150 '..', | 1150 '..', |
1151 ], | 1151 ], |
1152 'defines': [ | 1152 'defines': [ |
1153 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1153 'HAS_OUT_OF_PROC_TEST_RUNNER', |
1154 ], | 1154 ], |
1155 'sources': [ | 1155 'sources': [ |
1156 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1156 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
1157 'autofill/content/renderer/password_form_conversion_utils_browsertes
t.cc', | 1157 'autofill/content/renderer/password_form_conversion_utils_browsertes
t.cc', |
| 1158 'dom_distiller/content/distillable_page_utils_browsertest.cc', |
1158 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', | 1159 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', |
1159 'password_manager/content/renderer/credential_manager_client_browser
test.cc', | 1160 'password_manager/content/renderer/credential_manager_client_browser
test.cc', |
1160 ], | 1161 ], |
1161 'conditions': [ | 1162 'conditions': [ |
1162 ['OS == "android"', { | 1163 ['OS == "android"', { |
1163 'sources!': [ | 1164 'sources!': [ |
1164 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1165 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
1165 ], | 1166 ], |
1166 }], | 1167 }], |
1167 ['OS == "linux"', { | 1168 ['OS == "linux"', { |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 'dependencies': [ | 1249 'dependencies': [ |
1249 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1250 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1250 ], | 1251 ], |
1251 }], | 1252 }], |
1252 ], | 1253 ], |
1253 }, | 1254 }, |
1254 ], | 1255 ], |
1255 }], | 1256 }], |
1256 ], | 1257 ], |
1257 } | 1258 } |
OLD | NEW |