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