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

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: comments 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
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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../content/content.gyp:content_gpu', 534 '../content/content.gyp:content_gpu',
535 '../content/content.gyp:content_plugin', 535 '../content/content.gyp:content_plugin',
536 '../content/content.gyp:content_renderer', 536 '../content/content.gyp:content_renderer',
537 '../content/content_resources.gyp:content_resources', 537 '../content/content_resources.gyp:content_resources',
538 '../content/content_shell_and_tests.gyp:content_browser_test_support ', 538 '../content/content_shell_and_tests.gyp:content_browser_test_support ',
539 '../content/content_shell_and_tests.gyp:content_shell_lib', 539 '../content/content_shell_and_tests.gyp:content_shell_lib',
540 '../content/content_shell_and_tests.gyp:content_shell_pak', 540 '../content/content_shell_and_tests.gyp:content_shell_pak',
541 '../content/content_shell_and_tests.gyp:test_support_content', 541 '../content/content_shell_and_tests.gyp:test_support_content',
542 '../skia/skia.gyp:skia', 542 '../skia/skia.gyp:skia',
543 '../testing/gtest.gyp:gtest', 543 '../testing/gtest.gyp:gtest',
544 '../testing/gmock.gyp:gmock',
544 ], 545 ],
545 'include_dirs': [ 546 'include_dirs': [
546 '..', 547 '..',
547 ], 548 ],
548 'defines': [ 549 'defines': [
549 'HAS_OUT_OF_PROC_TEST_RUNNER', 550 'HAS_OUT_OF_PROC_TEST_RUNNER',
550 ], 551 ],
551 'sources': [ 552 'sources': [
552 '../content/test/content_test_launcher.cc', 553 '../content/test/content_test_launcher.cc',
553 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', 554 'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'dependencies': [ 618 'dependencies': [
618 '../base/allocator/allocator.gyp:allocator', 619 '../base/allocator/allocator.gyp:allocator',
619 ], 620 ],
620 }], 621 }],
621 ], 622 ],
622 }, 623 },
623 ], 624 ],
624 }], 625 }],
625 ], 626 ],
626 } 627 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698