| OLD | NEW | 
| (Empty) |  | 
 |   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 | 
 |   3 # found in the LICENSE file. | 
 |   4  | 
 |   5 { | 
 |   6   'conditions': [ | 
 |   7     ['OS != "ios"', { | 
 |   8       'targets': [ | 
 |   9         { | 
 |  10           'target_name': 'autofill_common', | 
 |  11           'type': 'static_library', | 
 |  12           'include_dirs': [ | 
 |  13             '..', | 
 |  14           ], | 
 |  15           'dependencies': [ | 
 |  16             '../base/base.gyp:base', | 
 |  17             '../build/temp_gyp/googleurl.gyp:googleurl', | 
 |  18             '../content/content.gyp:content_common', | 
 |  19             '../ipc/ipc.gyp:ipc', | 
 |  20             '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 
 |  21             '../ui/ui.gyp:ui', | 
 |  22           ], | 
 |  23           'sources': [ | 
 |  24             'autofill/common/autocheckout_status.h', | 
 |  25             'autofill/common/autofill_messages.h', | 
 |  26             'autofill/common/form_data.cc', | 
 |  27             'autofill/common/form_data.h', | 
 |  28             'autofill/common/form_data_predictions.cc', | 
 |  29             'autofill/common/form_data_predictions.h', | 
 |  30             'autofill/common/form_field_data.cc', | 
 |  31             'autofill/common/form_field_data.h', | 
 |  32             'autofill/common/form_field_data_predictions.cc', | 
 |  33             'autofill/common/form_field_data_predictions.h', | 
 |  34             'autofill/common/password_form_fill_data.cc', | 
 |  35             'autofill/common/password_form_fill_data.h', | 
 |  36             'autofill/common/web_element_descriptor.cc', | 
 |  37             'autofill/common/web_element_descriptor.h', | 
 |  38           ], | 
 |  39         }, | 
 |  40       ], | 
 |  41     }], | 
 |  42   ], | 
 |  43 } | 
| OLD | NEW |