| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |