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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 1247533003: Revert of Add missing dependencies. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « extensions/shell/app_shell.gyp ('k') | ui/wm/wm.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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 '../../base/base.gyp:base', 250 '../../base/base.gyp:base',
251 '../../base/base.gyp:test_support_base', 251 '../../base/base.gyp:test_support_base',
252 '../../skia/skia.gyp:skia', 252 '../../skia/skia.gyp:skia',
253 '../../testing/gtest.gyp:gtest', 253 '../../testing/gtest.gyp:gtest',
254 '../base/ui_base.gyp:ui_base', 254 '../base/ui_base.gyp:ui_base',
255 '../compositor/compositor.gyp:compositor', 255 '../compositor/compositor.gyp:compositor',
256 '../resources/ui_resources.gyp:ui_resources', 256 '../resources/ui_resources.gyp:ui_resources',
257 '../resources/ui_resources.gyp:ui_test_pak', 257 '../resources/ui_resources.gyp:ui_test_pak',
258 'app_list', 258 'app_list',
259 'app_list_test_support', 259 'app_list_test_support',
260 # Only needed at runtime.
261 '../../third_party/mesa/mesa.gyp:osmesa',
262 ], 260 ],
263 'sources': [ 261 'sources': [
264 # Note: sources list duplicated in GN build. 262 # Note: sources list duplicated in GN build.
265 'app_list_item_list_unittest.cc', 263 'app_list_item_list_unittest.cc',
266 'app_list_model_unittest.cc', 264 'app_list_model_unittest.cc',
267 'cocoa/app_list_view_controller_unittest.mm', 265 'cocoa/app_list_view_controller_unittest.mm',
268 'cocoa/app_list_window_controller_unittest.mm', 266 'cocoa/app_list_window_controller_unittest.mm',
269 'cocoa/apps_grid_controller_unittest.mm', 267 'cocoa/apps_grid_controller_unittest.mm',
270 'cocoa/apps_search_box_controller_unittest.mm', 268 'cocoa/apps_search_box_controller_unittest.mm',
271 'cocoa/apps_search_results_controller_unittest.mm', 269 'cocoa/apps_search_results_controller_unittest.mm',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'dependencies': [ 398 'dependencies': [
401 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
402 ], 400 ],
403 }], 401 }],
404 ], 402 ],
405 }, 403 },
406 ], 404 ],
407 }], 405 }],
408 ], 406 ],
409 } 407 }
OLDNEW
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | ui/wm/wm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698