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

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 compilation on Android 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
« no previous file with comments | « components/BUILD.gn ('k') | components/google/core/browser/BUILD.gn » ('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 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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'dependencies': [ 1096 'dependencies': [
1100 '../base/allocator/allocator.gyp:allocator', 1097 '../base/allocator/allocator.gyp:allocator',
1101 ], 1098 ],
1102 }], 1099 }],
1103 ], 1100 ],
1104 }, 1101 },
1105 ], 1102 ],
1106 }], 1103 }],
1107 ], 1104 ],
1108 } 1105 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/google/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698