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

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

Issue 621823004: Simplifies the structure of app_list search a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 | « ui/app_list/BUILD.gn ('k') | ui/app_list/cocoa/apps_search_results_controller_unittest.mm » ('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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 '../gfx/gfx.gyp:gfx_geometry', 197 '../gfx/gfx.gyp:gfx_geometry',
198 '../resources/ui_resources.gyp:ui_resources', 198 '../resources/ui_resources.gyp:ui_resources',
199 'app_list', 199 'app_list',
200 ], 200 ],
201 'sources': [ 201 'sources': [
202 # Note: sources list duplicated in GN build. 202 # Note: sources list duplicated in GN build.
203 'test/app_list_test_model.cc', 203 'test/app_list_test_model.cc',
204 'test/app_list_test_model.h', 204 'test/app_list_test_model.h',
205 'test/app_list_test_view_delegate.cc', 205 'test/app_list_test_view_delegate.cc',
206 'test/app_list_test_view_delegate.h', 206 'test/app_list_test_view_delegate.h',
207 'test/test_search_result.cc',
208 'test/test_search_result.h',
207 ], 209 ],
208 }, 210 },
209 { 211 {
210 # GN version: //ui/app_list:app_list_unittests 212 # GN version: //ui/app_list:app_list_unittests
211 'target_name': 'app_list_unittests', 213 'target_name': 'app_list_unittests',
212 'type': 'executable', 214 'type': 'executable',
213 'dependencies': [ 215 'dependencies': [
214 '../../base/base.gyp:base', 216 '../../base/base.gyp:base',
215 '../../base/base.gyp:test_support_base', 217 '../../base/base.gyp:test_support_base',
216 '../../skia/skia.gyp:skia', 218 '../../skia/skia.gyp:skia',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 '../../sandbox/sandbox.gyp:sandbox', 330 '../../sandbox/sandbox.gyp:sandbox',
329 '../../content/content.gyp:content_startup_helper_win', 331 '../../content/content.gyp:content_startup_helper_win',
330 ], 332 ],
331 }], 333 }],
332 ], 334 ],
333 }, 335 },
334 ], 336 ],
335 }], # toolkit_views==1 337 }], # toolkit_views==1
336 ], 338 ],
337 } 339 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/cocoa/apps_search_results_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698