Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Side by Side Diff: components/components_tests.gyp

Issue 330833002: Extract protobuf database into a new 'leveldb_proto' component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/components.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 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,
11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components', 11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', 77 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc',
78 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', 78 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c',
79 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', 79 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc',
80 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', 80 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc',
81 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy _unittest.cc', 81 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy _unittest.cc',
82 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c', 82 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c',
83 'dom_distiller/core/article_entry_unittest.cc', 83 'dom_distiller/core/article_entry_unittest.cc',
84 'dom_distiller/core/distilled_content_store_unittest.cc', 84 'dom_distiller/core/distilled_content_store_unittest.cc',
85 'dom_distiller/core/distiller_unittest.cc', 85 'dom_distiller/core/distiller_unittest.cc',
86 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 86 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
87 'dom_distiller/core/dom_distiller_database_unittest.cc',
88 'dom_distiller/core/dom_distiller_model_unittest.cc', 87 'dom_distiller/core/dom_distiller_model_unittest.cc',
89 'dom_distiller/core/dom_distiller_service_unittest.cc', 88 'dom_distiller/core/dom_distiller_service_unittest.cc',
90 'dom_distiller/core/dom_distiller_store_unittest.cc', 89 'dom_distiller/core/dom_distiller_store_unittest.cc',
91 'dom_distiller/core/task_tracker_unittest.cc', 90 'dom_distiller/core/task_tracker_unittest.cc',
92 'dom_distiller/core/url_utils_unittest.cc', 91 'dom_distiller/core/url_utils_unittest.cc',
93 'dom_distiller/core/viewer_unittest.cc', 92 'dom_distiller/core/viewer_unittest.cc',
94 'domain_reliability/config_unittest.cc', 93 'domain_reliability/config_unittest.cc',
95 'domain_reliability/context_unittest.cc', 94 'domain_reliability/context_unittest.cc',
96 'domain_reliability/dispatcher_unittest.cc', 95 'domain_reliability/dispatcher_unittest.cc',
97 'domain_reliability/monitor_unittest.cc', 96 'domain_reliability/monitor_unittest.cc',
(...skipping 10 matching lines...) Expand all
108 'gcm_driver/gcm_driver_desktop_unittest.cc', 107 'gcm_driver/gcm_driver_desktop_unittest.cc',
109 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 108 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
110 'history/core/common/thumbnail_score_unittest.cc', 109 'history/core/common/thumbnail_score_unittest.cc',
111 'invalidation/invalidation_logger_unittest.cc', 110 'invalidation/invalidation_logger_unittest.cc',
112 'json_schema/json_schema_validator_unittest.cc', 111 'json_schema/json_schema_validator_unittest.cc',
113 'json_schema/json_schema_validator_unittest_base.cc', 112 'json_schema/json_schema_validator_unittest_base.cc',
114 'json_schema/json_schema_validator_unittest_base.h', 113 'json_schema/json_schema_validator_unittest_base.h',
115 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 114 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
116 'keyed_service/core/dependency_graph_unittest.cc', 115 'keyed_service/core/dependency_graph_unittest.cc',
117 'language_usage_metrics/language_usage_metrics_unittest.cc', 116 'language_usage_metrics/language_usage_metrics_unittest.cc',
117 'leveldb_proto/proto_database_impl_unittest.cc',
118 'metrics/compression_utils_unittest.cc', 118 'metrics/compression_utils_unittest.cc',
119 'metrics/machine_id_provider_win_unittest.cc', 119 'metrics/machine_id_provider_win_unittest.cc',
120 'metrics/metrics_hashes_unittest.cc', 120 'metrics/metrics_hashes_unittest.cc',
121 'metrics/metrics_log_manager_unittest.cc', 121 'metrics/metrics_log_manager_unittest.cc',
122 'metrics/metrics_log_unittest.cc', 122 'metrics/metrics_log_unittest.cc',
123 'metrics/metrics_reporting_scheduler_unittest.cc', 123 'metrics/metrics_reporting_scheduler_unittest.cc',
124 'metrics/metrics_service_unittest.cc', 124 'metrics/metrics_service_unittest.cc',
125 'metrics/metrics_state_manager_unittest.cc', 125 'metrics/metrics_state_manager_unittest.cc',
126 'metrics/persisted_logs_unittest.cc', 126 'metrics/persisted_logs_unittest.cc',
127 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 127 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 279
280 # Dependencies of json_schema 280 # Dependencies of json_schema
281 'components.gyp:json_schema', 281 'components.gyp:json_schema',
282 282
283 # Dependencies of keyed_service 283 # Dependencies of keyed_service
284 'components.gyp:keyed_service_core', 284 'components.gyp:keyed_service_core',
285 285
286 # Dependencies of language_usage_metrics 286 # Dependencies of language_usage_metrics
287 'components.gyp:language_usage_metrics', 287 'components.gyp:language_usage_metrics',
288 288
289 # Dependencies of leveldb_proto
290 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
291 'components.gyp:leveldb_proto',
292 'components.gyp:leveldb_proto_test_support',
293
289 # Dependencies of metrics 294 # Dependencies of metrics
290 'components.gyp:metrics', 295 'components.gyp:metrics',
291 'components.gyp:metrics_net', 296 'components.gyp:metrics_net',
292 'components.gyp:metrics_test_support', 297 'components.gyp:metrics_test_support',
293 298
294 # Dependencies of network_time 299 # Dependencies of network_time
295 'components.gyp:network_time', 300 'components.gyp:network_time',
296 301
297 # Dependencies of os_crypt 302 # Dependencies of os_crypt
298 'components.gyp:os_crypt', 303 'components.gyp:os_crypt',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 ['include', '^autofill/core/'], 406 ['include', '^autofill/core/'],
402 ['include', '^bookmarks/'], 407 ['include', '^bookmarks/'],
403 ['include', '^data_reduction_proxy/'], 408 ['include', '^data_reduction_proxy/'],
404 ['include', '^dom_distiller/'], 409 ['include', '^dom_distiller/'],
405 ['include', '^gcm_driver/'], 410 ['include', '^gcm_driver/'],
406 ['include', '^history/'], 411 ['include', '^history/'],
407 ['include', '^invalidation/'], 412 ['include', '^invalidation/'],
408 ['include', '^json_schema/'], 413 ['include', '^json_schema/'],
409 ['include', '^keyed_service/core/'], 414 ['include', '^keyed_service/core/'],
410 ['include', '^language_usage_metrics/'], 415 ['include', '^language_usage_metrics/'],
416 ['include', '^leveldb_proto/'],
411 ['include', '^metrics/'], 417 ['include', '^metrics/'],
412 ['include', '^network_time/'], 418 ['include', '^network_time/'],
413 ['include', '^password_manager/'], 419 ['include', '^password_manager/'],
414 ['include', '^precache/core/'], 420 ['include', '^precache/core/'],
415 ['include', '^search_provider_logos/'], 421 ['include', '^search_provider_logos/'],
416 ['include', '^signin/'], 422 ['include', '^signin/'],
417 ['include', '^sync_driver/'], 423 ['include', '^sync_driver/'],
418 ['include', '^translate/'], 424 ['include', '^translate/'],
419 ['include', '^url_fixer/'], 425 ['include', '^url_fixer/'],
420 ['include', '^variations/'], 426 ['include', '^variations/'],
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'dependencies': [ 800 'dependencies': [
795 '../base/allocator/allocator.gyp:allocator', 801 '../base/allocator/allocator.gyp:allocator',
796 ], 802 ],
797 }], 803 }],
798 ], 804 ],
799 }, 805 },
800 ], 806 ],
801 }], 807 }],
802 ], 808 ],
803 } 809 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698