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

Side by Side Diff: components/autofill.gypi

Issue 101203006: Fix Blink dependencies in build files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/nacl.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 '..', 369 '..',
370 ], 370 ],
371 'dependencies': [ 371 'dependencies': [
372 'autofill_content_common', 372 'autofill_content_common',
373 'autofill_core_common', 373 'autofill_core_common',
374 '../base/base.gyp:base', 374 '../base/base.gyp:base',
375 '../content/content.gyp:content_renderer', 375 '../content/content.gyp:content_renderer',
376 '../content/content.gyp:content_common', 376 '../content/content.gyp:content_common',
377 '../ipc/ipc.gyp:ipc', 377 '../ipc/ipc.gyp:ipc',
378 '../skia/skia.gyp:skia', 378 '../skia/skia.gyp:skia',
379 '../third_party/WebKit/public/blink.gyp:blink',
379 380
380 'component_strings.gyp:component_strings', 381 'component_strings.gyp:component_strings',
381 ], 382 ],
382 'sources': [ 383 'sources': [
383 'autofill/content/renderer/autofill_agent.cc', 384 'autofill/content/renderer/autofill_agent.cc',
384 'autofill/content/renderer/autofill_agent.h', 385 'autofill/content/renderer/autofill_agent.h',
385 'autofill/content/renderer/form_autofill_util.cc', 386 'autofill/content/renderer/form_autofill_util.cc',
386 'autofill/content/renderer/form_autofill_util.h', 387 'autofill/content/renderer/form_autofill_util.h',
387 'autofill/content/renderer/form_cache.cc', 388 'autofill/content/renderer/form_cache.cc',
388 'autofill/content/renderer/form_cache.h', 389 'autofill/content/renderer/form_cache.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 ], 424 ],
424 'variables': { 425 'variables': {
425 'jni_gen_package': 'autofill', 426 'jni_gen_package': 'autofill',
426 }, 427 },
427 'includes': [ '../build/jni_generator.gypi' ], 428 'includes': [ '../build/jni_generator.gypi' ],
428 }, 429 },
429 ], 430 ],
430 }], 431 }],
431 ], 432 ],
432 } 433 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698