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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 'type': 'static_library', | 318 'type': 'static_library', |
319 'dependencies': [ | 319 'dependencies': [ |
320 'autofill_core_common', | 320 'autofill_core_common', |
321 '../base/base.gyp:base', | 321 '../base/base.gyp:base', |
322 '../content/content.gyp:content_common', | 322 '../content/content.gyp:content_common', |
323 '../ipc/ipc.gyp:ipc', | 323 '../ipc/ipc.gyp:ipc', |
324 '../third_party/WebKit/public/blink.gyp:blink_minimal', | 324 '../third_party/WebKit/public/blink.gyp:blink_minimal', |
325 '../ui/gfx/gfx.gyp:gfx', | 325 '../ui/gfx/gfx.gyp:gfx', |
326 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 326 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
327 '../url/url.gyp:url_lib', | 327 '../url/url.gyp:url_lib', |
328 '../url/ipc/url_ipc.gyp:url_ipc', | |
329 ], | 328 ], |
330 'include_dirs': [ | 329 'include_dirs': [ |
331 '..', | 330 '..', |
332 ], | 331 ], |
333 'sources': [ | 332 'sources': [ |
334 'autofill/content/common/autofill_message_generator.cc', | 333 'autofill/content/common/autofill_message_generator.cc', |
335 'autofill/content/common/autofill_message_generator.h', | 334 'autofill/content/common/autofill_message_generator.h', |
336 'autofill/content/common/autofill_messages.h', | 335 'autofill/content/common/autofill_messages.h', |
337 'autofill/content/common/autofill_param_traits_macros.h', | 336 'autofill/content/common/autofill_param_traits_macros.h', |
338 ], | 337 ], |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 ], | 536 ], |
538 }, | 537 }, |
539 'includes': [ | 538 'includes': [ |
540 '../ios/web/js_compile_checked.gypi', | 539 '../ios/web/js_compile_checked.gypi', |
541 ], | 540 ], |
542 }, | 541 }, |
543 ], | 542 ], |
544 }], | 543 }], |
545 ], | 544 ], |
546 } | 545 } |
OLD | NEW |