OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |