| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': ['src/cpp/libaddressinput.gypi'], | 5 'includes': ['src/cpp/libaddressinput.gypi'], |
| 6 'variables': { | 6 'variables': { |
| 7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd
ata', | 7 'libaddressinput_test_data_dir%': 'src/third_party/libaddressinput/src/testd
ata', |
| 8 'libaddressinput_util_files': [ | 8 'libaddressinput_util_files': [ |
| 9 'src/cpp/src/address_data.cc', | 9 'src/cpp/src/address_data.cc', |
| 10 'src/cpp/src/address_field.cc', | 10 'src/cpp/src/address_field.cc', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'src/cpp/src/util/cctype_tolower_equal.cc', | 21 'src/cpp/src/util/cctype_tolower_equal.cc', |
| 22 'src/cpp/src/util/json.cc', | 22 'src/cpp/src/util/json.cc', |
| 23 'src/cpp/src/util/string_split.cc', | 23 'src/cpp/src/util/string_split.cc', |
| 24 'src/cpp/src/util/string_util.cc', | 24 'src/cpp/src/util/string_util.cc', |
| 25 ], | 25 ], |
| 26 }, | 26 }, |
| 27 'targets': [ | 27 'targets': [ |
| 28 { | 28 { |
| 29 'target_name': 'libaddressinput_strings', | 29 'target_name': 'libaddressinput_strings', |
| 30 'type': 'none', | 30 'type': 'none', |
| 31 'hard_dependency': 1, |
| 31 'variables': { | 32 'variables': { |
| 32 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
', | 33 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
', |
| 33 'grit_grd_file': '../../chrome/app/address_input_strings.grd', | 34 'grit_grd_file': '../../chrome/app/address_input_strings.grd', |
| 34 }, | 35 }, |
| 35 'actions': [ | 36 'actions': [ |
| 36 { | 37 { |
| 37 'action_name': 'libaddressinput_strings', | 38 'action_name': 'libaddressinput_strings', |
| 38 'variables': { | 39 'variables': { |
| 39 }, | 40 }, |
| 40 'includes': [ | 41 'includes': [ |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 '../../base/base.gyp:base_prefs', | 147 '../../base/base.gyp:base_prefs', |
| 147 '../../base/base.gyp:run_all_unittests', | 148 '../../base/base.gyp:run_all_unittests', |
| 148 '../../net/net.gyp:net_test_support', | 149 '../../net/net.gyp:net_test_support', |
| 149 '../../testing/gtest.gyp:gtest', | 150 '../../testing/gtest.gyp:gtest', |
| 150 'libaddressinput', | 151 'libaddressinput', |
| 151 'libaddressinput_util', | 152 'libaddressinput_util', |
| 152 ], | 153 ], |
| 153 }, | 154 }, |
| 154 ], | 155 ], |
| 155 } | 156 } |
| OLD | NEW |