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

Side by Side Diff: components/autofill.gypi

Issue 343003003: Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some missing includes & gfx_ipc deps Created 6 years, 5 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/common/render_messages.h ('k') | components/autofill/content/common/autofill_messages.h » ('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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 { 277 {
278 'target_name': 'autofill_content_common', 278 'target_name': 'autofill_content_common',
279 'type': 'static_library', 279 'type': 'static_library',
280 'dependencies': [ 280 'dependencies': [
281 'autofill_core_common', 281 'autofill_core_common',
282 '../base/base.gyp:base', 282 '../base/base.gyp:base',
283 '../content/content.gyp:content_common', 283 '../content/content.gyp:content_common',
284 '../ipc/ipc.gyp:ipc', 284 '../ipc/ipc.gyp:ipc',
285 '../third_party/WebKit/public/blink.gyp:blink_minimal', 285 '../third_party/WebKit/public/blink.gyp:blink_minimal',
286 '../ui/gfx/gfx.gyp:gfx', 286 '../ui/gfx/gfx.gyp:gfx',
287 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
287 ], 288 ],
288 'include_dirs': [ 289 'include_dirs': [
289 '..', 290 '..',
290 ], 291 ],
291 'sources': [ 292 'sources': [
292 'autofill/content/common/autofill_message_generator.cc', 293 'autofill/content/common/autofill_message_generator.cc',
293 'autofill/content/common/autofill_message_generator.h', 294 'autofill/content/common/autofill_message_generator.h',
294 'autofill/content/common/autofill_messages.h', 295 'autofill/content/common/autofill_messages.h',
295 'autofill/content/common/autofill_param_traits_macros.h', 296 'autofill/content/common/autofill_param_traits_macros.h',
296 ], 297 ],
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 ], 465 ],
465 'variables': { 466 'variables': {
466 'jni_gen_package': 'autofill', 467 'jni_gen_package': 'autofill',
467 }, 468 },
468 'includes': [ '../build/jni_generator.gypi' ], 469 'includes': [ '../build/jni_generator.gypi' ],
469 }, 470 },
470 ], 471 ],
471 }], 472 }],
472 ], 473 ],
473 } 474 }
OLDNEW
« no previous file with comments | « chrome/common/render_messages.h ('k') | components/autofill/content/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698