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

Side by Side Diff: components/components_tests.gyp

Issue 211493008: Make DistillerPageWebContentsTest a real test that uses the distiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | components/dom_distiller/content/distiller_page_web_contents_browsertest.cc » ('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 2012 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 '../content/content.gyp:content_gpu', 539 '../content/content.gyp:content_gpu',
540 '../content/content.gyp:content_plugin', 540 '../content/content.gyp:content_plugin',
541 '../content/content.gyp:content_renderer', 541 '../content/content.gyp:content_renderer',
542 '../content/content_resources.gyp:content_resources', 542 '../content/content_resources.gyp:content_resources',
543 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 543 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
544 '../content/content_shell_and_tests.gyp:content_shell_lib', 544 '../content/content_shell_and_tests.gyp:content_shell_lib',
545 '../content/content_shell_and_tests.gyp:content_shell_pak', 545 '../content/content_shell_and_tests.gyp:content_shell_pak',
546 '../content/content_shell_and_tests.gyp:test_support_content', 546 '../content/content_shell_and_tests.gyp:test_support_content',
547 '../skia/skia.gyp:skia', 547 '../skia/skia.gyp:skia',
548 '../testing/gtest.gyp:gtest', 548 '../testing/gtest.gyp:gtest',
549 '../testing/gmock.gyp:gmock',
549 ], 550 ],
550 'include_dirs': [ 551 'include_dirs': [
551 '..', 552 '..',
552 ], 553 ],
553 'defines': [ 554 'defines': [
554 'HAS_OUT_OF_PROC_TEST_RUNNER', 555 'HAS_OUT_OF_PROC_TEST_RUNNER',
555 ], 556 ],
556 'sources': [ 557 'sources': [
557 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', 558 'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
558 559
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'dependencies': [ 614 'dependencies': [
614 '../base/allocator/allocator.gyp:allocator', 615 '../base/allocator/allocator.gyp:allocator',
615 ], 616 ],
616 }], 617 }],
617 ], 618 ],
618 }, 619 },
619 ], 620 ],
620 }], 621 }],
621 ], 622 ],
622 } 623 }
OLDNEW
« no previous file with comments | « no previous file | components/dom_distiller/content/distiller_page_web_contents_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698