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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 24788002: events: Make it a separate component from ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'target_name': 'chromedriver_lib', 668 'target_name': 'chromedriver_lib',
669 'type': 'static_library', 669 'type': 'static_library',
670 'hard_dependency': 1, 670 'hard_dependency': 1,
671 'dependencies': [ 671 'dependencies': [
672 'automation_client_lib', 672 'automation_client_lib',
673 '../base/base.gyp:base', 673 '../base/base.gyp:base',
674 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 674 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
675 '../crypto/crypto.gyp:crypto', 675 '../crypto/crypto.gyp:crypto',
676 '../net/net.gyp:http_server', 676 '../net/net.gyp:http_server',
677 '../net/net.gyp:net', 677 '../net/net.gyp:net',
678 '../ui/events/events.gyp:events',
678 '../ui/ui.gyp:ui', 679 '../ui/ui.gyp:ui',
679 ], 680 ],
680 'include_dirs': [ 681 'include_dirs': [
681 '..', 682 '..',
682 ], 683 ],
683 'sources': [ 684 'sources': [
684 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 685 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
685 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 686 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
686 '../third_party/webdriver/atoms.cc', 687 '../third_party/webdriver/atoms.cc',
687 '../third_party/webdriver/atoms.h', 688 '../third_party/webdriver/atoms.h',
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3151 'utility', 3152 'utility',
3152 ], 3153 ],
3153 'sources': [ 3154 'sources': [
3154 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3155 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3155 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3156 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3156 ], 3157 ],
3157 }] 3158 }]
3158 }], 3159 }],
3159 ], # 'conditions' 3160 ], # 'conditions'
3160 } 3161 }
OLDNEW
« cc/cc.gyp ('K') | « chrome/chrome_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698