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

Side by Side Diff: content/content_tests.gypi

Issue 880703002: Move ImageWindowDelegate to ui/aura_extra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated a comment Created 5 years, 10 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 | « content/content_browser.gypi ('k') | ui/aura_extra/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 (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 'variables': { 6 'variables': {
7 'use_v4lplugin%': 0, 7 'use_v4lplugin%': 0,
8 'layouttest_support_content_sources': [ 8 'layouttest_support_content_sources': [
9 'public/test/layouttest_support.h', 9 'public/test/layouttest_support.h',
10 'public/test/nested_message_pump_android.cc', 10 'public/test/nested_message_pump_android.cc',
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'dependencies': [ 1077 'dependencies': [
1078 '../chromeos/chromeos.gyp:chromeos', 1078 '../chromeos/chromeos.gyp:chromeos',
1079 ], 1079 ],
1080 'sources!': [ 1080 'sources!': [
1081 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 1081 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
1082 ], 1082 ],
1083 }], 1083 }],
1084 ['use_aura==1', { 1084 ['use_aura==1', {
1085 'dependencies': [ 1085 'dependencies': [
1086 '../ui/aura/aura.gyp:aura', 1086 '../ui/aura/aura.gyp:aura',
1087 '../ui/aura_extra/aura_extra.gyp:aura_extra',
1087 '../ui/wm/wm.gyp:wm', 1088 '../ui/wm/wm.gyp:wm',
1088 ] 1089 ]
1089 }], 1090 }],
1090 ['use_aura==1 or toolkit_views==1', { 1091 ['use_aura==1 or toolkit_views==1', {
1091 'dependencies': [ 1092 'dependencies': [
1092 '../ui/events/events.gyp:events_test_support', 1093 '../ui/events/events.gyp:events_test_support',
1093 ], 1094 ],
1094 }], 1095 }],
1095 ['use_aura!=1 and OS!="mac"', { 1096 ['use_aura!=1 and OS!="mac"', {
1096 'sources/': [ 1097 'sources/': [
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
2100 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2101 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2101 }, 2102 },
2102 ], 2103 ],
2103 }], 2104 }],
2104 ], 2105 ],
2105 }, 2106 },
2106 ], 2107 ],
2107 }], 2108 }],
2108 ], 2109 ],
2109 } 2110 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | ui/aura_extra/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698