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

Side by Side Diff: components/components_tests.gyp

Issue 228263004: Password manager internals page: Introduce logger in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'components.gyp:translate_core_browser', 225 'components.gyp:translate_core_browser',
226 'components.gyp:translate_core_common', 226 'components.gyp:translate_core_common',
227 'components.gyp:translate_language_detection', 227 'components.gyp:translate_language_detection',
228 228
229 # Dependencies of variations 229 # Dependencies of variations
230 'components.gyp:variations', 230 'components.gyp:variations',
231 ], 231 ],
232 'conditions': [ 232 'conditions': [
233 ['OS != "ios"', { 233 ['OS != "ios"', {
234 'sources': [ 234 'sources': [
235 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
235 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc', 236 'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
236 ], 237 ],
237 'dependencies': [ 238 'dependencies': [
238 # Dependencies of autofill 239 # Dependencies of autofill
239 'components.gyp:autofill_content_browser', 240 'components.gyp:autofill_content_browser',
241 'components.gyp:autofill_content_renderer',
240 'components.gyp:autofill_content_test_support', 242 'components.gyp:autofill_content_test_support',
241 243
242 # Dependencies of dom_distiller 244 # Dependencies of dom_distiller
243 'components.gyp:dom_distiller_content', 245 'components.gyp:dom_distiller_content',
244 246
245 # Dependencies of 247 # Dependencies of
246 # intercept_navigation_resource_throttle_unittest.cc 248 # intercept_navigation_resource_throttle_unittest.cc
247 '../skia/skia.gyp:skia', 249 '../skia/skia.gyp:skia',
248 'components.gyp:navigation_interception', 250 'components.gyp:navigation_interception',
249 251
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'dependencies': [ 629 'dependencies': [
628 '../base/allocator/allocator.gyp:allocator', 630 '../base/allocator/allocator.gyp:allocator',
629 ], 631 ],
630 }], 632 }],
631 ], 633 ],
632 }, 634 },
633 ], 635 ],
634 }], 636 }],
635 ], 637 ],
636 } 638 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698