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

Side by Side Diff: build/all.gyp

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 | « no previous file | content/browser/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) 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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 }], 220 }],
221 ['toolkit_views==1', { 221 ['toolkit_views==1', {
222 'dependencies': [ 222 'dependencies': [
223 '../ui/views/controls/webview/webview.gyp:*', 223 '../ui/views/controls/webview/webview.gyp:*',
224 '../ui/views/views.gyp:*', 224 '../ui/views/views.gyp:*',
225 ], 225 ],
226 }], 226 }],
227 ['use_aura==1', { 227 ['use_aura==1', {
228 'dependencies': [ 228 'dependencies': [
229 '../ui/aura/aura.gyp:*', 229 '../ui/aura/aura.gyp:*',
230 '../ui/aura_extra/aura_extra.gyp:*',
230 ], 231 ],
231 }], 232 }],
232 ['use_ash==1', { 233 ['use_ash==1', {
233 'dependencies': [ 234 'dependencies': [
234 '../ash/ash.gyp:*', 235 '../ash/ash.gyp:*',
235 ], 236 ],
236 }], 237 }],
237 ['remoting==1', { 238 ['remoting==1', {
238 'dependencies': [ 239 'dependencies': [
239 '../remoting/remoting.gyp:*', 240 '../remoting/remoting.gyp:*',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 '../components/components_tests.gyp:components_unittests', 1262 '../components/components_tests.gyp:components_unittests',
1262 '../content/content_shell_and_tests.gyp:content_browsertests', 1263 '../content/content_shell_and_tests.gyp:content_browsertests',
1263 '../content/content_shell_and_tests.gyp:content_unittests', 1264 '../content/content_shell_and_tests.gyp:content_unittests',
1264 '../device/device_tests.gyp:device_unittests', 1265 '../device/device_tests.gyp:device_unittests',
1265 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1266 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1266 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1267 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1267 '../remoting/remoting.gyp:remoting_unittests', 1268 '../remoting/remoting.gyp:remoting_unittests',
1268 '../skia/skia_tests.gyp:skia_unittests', 1269 '../skia/skia_tests.gyp:skia_unittests',
1269 '../ui/app_list/app_list.gyp:*', 1270 '../ui/app_list/app_list.gyp:*',
1270 '../ui/aura/aura.gyp:*', 1271 '../ui/aura/aura.gyp:*',
1272 '../ui/aura_extra/aura_extra.gyp:*',
1271 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1273 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1272 '../ui/compositor/compositor.gyp:*', 1274 '../ui/compositor/compositor.gyp:*',
1273 '../ui/display/display.gyp:display_unittests', 1275 '../ui/display/display.gyp:display_unittests',
1274 '../ui/events/events.gyp:*', 1276 '../ui/events/events.gyp:*',
1275 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1277 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1276 '../ui/keyboard/keyboard.gyp:*', 1278 '../ui/keyboard/keyboard.gyp:*',
1277 '../ui/message_center/message_center.gyp:*', 1279 '../ui/message_center/message_center.gyp:*',
1278 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1280 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1279 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1281 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1280 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1282 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 'dependencies': [ 1379 'dependencies': [
1378 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1379 '../ui/views/views.gyp:views', 1381 '../ui/views/views.gyp:views',
1380 '../ui/views/views.gyp:views_unittests', 1382 '../ui/views/views.gyp:views_unittests',
1381 ], 1383 ],
1382 }, # target_name: macviews_builder 1384 }, # target_name: macviews_builder
1383 ], # targets 1385 ], # targets
1384 }], # os=='mac' and toolkit_views==1 1386 }], # os=='mac' and toolkit_views==1
1385 ], # conditions 1387 ], # conditions
1386 } 1388 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698