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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1128453003: Remove the OOP PDF flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.h » ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc', 1712 'browser/ui/exclusive_access/fullscreen_controller_state_test.cc',
1713 'browser/ui/exclusive_access/fullscreen_controller_state_test.h', 1713 'browser/ui/exclusive_access/fullscreen_controller_state_test.h',
1714 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h', 1714 'browser/ui/exclusive_access/fullscreen_controller_state_tests.h',
1715 'browser/ui/exclusive_access/fullscreen_controller_test.cc', 1715 'browser/ui/exclusive_access/fullscreen_controller_test.cc',
1716 'browser/ui/exclusive_access/fullscreen_controller_test.h', 1716 'browser/ui/exclusive_access/fullscreen_controller_test.h',
1717 'browser/ui/find_bar/find_bar_host_unittest_util.h', 1717 'browser/ui/find_bar/find_bar_host_unittest_util.h',
1718 'browser/ui/login/login_prompt_test_utils.cc', 1718 'browser/ui/login/login_prompt_test_utils.cc',
1719 'browser/ui/login/login_prompt_test_utils.h', 1719 'browser/ui/login/login_prompt_test_utils.h',
1720 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc', 1720 'browser/ui/passwords/manage_passwords_ui_controller_mock.cc',
1721 'browser/ui/passwords/manage_passwords_ui_controller_mock.h', 1721 'browser/ui/passwords/manage_passwords_ui_controller_mock.h',
1722 'browser/ui/pdf/pdf_browsertest_base.cc',
1723 'browser/ui/pdf/pdf_browsertest_base.h',
1724 'browser/ui/test/test_confirm_bubble_model.cc', 1722 'browser/ui/test/test_confirm_bubble_model.cc',
1725 'browser/ui/test/test_confirm_bubble_model.h', 1723 'browser/ui/test/test_confirm_bubble_model.h',
1726 'browser/ui/toolbar/test_toolbar_action_view_controller.cc', 1724 'browser/ui/toolbar/test_toolbar_action_view_controller.cc',
1727 'browser/ui/toolbar/test_toolbar_action_view_controller.h', 1725 'browser/ui/toolbar/test_toolbar_action_view_controller.h',
1728 'browser/ui/views/find_bar_host_unittest_util_views.cc', 1726 'browser/ui/views/find_bar_host_unittest_util_views.cc',
1729 'browser/ui/views/toolbar/browser_action_test_util_views.cc', 1727 'browser/ui/views/toolbar/browser_action_test_util_views.cc',
1730 'browser/ui/website_settings/mock_permission_bubble_request.cc', 1728 'browser/ui/website_settings/mock_permission_bubble_request.cc',
1731 'browser/ui/website_settings/mock_permission_bubble_request.h', 1729 'browser/ui/website_settings/mock_permission_bubble_request.h',
1732 'browser/ui/webui/signin/login_ui_test_utils.cc', 1730 'browser/ui/webui/signin/login_ui_test_utils.cc',
1733 'browser/ui/webui/signin/login_ui_test_utils.h', 1731 'browser/ui/webui/signin/login_ui_test_utils.h',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
2781 'dependencies': [ 2779 'dependencies': [
2782 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2780 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2783 ], 2781 ],
2784 }], 2782 }],
2785 ], 2783 ],
2786 }, 2784 },
2787 ], 2785 ],
2788 }], 2786 }],
2789 ], # 'conditions' 2787 ], # 'conditions'
2790 } 2788 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698