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

Side by Side Diff: components/components_tests.gyp

Issue 1298683002: Convert components/tracing from static lib to component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
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 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 'components.gyp:autofill_content_renderer', 1425 'components.gyp:autofill_content_renderer',
1426 'components.gyp:content_settings_core_browser', 1426 'components.gyp:content_settings_core_browser',
1427 'components.gyp:content_settings_core_common', 1427 'components.gyp:content_settings_core_common',
1428 'components.gyp:dom_distiller_content_browser', 1428 'components.gyp:dom_distiller_content_browser',
1429 'components.gyp:dom_distiller_core', 1429 'components.gyp:dom_distiller_core',
1430 'components.gyp:password_manager_content_renderer', 1430 'components.gyp:password_manager_content_renderer',
1431 'components.gyp:pref_registry_test_support', 1431 'components.gyp:pref_registry_test_support',
1432 'components_resources.gyp:components_resources', 1432 'components_resources.gyp:components_resources',
1433 'components_strings.gyp:components_strings', 1433 'components_strings.gyp:components_strings',
1434 'components_tests_pak', 1434 'components_tests_pak',
1435 'tracing.gyp:tracing',
Primiano Tucci (use gerrit) 2015/08/17 13:51:21 same here
Ruud van Asseldonk 2015/08/17 14:58:38 Done.
1435 ], 1436 ],
1436 'include_dirs': [ 1437 'include_dirs': [
1437 '..', 1438 '..',
1438 ], 1439 ],
1439 'defines': [ 1440 'defines': [
1440 'HAS_OUT_OF_PROC_TEST_RUNNER', 1441 'HAS_OUT_OF_PROC_TEST_RUNNER',
1441 ], 1442 ],
1442 'sources': [ 1443 'sources': [
1443 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1444 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1444 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', 1445 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'invalidation/impl/android/junit/', 1597 'invalidation/impl/android/junit/',
1597 'policy/android/junit/' 1598 'policy/android/junit/'
1598 ], 1599 ],
1599 }, 1600 },
1600 'includes': [ '../build/host_jar.gypi' ], 1601 'includes': [ '../build/host_jar.gypi' ],
1601 }, 1602 },
1602 ], 1603 ],
1603 }], 1604 }],
1604 ], 1605 ],
1605 } 1606 }
OLDNEW
« components/BUILD.gn ('K') | « components/BUILD.gn ('k') | components/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698