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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11363124: Move DisplayManager and DisplayChangeObserverX11 from aura to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix rebase Created 8 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 { 652 {
653 'target_name': 'chromedriver2_unittests', 653 'target_name': 'chromedriver2_unittests',
654 'type': 'executable', 654 'type': 'executable',
655 'dependencies': [ 655 'dependencies': [
656 'chromedriver2_lib', 656 'chromedriver2_lib',
657 '../base/base.gyp:base', 657 '../base/base.gyp:base',
658 '../base/base.gyp:run_all_unittests', 658 '../base/base.gyp:run_all_unittests',
659 '../testing/gtest.gyp:gtest', 659 '../testing/gtest.gyp:gtest',
660 ], 660 ],
661 'include_dirs': [ 661 'include_dirs': [
662 '..', 662 '..,'
663 ], 663 ],
664 'sources': [ 664 'sources': [
665 'test/chromedriver/chrome_finder_unittest.cc', 665 'test/chromedriver/chrome_finder_unittest.cc',
666 'test/chromedriver/chromedriver_unittest.cc', 666 'test/chromedriver/chromedriver_unittest.cc',
667 'test/chromedriver/command_executor_impl_unittest.cc', 667 'test/chromedriver/command_executor_impl_unittest.cc',
668 'test/chromedriver/commands_unittest.cc', 668 'test/chromedriver/commands_unittest.cc',
669 'test/chromedriver/fake_session_accessor.cc', 669 'test/chromedriver/fake_session_accessor.cc',
670 'test/chromedriver/fake_session_accessor.h', 670 'test/chromedriver/fake_session_accessor.h',
671 'test/chromedriver/session_command_unittest.cc', 671 'test/chromedriver/session_command_unittest.cc',
672 'test/chromedriver/session_unittest.cc', 672 'test/chromedriver/session_unittest.cc',
(...skipping 2164 matching lines...) Expand 10 before | Expand all | Expand 10 after
2837 'sync_integration_tests.isolate', 2837 'sync_integration_tests.isolate',
2838 ], 2838 ],
2839 'sources': [ 2839 'sources': [
2840 'sync_integration_tests.isolate', 2840 'sync_integration_tests.isolate',
2841 ], 2841 ],
2842 }, 2842 },
2843 ], 2843 ],
2844 }], 2844 }],
2845 ], # 'conditions' 2845 ], # 'conditions'
2846 } 2846 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698