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

Side by Side Diff: build/all.gyp

Issue 201093002: Break cycles between views, content and webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert ash changes 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 | « ash/ash.gyp ('k') | ui/views/controls/webview/webview_tests.gyp » ('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 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 '../remoting/remoting.gyp:remoting_unittests', 1168 '../remoting/remoting.gyp:remoting_unittests',
1169 '../ui/app_list/app_list.gyp:*', 1169 '../ui/app_list/app_list.gyp:*',
1170 '../ui/aura/aura.gyp:*', 1170 '../ui/aura/aura.gyp:*',
1171 '../ui/compositor/compositor.gyp:*', 1171 '../ui/compositor/compositor.gyp:*',
1172 '../ui/events/events.gyp:*', 1172 '../ui/events/events.gyp:*',
1173 '../ui/gfx/gfx.gyp:gfx_unittests', 1173 '../ui/gfx/gfx.gyp:gfx_unittests',
1174 '../ui/keyboard/keyboard.gyp:*', 1174 '../ui/keyboard/keyboard.gyp:*',
1175 '../ui/message_center/message_center.gyp:*', 1175 '../ui/message_center/message_center.gyp:*',
1176 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1176 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1177 '../ui/ui_unittests.gyp:ui_unittests', 1177 '../ui/ui_unittests.gyp:ui_unittests',
1178 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1178 '../ui/views/views.gyp:views', 1179 '../ui/views/views.gyp:views',
1179 '../ui/views/views.gyp:views_examples_with_content_exe',
1180 '../ui/views/views.gyp:views_unittests', 1180 '../ui/views/views.gyp:views_unittests',
1181 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 1181 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
1182 'blink_tests', 1182 'blink_tests',
1183 ], 1183 ],
1184 'conditions': [ 1184 'conditions': [
1185 ['OS=="win"', { 1185 ['OS=="win"', {
1186 'dependencies': [ 1186 'dependencies': [
1187 '../chrome/chrome.gyp:crash_service', 1187 '../chrome/chrome.gyp:crash_service',
1188 ], 1188 ],
1189 }], 1189 }],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 # http://crbug.com/157234 1243 # http://crbug.com/157234
1244 #'../chrome/chrome.gyp:sync_integration_tests_run', 1244 #'../chrome/chrome.gyp:sync_integration_tests_run',
1245 '../chrome/chrome.gyp:unit_tests_run', 1245 '../chrome/chrome.gyp:unit_tests_run',
1246 '../net/net.gyp:net_unittests_run', 1246 '../net/net.gyp:net_unittests_run',
1247 ], 1247 ],
1248 }, # target_name: chromium_swarm_tests 1248 }, # target_name: chromium_swarm_tests
1249 ], 1249 ],
1250 }], 1250 }],
1251 ], # conditions 1251 ], # conditions
1252 } 1252 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ui/views/controls/webview/webview_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698