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

Side by Side Diff: components/components_tests.gyp

Issue 966443002: Add DataReductionProxy IPC to determine if the Data Reduction Proxy was used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to head Created 5 years, 9 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
« no previous file with comments | « components/BUILD.gn ('k') | components/data_reduction_proxy.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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 ], 483 ],
484 }], 484 }],
485 [ 'cld_version==0 or cld_version==2', { 485 [ 'cld_version==0 or cld_version==2', {
486 'dependencies': [ 486 'dependencies': [
487 # Unit tests should always use statically-linked CLD data. 487 # Unit tests should always use statically-linked CLD data.
488 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 488 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
489 }], 489 }],
490 ['OS != "ios"', { 490 ['OS != "ios"', {
491 'sources': [ 491 'sources': [
492 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 492 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
493 'data_reduction_proxy/content/browser/data_reduction_proxy_messa ge_filter_unittest.cc',
493 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 494 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
494 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc', 495 'dom_distiller/content/web_contents_main_frame_observer_unittest .cc',
495 'error_page/renderer/net_error_helper_core_unittest.cc', 496 'error_page/renderer/net_error_helper_core_unittest.cc',
496 'metrics/gpu/gpu_metrics_provider_unittest.cc', 497 'metrics/gpu/gpu_metrics_provider_unittest.cc',
497 'network_hints/renderer/dns_prefetch_queue_unittest.cc', 498 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
498 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', 499 'network_hints/renderer/renderer_dns_prefetch_unittest.cc',
499 'password_manager/content/browser/credential_manager_dispatcher_ unittest.cc', 500 'password_manager/content/browser/credential_manager_dispatcher_ unittest.cc',
500 'password_manager/content/common/credential_manager_types_unitte st.cc', 501 'password_manager/content/common/credential_manager_types_unitte st.cc',
501 'power/origin_power_map_unittest.cc', 502 'power/origin_power_map_unittest.cc',
502 ], 503 ],
503 'dependencies': [ 504 'dependencies': [
504 '../skia/skia.gyp:skia', 505 '../skia/skia.gyp:skia',
505 'components.gyp:autofill_content_browser', 506 'components.gyp:autofill_content_browser',
506 'components.gyp:autofill_content_renderer', 507 'components.gyp:autofill_content_renderer',
507 'components.gyp:autofill_content_test_support', 508 'components.gyp:autofill_content_test_support',
509 'components.gyp:data_reduction_proxy_content_browser',
508 'components.gyp:dom_distiller_content', 510 'components.gyp:dom_distiller_content',
509 'components.gyp:error_page_renderer', 511 'components.gyp:error_page_renderer',
510 'components.gyp:history_content_browser', 512 'components.gyp:history_content_browser',
511 'components.gyp:keyed_service_content', 513 'components.gyp:keyed_service_content',
512 'components.gyp:navigation_interception', 514 'components.gyp:navigation_interception',
513 'components.gyp:network_hints_renderer', 515 'components.gyp:network_hints_renderer',
514 'components.gyp:password_manager_content_browser', 516 'components.gyp:password_manager_content_browser',
515 'components.gyp:password_manager_content_common', 517 'components.gyp:password_manager_content_common',
516 'components.gyp:power', 518 'components.gyp:power',
517 'components.gyp:precache_content', 519 'components.gyp:precache_content',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 '../build/isolate.gypi', 1115 '../build/isolate.gypi',
1114 ], 1116 ],
1115 'sources': [ 1117 'sources': [
1116 'components_unittests.isolate', 1118 'components_unittests.isolate',
1117 ], 1119 ],
1118 }, 1120 },
1119 ], 1121 ],
1120 }], 1122 }],
1121 ], 1123 ],
1122 } 1124 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/data_reduction_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698