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

Side by Side Diff: content/content_tests.gypi

Issue 250113002: Move DefaultActivationClient to wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 }], 298 }],
299 ['use_glib == 1', { 299 ['use_glib == 1', {
300 'dependencies': [ 300 'dependencies': [
301 '../build/linux/system.gyp:glib', 301 '../build/linux/system.gyp:glib',
302 ], 302 ],
303 }], 303 }],
304 ['use_aura==1', { 304 ['use_aura==1', {
305 'dependencies': [ 305 'dependencies': [
306 '../ui/aura/aura.gyp:aura_test_support', 306 '../ui/aura/aura.gyp:aura_test_support',
307 '../ui/resources/ui_resources.gyp:ui_test_pak', 307 '../ui/resources/ui_resources.gyp:ui_test_pak',
308 '../ui/wm/wm.gyp:wm',
308 ], 309 ],
309 }], 310 }],
310 ['use_aura==1 or OS=="mac"', { 311 ['use_aura==1 or OS=="mac"', {
311 'dependencies': [ 312 'dependencies': [
312 '../ui/compositor/compositor.gyp:compositor', 313 '../ui/compositor/compositor.gyp:compositor',
313 ], 314 ],
314 }], 315 }],
315 ['OS=="win"', { 316 ['OS=="win"', {
316 'dependencies': [ 317 'dependencies': [
317 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 318 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'dependencies': [ 853 'dependencies': [
853 '../chromeos/chromeos.gyp:chromeos', 854 '../chromeos/chromeos.gyp:chromeos',
854 ], 855 ],
855 'sources/': [ 856 'sources/': [
856 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'], 857 ['exclude', '^browser/geolocation/wifi_data_provider_linux_unittest. cc'],
857 ], 858 ],
858 }], 859 }],
859 ['use_aura==1', { 860 ['use_aura==1', {
860 'dependencies': [ 861 'dependencies': [
861 '../ui/aura/aura.gyp:aura', 862 '../ui/aura/aura.gyp:aura',
863 '../ui/wm/wm.gyp:wm',
862 ] 864 ]
863 }], 865 }],
864 ['use_aura==1 or toolkit_views==1', { 866 ['use_aura==1 or toolkit_views==1', {
865 'dependencies': [ 867 'dependencies': [
866 '../ui/events/events.gyp:events_test_support', 868 '../ui/events/events.gyp:events_test_support',
867 ], 869 ],
868 }], 870 }],
869 ['use_aura!=1 and OS!="mac"', { 871 ['use_aura!=1 and OS!="mac"', {
870 'sources/': [ 872 'sources/': [
871 ['exclude', '^browser/compositor/'], 873 ['exclude', '^browser/compositor/'],
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1831 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1830 }, 1832 },
1831 ], 1833 ],
1832 }], 1834 }],
1833 ], 1835 ],
1834 }, 1836 },
1835 ], 1837 ],
1836 }], 1838 }],
1837 ], 1839 ],
1838 } 1840 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura_unittest.cc ('k') | content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698