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

Side by Side Diff: components/components_tests.gyp

Issue 1425013002: Removing bad dependencies from autocomplete_provider_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment for client_owned_ Created 5 years, 1 month 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
OLDNEW
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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'network_time/network_time_tracker_unittest.cc', 377 'network_time/network_time_tracker_unittest.cc',
378 ], 378 ],
379 'offline_page_unittest_sources': [ 379 'offline_page_unittest_sources': [
380 'offline_pages/offline_page_metadata_store_impl_unittest.cc', 380 'offline_pages/offline_page_metadata_store_impl_unittest.cc',
381 'offline_pages/offline_page_model_unittest.cc', 381 'offline_pages/offline_page_model_unittest.cc',
382 ], 382 ],
383 'omnibox_unittest_sources': [ 383 'omnibox_unittest_sources': [
384 'omnibox/browser/answers_cache_unittest.cc', 384 'omnibox/browser/answers_cache_unittest.cc',
385 'omnibox/browser/autocomplete_input_unittest.cc', 385 'omnibox/browser/autocomplete_input_unittest.cc',
386 'omnibox/browser/autocomplete_match_unittest.cc', 386 'omnibox/browser/autocomplete_match_unittest.cc',
387 'omnibox/browser/autocomplete_provider_unittest.cc',
387 'omnibox/browser/autocomplete_result_unittest.cc', 388 'omnibox/browser/autocomplete_result_unittest.cc',
388 'omnibox/browser/base_search_provider_unittest.cc', 389 'omnibox/browser/base_search_provider_unittest.cc',
389 'omnibox/browser/clipboard_url_provider_unittest.cc', 390 'omnibox/browser/clipboard_url_provider_unittest.cc',
390 'omnibox/browser/in_memory_url_index_types_unittest.cc', 391 'omnibox/browser/in_memory_url_index_types_unittest.cc',
391 'omnibox/browser/keyword_provider_unittest.cc', 392 'omnibox/browser/keyword_provider_unittest.cc',
392 'omnibox/browser/omnibox_field_trial_unittest.cc', 393 'omnibox/browser/omnibox_field_trial_unittest.cc',
393 'omnibox/browser/omnibox_popup_model_unittest.cc', 394 'omnibox/browser/omnibox_popup_model_unittest.cc',
394 'omnibox/browser/omnibox_view_unittest.cc', 395 'omnibox/browser/omnibox_view_unittest.cc',
395 'omnibox/browser/scored_history_match_unittest.cc', 396 'omnibox/browser/scored_history_match_unittest.cc',
396 'omnibox/browser/suggestion_answer_unittest.cc', 397 'omnibox/browser/suggestion_answer_unittest.cc',
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 'dependencies': [ 1805 'dependencies': [
1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1806 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1806 ], 1807 ],
1807 }], 1808 }],
1808 ], 1809 ],
1809 }, 1810 },
1810 ], 1811 ],
1811 }], 1812 }],
1812 ], 1813 ],
1813 } 1814 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698