| 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 # GN version: //components/autofill/core/common | 8 # GN version: //components/autofill/core/common |
| 9 'target_name': 'autofill_core_common', | 9 'target_name': 'autofill_core_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'target_name': 'autofill_content_common', | 313 'target_name': 'autofill_content_common', |
| 314 'type': 'static_library', | 314 'type': 'static_library', |
| 315 'dependencies': [ | 315 'dependencies': [ |
| 316 'autofill_core_common', | 316 'autofill_core_common', |
| 317 '../base/base.gyp:base', | 317 '../base/base.gyp:base', |
| 318 '../content/content.gyp:content_common', | 318 '../content/content.gyp:content_common', |
| 319 '../ipc/ipc.gyp:ipc', | 319 '../ipc/ipc.gyp:ipc', |
| 320 '../third_party/WebKit/public/blink.gyp:blink_minimal', | 320 '../third_party/WebKit/public/blink.gyp:blink_minimal', |
| 321 '../ui/gfx/gfx.gyp:gfx', | 321 '../ui/gfx/gfx.gyp:gfx', |
| 322 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 322 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 323 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| 323 '../url/url.gyp:url_lib', | 324 '../url/url.gyp:url_lib', |
| 324 '../url/ipc/url_ipc.gyp:url_ipc', | 325 '../url/ipc/url_ipc.gyp:url_ipc', |
| 325 ], | 326 ], |
| 326 'include_dirs': [ | 327 'include_dirs': [ |
| 327 '..', | 328 '..', |
| 328 ], | 329 ], |
| 329 'sources': [ | 330 'sources': [ |
| 330 'autofill/content/common/autofill_message_generator.cc', | 331 'autofill/content/common/autofill_message_generator.cc', |
| 331 'autofill/content/common/autofill_message_generator.h', | 332 'autofill/content/common/autofill_message_generator.h', |
| 332 'autofill/content/common/autofill_messages.h', | 333 'autofill/content/common/autofill_messages.h', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 ], | 534 ], |
| 534 }, | 535 }, |
| 535 'includes': [ | 536 'includes': [ |
| 536 '../ios/web/js_compile_checked.gypi', | 537 '../ios/web/js_compile_checked.gypi', |
| 537 ], | 538 ], |
| 538 }, | 539 }, |
| 539 ], | 540 ], |
| 540 }], | 541 }], |
| 541 ], | 542 ], |
| 542 } | 543 } |
| OLD | NEW |