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

Side by Side Diff: components/components_tests.gyp

Issue 1420123003: Move more declarations from c/b/sb/sb_util.h to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@01_components
Patch Set: Minor: Replace safe_browsing_util:: with safe_browsing:: and use safe_browsing:: namespace prefix 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/safe_browsing_db.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 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'rappor/rappor_prefs_unittest.cc', 570 'rappor/rappor_prefs_unittest.cc',
571 'rappor/rappor_service_unittest.cc', 571 'rappor/rappor_service_unittest.cc',
572 'rappor/rappor_utils_unittest.cc', 572 'rappor/rappor_utils_unittest.cc',
573 'rappor/sampler_unittest.cc', 573 'rappor/sampler_unittest.cc',
574 ], 574 ],
575 'rlz_unittest_sources': [ 575 'rlz_unittest_sources': [
576 'rlz/rlz_tracker_unittest.cc', 576 'rlz/rlz_tracker_unittest.cc',
577 ], 577 ],
578 'safe_browsing_db_unittest_sources': [ 578 'safe_browsing_db_unittest_sources': [
579 'safe_browsing_db/prefix_set_unittest.cc', 579 'safe_browsing_db/prefix_set_unittest.cc',
580 'safe_browsing_db/safe_browsing_db_util_unittest.cc', 580 'safe_browsing_db/util_unittest.cc',
581 ], 581 ],
582 'safe_json_unittest_sources': [ 582 'safe_json_unittest_sources': [
583 'safe_json/json_sanitizer_unittest.cc', 583 'safe_json/json_sanitizer_unittest.cc',
584 ], 584 ],
585 'scheduler_unittest_sources': [ 585 'scheduler_unittest_sources': [
586 'scheduler/base/nestable_task_runner_for_test.cc', 586 'scheduler/base/nestable_task_runner_for_test.cc',
587 'scheduler/base/nestable_task_runner_for_test.h', 587 'scheduler/base/nestable_task_runner_for_test.h',
588 'scheduler/base/task_queue_manager_unittest.cc', 588 'scheduler/base/task_queue_manager_unittest.cc',
589 'scheduler/base/task_queue_selector_unittest.cc', 589 'scheduler/base/task_queue_selector_unittest.cc',
590 'scheduler/base/task_queue_sets_unittest.cc', 590 'scheduler/base/task_queue_sets_unittest.cc',
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 'dependencies': [ 1804 'dependencies': [
1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1806 ], 1806 ],
1807 }], 1807 }],
1808 ], 1808 ],
1809 }, 1809 },
1810 ], 1810 ],
1811 }], 1811 }],
1812 ], 1812 ],
1813 } 1813 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/safe_browsing_db.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698