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

Side by Side Diff: components/components_tests.gyp

Issue 835903005: [Favicon] Add new fallback icon rendering flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing FallbackIconStyleBuilder; trimming down chrome://fallback-icon syntax. Created 5 years, 11 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 346
347 # Dependencies of component_updater 347 # Dependencies of component_updater
348 'components.gyp:component_updater', 348 'components.gyp:component_updater',
349 'components.gyp:component_updater_test_support', 349 'components.gyp:component_updater_test_support',
350 '../third_party/libxml/libxml.gyp:libxml', 350 '../third_party/libxml/libxml.gyp:libxml',
351 351
352 # Dependencies of content_settings 352 # Dependencies of content_settings
353 'components.gyp:content_settings_core_browser', 353 'components.gyp:content_settings_core_browser',
354 'components.gyp:content_settings_core_common', 354 'components.gyp:content_settings_core_common',
355 'components.gyp:content_settings_core_test_support', 355 'components.gyp:content_settings_core_test_support',
356 356
357 # Dependencies of packed CT EV white list 357 # Dependencies of packed CT EV white list
358 'components.gyp:packed_ct_ev_whitelist', 358 'components.gyp:packed_ct_ev_whitelist',
359 359
360 # Dependencies of crash 360 # Dependencies of crash
361 'components.gyp:crash_test_support', 361 'components.gyp:crash_test_support',
362 362
363 # Dependencies of crx_file 363 # Dependencies of crx_file
364 'components.gyp:crx_file', 364 'components.gyp:crx_file',
365 365
366 # Dependencies of data_reduction_proxy 366 # Dependencies of data_reduction_proxy
367 'components.gyp:data_reduction_proxy_core_browser', 367 'components.gyp:data_reduction_proxy_core_browser',
368 'components.gyp:data_reduction_proxy_core_common', 368 'components.gyp:data_reduction_proxy_core_common',
369 'components.gyp:data_reduction_proxy_test_support', 369 'components.gyp:data_reduction_proxy_test_support',
370 370
371 # Dependencies of dom_distiller 371 # Dependencies of dom_distiller
372 'components.gyp:distilled_page_proto', 372 'components.gyp:distilled_page_proto',
373 'components.gyp:dom_distiller_core', 373 'components.gyp:dom_distiller_core',
374 'components.gyp:dom_distiller_test_support', 374 'components.gyp:dom_distiller_test_support',
375 375
376 # Dependencies of domain_reliability 376 # Dependencies of domain_reliability
377 'components.gyp:domain_reliability', 377 'components.gyp:domain_reliability',
378 378
379 # Dependencies of enhanced_bookmarks 379 # Dependencies of enhanced_bookmarks
380 'components.gyp:enhanced_bookmarks', 380 'components.gyp:enhanced_bookmarks',
381 'components.gyp:enhanced_bookmarks_test_support', 381 'components.gyp:enhanced_bookmarks_test_support',
382 382
383 # Dependencies of favicon_base
384 'components.gyp:favicon_base',
pkotwicz 2015/01/23 16:00:48 Remove this because there are no longer any unit t
huangs 2015/01/23 19:47:52 Done.
385
383 # Dependencies of feedback 386 # Dependencies of feedback
384 'components.gyp:feedback_component', 387 'components.gyp:feedback_component',
385 388
386 # Dependencies of gcm 389 # Dependencies of gcm
387 'components.gyp:gcm_driver', 390 'components.gyp:gcm_driver',
388 'components.gyp:gcm_driver_test_support', 391 'components.gyp:gcm_driver_test_support',
389 392
390 # Dependencies of google 393 # Dependencies of google
391 'components.gyp:google_core_browser', 394 'components.gyp:google_core_browser',
392 395
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 'dependencies': [ 1118 'dependencies': [
1116 '../base/allocator/allocator.gyp:allocator', 1119 '../base/allocator/allocator.gyp:allocator',
1117 ], 1120 ],
1118 }], 1121 }],
1119 ], 1122 ],
1120 }, 1123 },
1121 ], 1124 ],
1122 }], 1125 }],
1123 ], 1126 ],
1124 } 1127 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698