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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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
« no previous file with comments | « chrome/chrome_browser_ui_views.gyp ('k') | components/autofill.gypi » ('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 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 '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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'target_name': 'automation_client_lib', 486 'target_name': 'automation_client_lib',
487 'type': 'static_library', 487 'type': 'static_library',
488 'hard_dependency': 1, 488 'hard_dependency': 1,
489 'dependencies': [ 489 'dependencies': [
490 '../base/base.gyp:base', 490 '../base/base.gyp:base',
491 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 491 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
492 '../net/net.gyp:net', 492 '../net/net.gyp:net',
493 '../third_party/zlib/zlib.gyp:minizip', 493 '../third_party/zlib/zlib.gyp:minizip',
494 '../third_party/zlib/zlib.gyp:zlib', 494 '../third_party/zlib/zlib.gyp:zlib',
495 '../ui/accessibility/accessibility.gyp:ax_gen', 495 '../ui/accessibility/accessibility.gyp:ax_gen',
496 '../ui/base/ui_base.gyp:ui_base',
496 '../ui/gfx/gfx.gyp:gfx', 497 '../ui/gfx/gfx.gyp:gfx',
497 '../ui/gfx/gfx.gyp:gfx_geometry', 498 '../ui/gfx/gfx.gyp:gfx_geometry',
498 '../ui/ui.gyp:ui',
499 '../url/url.gyp:url_lib', 499 '../url/url.gyp:url_lib',
500 ], 500 ],
501 'include_dirs': [ 501 'include_dirs': [
502 '..', 502 '..',
503 '<(SHARED_INTERMEDIATE_DIR)', 503 '<(SHARED_INTERMEDIATE_DIR)',
504 ], 504 ],
505 'direct_dependent_settings': { 505 'direct_dependent_settings': {
506 'include_dirs': [ 506 'include_dirs': [
507 '<(SHARED_INTERMEDIATE_DIR)', 507 '<(SHARED_INTERMEDIATE_DIR)',
508 ], 508 ],
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'target_name': 'chromedriver_lib', 676 'target_name': 'chromedriver_lib',
677 'type': 'static_library', 677 'type': 'static_library',
678 'hard_dependency': 1, 678 'hard_dependency': 1,
679 'dependencies': [ 679 'dependencies': [
680 'automation_client_lib', 680 'automation_client_lib',
681 '../base/base.gyp:base', 681 '../base/base.gyp:base',
682 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 682 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
683 '../crypto/crypto.gyp:crypto', 683 '../crypto/crypto.gyp:crypto',
684 '../net/net.gyp:http_server', 684 '../net/net.gyp:http_server',
685 '../net/net.gyp:net', 685 '../net/net.gyp:net',
686 '../ui/base/ui_base.gyp:ui_base',
686 '../ui/events/events.gyp:events_base', 687 '../ui/events/events.gyp:events_base',
687 '../ui/gfx/gfx.gyp:gfx', 688 '../ui/gfx/gfx.gyp:gfx',
688 '../ui/gfx/gfx.gyp:gfx_geometry', 689 '../ui/gfx/gfx.gyp:gfx_geometry',
689 '../ui/ui.gyp:ui',
690 ], 690 ],
691 'include_dirs': [ 691 'include_dirs': [
692 '..', 692 '..',
693 ], 693 ],
694 'sources': [ 694 'sources': [
695 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 695 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
696 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 696 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
697 '../third_party/webdriver/atoms.cc', 697 '../third_party/webdriver/atoms.cc',
698 '../third_party/webdriver/atoms.h', 698 '../third_party/webdriver/atoms.h',
699 'common/chrome_constants.cc', 699 'common/chrome_constants.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 { 788 {
789 'target_name': 'chromedriver_unittests', 789 'target_name': 'chromedriver_unittests',
790 'type': 'executable', 790 'type': 'executable',
791 'dependencies': [ 791 'dependencies': [
792 'chromedriver_lib', 792 'chromedriver_lib',
793 '../base/base.gyp:base', 793 '../base/base.gyp:base',
794 '../base/base.gyp:run_all_unittests', 794 '../base/base.gyp:run_all_unittests',
795 '../net/net.gyp:http_server', 795 '../net/net.gyp:http_server',
796 '../net/net.gyp:net', 796 '../net/net.gyp:net',
797 '../testing/gtest.gyp:gtest', 797 '../testing/gtest.gyp:gtest',
798 '../ui/base/ui_base.gyp:ui_base',
798 '../ui/gfx/gfx.gyp:gfx', 799 '../ui/gfx/gfx.gyp:gfx',
799 '../ui/gfx/gfx.gyp:gfx_geometry', 800 '../ui/gfx/gfx.gyp:gfx_geometry',
800 '../ui/ui.gyp:ui',
801 ], 801 ],
802 'include_dirs': [ 802 'include_dirs': [
803 '..,' 803 '..,'
804 ], 804 ],
805 'sources': [ 805 'sources': [
806 'test/chromedriver/capabilities_unittest.cc', 806 'test/chromedriver/capabilities_unittest.cc',
807 'test/chromedriver/chrome/chrome_finder_unittest.cc', 807 'test/chromedriver/chrome/chrome_finder_unittest.cc',
808 'test/chromedriver/chrome/console_logger_unittest.cc', 808 'test/chromedriver/chrome/console_logger_unittest.cc',
809 'test/chromedriver/chrome/device_manager_unittest.cc', 809 'test/chromedriver/chrome/device_manager_unittest.cc',
810 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', 810 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 '../net/net.gyp:net', 900 '../net/net.gyp:net',
901 '../net/net.gyp:net_test_support', 901 '../net/net.gyp:net_test_support',
902 '../skia/skia.gyp:skia', 902 '../skia/skia.gyp:skia',
903 '../sync/sync.gyp:sync', 903 '../sync/sync.gyp:sync',
904 '../sync/sync.gyp:test_support_sync_api', 904 '../sync/sync.gyp:test_support_sync_api',
905 '../testing/gmock.gyp:gmock', 905 '../testing/gmock.gyp:gmock',
906 '../testing/gtest.gyp:gtest', 906 '../testing/gtest.gyp:gtest',
907 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 907 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
908 '../third_party/icu/icu.gyp:icui18n', 908 '../third_party/icu/icu.gyp:icui18n',
909 '../third_party/icu/icu.gyp:icuuc', 909 '../third_party/icu/icu.gyp:icuuc',
910 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
910 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', 911 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
911 '../third_party/libjingle/libjingle.gyp:peerconnection_server', 912 '../third_party/libjingle/libjingle.gyp:peerconnection_server',
912 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
913 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 913 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
914 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 914 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
915 '../ui/base/ui_base.gyp:webui_test_support',
915 '../ui/compositor/compositor.gyp:compositor_test_support', 916 '../ui/compositor/compositor.gyp:compositor_test_support',
916 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 917 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
917 '../ui/ui.gyp:webui_test_support',
918 '../v8/tools/gyp/v8.gyp:v8', 918 '../v8/tools/gyp/v8.gyp:v8',
919 # Runtime dependencies 919 # Runtime dependencies
920 '../ppapi/ppapi_internal.gyp:ppapi_tests', 920 '../ppapi/ppapi_internal.gyp:ppapi_tests',
921 '../third_party/mesa/mesa.gyp:osmesa', 921 '../third_party/mesa/mesa.gyp:osmesa',
922 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er', 922 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv er',
923 ], 923 ],
924 'include_dirs': [ 924 'include_dirs': [
925 '..', 925 '..',
926 '<(SHARED_INTERMEDIATE_DIR)', 926 '<(SHARED_INTERMEDIATE_DIR)',
927 ], 927 ],
(...skipping 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after
3219 'utility', 3219 'utility',
3220 ], 3220 ],
3221 'sources': [ 3221 'sources': [
3222 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3222 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3223 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3223 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3224 ], 3224 ],
3225 }] 3225 }]
3226 }], 3226 }],
3227 ], # 'conditions' 3227 ], # 'conditions'
3228 } 3228 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui_views.gyp ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698