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

Side by Side Diff: components/components_tests.gyp

Issue 812823002: Remove dependency of infobars component on the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation Created 6 years 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'components.gyp:gcm_driver', 376 'components.gyp:gcm_driver',
377 'components.gyp:gcm_driver_test_support', 377 'components.gyp:gcm_driver_test_support',
378 378
379 # Dependencies of google 379 # Dependencies of google
380 'components.gyp:google_core_browser', 380 'components.gyp:google_core_browser',
381 381
382 # Dependencies of history 382 # Dependencies of history
383 'components.gyp:history_core_browser', 383 'components.gyp:history_core_browser',
384 'components.gyp:history_core_common', 384 'components.gyp:history_core_common',
385 385
386 # Dependencies of infobar
387 'components.gyp:infobars_test_support',
388
389 # Dependencies of invalidation 386 # Dependencies of invalidation
390 'components.gyp:invalidation', 387 'components.gyp:invalidation',
391 'components.gyp:invalidation_test_support', 388 'components.gyp:invalidation_test_support',
392 '../jingle/jingle.gyp:notifier_test_util', 389 '../jingle/jingle.gyp:notifier_test_util',
393 '../third_party/libjingle/libjingle.gyp:libjingle', 390 '../third_party/libjingle/libjingle.gyp:libjingle',
394 391
395 # Dependencies of json_schema 392 # Dependencies of json_schema
396 'components.gyp:json_schema', 393 'components.gyp:json_schema',
397 394
398 # Dependencies of keyed_service 395 # Dependencies of keyed_service
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 'dependencies': [ 1084 'dependencies': [
1088 '../base/allocator/allocator.gyp:allocator', 1085 '../base/allocator/allocator.gyp:allocator',
1089 ], 1086 ],
1090 }], 1087 }],
1091 ], 1088 ],
1092 }, 1089 },
1093 ], 1090 ],
1094 }], 1091 }],
1095 ], 1092 ],
1096 } 1093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698