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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'query_parser/snippet_unittest.cc', | 406 'query_parser/snippet_unittest.cc', |
407 ], | 407 ], |
408 'rappor_unittest_sources': [ | 408 'rappor_unittest_sources': [ |
409 'rappor/bloom_filter_unittest.cc', | 409 'rappor/bloom_filter_unittest.cc', |
410 'rappor/byte_vector_utils_unittest.cc', | 410 'rappor/byte_vector_utils_unittest.cc', |
411 'rappor/log_uploader_unittest.cc', | 411 'rappor/log_uploader_unittest.cc', |
412 'rappor/rappor_metric_unittest.cc', | 412 'rappor/rappor_metric_unittest.cc', |
413 'rappor/rappor_prefs_unittest.cc', | 413 'rappor/rappor_prefs_unittest.cc', |
414 'rappor/rappor_service_unittest.cc', | 414 'rappor/rappor_service_unittest.cc', |
415 'rappor/rappor_utils_unittest.cc', | 415 'rappor/rappor_utils_unittest.cc', |
| 416 'rappor/sampler_unittest.cc', |
416 ], | 417 ], |
417 'search_unittest_sources': [ | 418 'search_unittest_sources': [ |
418 'search/search_android_unittest.cc', | 419 'search/search_android_unittest.cc', |
419 'search/search_unittest.cc', | 420 'search/search_unittest.cc', |
420 'search_engines/default_search_manager_unittest.cc', | 421 'search_engines/default_search_manager_unittest.cc', |
421 'search_engines/default_search_policy_handler_unittest.cc', | 422 'search_engines/default_search_policy_handler_unittest.cc', |
422 'search_engines/keyword_table_unittest.cc', | 423 'search_engines/keyword_table_unittest.cc', |
423 'search_engines/search_host_to_urls_map_unittest.cc', | 424 'search_engines/search_host_to_urls_map_unittest.cc', |
424 'search_engines/template_url_prepopulate_data_unittest.cc', | 425 'search_engines/template_url_prepopulate_data_unittest.cc', |
425 'search_engines/template_url_service_util_unittest.cc', | 426 'search_engines/template_url_service_util_unittest.cc', |
(...skipping 822 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 |