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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/BUILD.gn » ('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 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc', 1525 'browser/ui/webui/ntp/suggestions_combiner_unittest.cc',
1526 'browser/ui/webui/options/autofill_options_handler_unittest.cc', 1526 'browser/ui/webui/options/autofill_options_handler_unittest.cc',
1527 'browser/ui/webui/options/language_options_handler_unittest.cc', 1527 'browser/ui/webui/options/language_options_handler_unittest.cc',
1528 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' , 1528 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc' ,
1529 'browser/ui/webui/options/sync_setup_handler_unittest.cc', 1529 'browser/ui/webui/options/sync_setup_handler_unittest.cc',
1530 'browser/ui/webui/signin/login_ui_service_unittest.cc', 1530 'browser/ui/webui/signin/login_ui_service_unittest.cc',
1531 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', 1531 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc',
1532 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 1532 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
1533 'browser/ui/window_sizer/window_sizer_unittest.cc', 1533 'browser/ui/window_sizer/window_sizer_unittest.cc',
1534 'browser/ui/zoom/zoom_controller_unittest.cc', 1534 'browser/ui/zoom/zoom_controller_unittest.cc',
1535 # Bookmark undo is not used on Android.
1536 'browser/undo/bookmark_undo_service_test.cc',
1537 'browser/undo/undo_manager_test.cc',
1538 # The importer code is not used on Android. 1535 # The importer code is not used on Android.
1539 'common/importer/firefox_importer_utils_unittest.cc', 1536 'common/importer/firefox_importer_utils_unittest.cc',
1540 # No service process (which also requires multiprocess lock). 1537 # No service process (which also requires multiprocess lock).
1541 'common/multi_process_lock_unittest.cc', 1538 'common/multi_process_lock_unittest.cc',
1542 'test/base/browser_with_test_window_test.cc', 1539 'test/base/browser_with_test_window_test.cc',
1543 'test/base/browser_with_test_window_test.h', 1540 'test/base/browser_with_test_window_test.h',
1544 'utility/importer/bookmark_html_reader_unittest.cc', 1541 'utility/importer/bookmark_html_reader_unittest.cc',
1545 'utility/importer/bookmarks_file_importer_unittest.cc', 1542 'utility/importer/bookmarks_file_importer_unittest.cc',
1546 'utility/importer/firefox_importer_unittest.cc', 1543 'utility/importer/firefox_importer_unittest.cc',
1547 'utility/importer/firefox_importer_unittest_messages_internal.h', 1544 'utility/importer/firefox_importer_unittest_messages_internal.h',
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2780 'dependencies': [ 2777 'dependencies': [
2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2778 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2782 ], 2779 ],
2783 }], 2780 }],
2784 ], 2781 ],
2785 }, 2782 },
2786 ], 2783 ],
2787 }], 2784 }],
2788 ], # 'conditions' 2785 ], # 'conditions'
2789 } 2786 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698