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 # 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
93 'dom_distiller/core/viewer_unittest.cc', | 93 'dom_distiller/core/viewer_unittest.cc', |
94 'domain_reliability/config_unittest.cc', | 94 'domain_reliability/config_unittest.cc', |
95 'domain_reliability/context_unittest.cc', | 95 'domain_reliability/context_unittest.cc', |
96 'domain_reliability/dispatcher_unittest.cc', | 96 'domain_reliability/dispatcher_unittest.cc', |
97 'domain_reliability/monitor_unittest.cc', | 97 'domain_reliability/monitor_unittest.cc', |
98 'domain_reliability/scheduler_unittest.cc', | 98 'domain_reliability/scheduler_unittest.cc', |
99 'domain_reliability/test_util.cc', | 99 'domain_reliability/test_util.cc', |
100 'domain_reliability/test_util.h', | 100 'domain_reliability/test_util.h', |
101 'domain_reliability/uploader_unittest.cc', | 101 'domain_reliability/uploader_unittest.cc', |
102 'domain_reliability/util_unittest.cc', | 102 'domain_reliability/util_unittest.cc', |
103 'enhanced_bookmarks/metadata_accessor_unittest.cc', | |
Kibeom Kim (inactive)
2014/06/18 17:44:57
below image_store_unittest.cc?
noyau (Ping after 24h)
2014/06/19 09:07:00
Ha, I renamed the class and forgot to reorder ever
| |
103 'enhanced_bookmarks/image_store_unittest.cc', | 104 'enhanced_bookmarks/image_store_unittest.cc', |
104 'feedback/feedback_common_unittest.cc', | 105 'feedback/feedback_common_unittest.cc', |
105 'feedback/feedback_data_unittest.cc', | 106 'feedback/feedback_data_unittest.cc', |
106 'feedback/feedback_uploader_unittest.cc', | 107 'feedback/feedback_uploader_unittest.cc', |
107 'gcm_driver/gcm_client_impl_unittest.cc', | 108 'gcm_driver/gcm_client_impl_unittest.cc', |
108 'gcm_driver/gcm_driver_desktop_unittest.cc', | 109 'gcm_driver/gcm_driver_desktop_unittest.cc', |
109 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 110 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
110 'history/core/common/thumbnail_score_unittest.cc', | 111 'history/core/common/thumbnail_score_unittest.cc', |
111 'invalidation/invalidation_logger_unittest.cc', | 112 'invalidation/invalidation_logger_unittest.cc', |
112 'json_schema/json_schema_validator_unittest.cc', | 113 'json_schema/json_schema_validator_unittest.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
253 | 254 |
254 # Dependencies of dom_distiller | 255 # Dependencies of dom_distiller |
255 'components.gyp:distilled_page_proto', | 256 'components.gyp:distilled_page_proto', |
256 'components.gyp:dom_distiller_core', | 257 'components.gyp:dom_distiller_core', |
257 'components.gyp:dom_distiller_test_support', | 258 'components.gyp:dom_distiller_test_support', |
258 | 259 |
259 # Dependencies of domain_reliability | 260 # Dependencies of domain_reliability |
260 'components.gyp:domain_reliability', | 261 'components.gyp:domain_reliability', |
261 | 262 |
262 # Dependencies of enhanced_bookmarks | 263 # Dependencies of enhanced_bookmarks |
264 'components.gyp:enhanced_bookmarks_proto', | |
Kibeom Kim (inactive)
2014/06/18 17:44:57
isn't this already included as 'components.gyp:enh
noyau (Ping after 24h)
2014/06/19 09:07:00
Done.
| |
263 'components.gyp:enhanced_bookmarks', | 265 'components.gyp:enhanced_bookmarks', |
264 'components.gyp:enhanced_bookmarks_test_support', | 266 'components.gyp:enhanced_bookmarks_test_support', |
265 | 267 |
266 # Dependencies of feedback | 268 # Dependencies of feedback |
267 'components.gyp:feedback_component', | 269 'components.gyp:feedback_component', |
268 | 270 |
269 # Dependencies of gcm | 271 # Dependencies of gcm |
270 'components.gyp:gcm_driver', | 272 'components.gyp:gcm_driver', |
271 'components.gyp:gcm_driver_test_support', | 273 'components.gyp:gcm_driver_test_support', |
272 | 274 |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
395 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 397 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
396 'sources/': [ | 398 'sources/': [ |
397 ['exclude', '\\.cc$'], | 399 ['exclude', '\\.cc$'], |
398 ['exclude', '\\.mm$'], | 400 ['exclude', '\\.mm$'], |
399 ['include', '^test/run_all_unittests\\.cc$'], | 401 ['include', '^test/run_all_unittests\\.cc$'], |
400 ['include', '^auto_login_parser/'], | 402 ['include', '^auto_login_parser/'], |
401 ['include', '^autofill/core/'], | 403 ['include', '^autofill/core/'], |
402 ['include', '^bookmarks/'], | 404 ['include', '^bookmarks/'], |
403 ['include', '^data_reduction_proxy/'], | 405 ['include', '^data_reduction_proxy/'], |
404 ['include', '^dom_distiller/'], | 406 ['include', '^dom_distiller/'], |
407 ['include', '^enhanced_bookmarks/metadata_accessor_unittest\\.cc '], | |
405 ['include', '^gcm_driver/'], | 408 ['include', '^gcm_driver/'], |
406 ['include', '^history/'], | 409 ['include', '^history/'], |
407 ['include', '^invalidation/'], | 410 ['include', '^invalidation/'], |
408 ['include', '^json_schema/'], | 411 ['include', '^json_schema/'], |
409 ['include', '^keyed_service/core/'], | 412 ['include', '^keyed_service/core/'], |
410 ['include', '^language_usage_metrics/'], | 413 ['include', '^language_usage_metrics/'], |
411 ['include', '^metrics/'], | 414 ['include', '^metrics/'], |
412 ['include', '^network_time/'], | 415 ['include', '^network_time/'], |
413 ['include', '^password_manager/'], | 416 ['include', '^password_manager/'], |
414 ['include', '^precache/core/'], | 417 ['include', '^precache/core/'], |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
794 'dependencies': [ | 797 'dependencies': [ |
795 '../base/allocator/allocator.gyp:allocator', | 798 '../base/allocator/allocator.gyp:allocator', |
796 ], | 799 ], |
797 }], | 800 }], |
798 ], | 801 ], |
799 }, | 802 }, |
800 ], | 803 ], |
801 }], | 804 }], |
802 ], | 805 ], |
803 } | 806 } |
OLD | NEW |