| 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 'variables': { | 5 'variables': { |
| 6 # TODO(rouslan): Use the src/ directory. http://crbug.com/327046 | 6 # TODO(rouslan): Use the src/ directory. http://crbug.com/327046 |
| 7 'libaddressinput_dir': 'chromium', | 7 'libaddressinput_dir': 'chromium', |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 '<(libaddressinput_dir)/cpp/src/address_data.cc', | 71 '<(libaddressinput_dir)/cpp/src/address_data.cc', |
| 72 '<(libaddressinput_dir)/cpp/src/address_field.cc', | 72 '<(libaddressinput_dir)/cpp/src/address_field.cc', |
| 73 '<(libaddressinput_dir)/cpp/src/address_problem.cc', | 73 '<(libaddressinput_dir)/cpp/src/address_problem.cc', |
| 74 '<(libaddressinput_dir)/cpp/src/address_ui.cc', | 74 '<(libaddressinput_dir)/cpp/src/address_ui.cc', |
| 75 '<(libaddressinput_dir)/cpp/src/address_validator.cc', | 75 '<(libaddressinput_dir)/cpp/src/address_validator.cc', |
| 76 '<(libaddressinput_dir)/cpp/src/country_rules_aggregator.cc', | 76 '<(libaddressinput_dir)/cpp/src/country_rules_aggregator.cc', |
| 77 '<(libaddressinput_dir)/cpp/src/country_rules_aggregator.h', | 77 '<(libaddressinput_dir)/cpp/src/country_rules_aggregator.h', |
| 78 '<(libaddressinput_dir)/cpp/src/fallback_data_store.cc', | 78 '<(libaddressinput_dir)/cpp/src/fallback_data_store.cc', |
| 79 '<(libaddressinput_dir)/cpp/src/fallback_data_store.h', | 79 '<(libaddressinput_dir)/cpp/src/fallback_data_store.h', |
| 80 '<(libaddressinput_dir)/cpp/src/grit.h', | 80 '<(libaddressinput_dir)/cpp/src/grit.h', |
| 81 '<(libaddressinput_dir)/cpp/src/normalize_language_code.cc', |
| 82 '<(libaddressinput_dir)/cpp/src/normalize_language_code.h', |
| 81 '<(libaddressinput_dir)/cpp/src/region_data_constants.cc', | 83 '<(libaddressinput_dir)/cpp/src/region_data_constants.cc', |
| 82 '<(libaddressinput_dir)/cpp/src/region_data_constants.h', | 84 '<(libaddressinput_dir)/cpp/src/region_data_constants.h', |
| 83 '<(libaddressinput_dir)/cpp/src/retriever.cc', | 85 '<(libaddressinput_dir)/cpp/src/retriever.cc', |
| 84 '<(libaddressinput_dir)/cpp/src/retriever.h', | 86 '<(libaddressinput_dir)/cpp/src/retriever.h', |
| 85 '<(libaddressinput_dir)/cpp/src/rule.cc', | 87 '<(libaddressinput_dir)/cpp/src/rule.cc', |
| 86 '<(libaddressinput_dir)/cpp/src/rule.h', | 88 '<(libaddressinput_dir)/cpp/src/rule.h', |
| 87 '<(libaddressinput_dir)/cpp/src/ruleset.cc', | 89 '<(libaddressinput_dir)/cpp/src/ruleset.cc', |
| 88 '<(libaddressinput_dir)/cpp/src/ruleset.h', | 90 '<(libaddressinput_dir)/cpp/src/ruleset.h', |
| 89 '<(libaddressinput_dir)/cpp/src/time_to_string.cc', | 91 '<(libaddressinput_dir)/cpp/src/time_to_string.cc', |
| 90 '<(libaddressinput_dir)/cpp/src/time_to_string.h', | 92 '<(libaddressinput_dir)/cpp/src/time_to_string.h', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'libaddressinput', | 167 'libaddressinput', |
| 166 'libaddressinput_strings', | 168 'libaddressinput_strings', |
| 167 '<(DEPTH)/base/base.gyp:base_prefs', | 169 '<(DEPTH)/base/base.gyp:base_prefs', |
| 168 '<(DEPTH)/base/base.gyp:run_all_unittests', | 170 '<(DEPTH)/base/base.gyp:run_all_unittests', |
| 169 '<(DEPTH)/net/net.gyp:net_test_support', | 171 '<(DEPTH)/net/net.gyp:net_test_support', |
| 170 '<(DEPTH)/testing/gtest.gyp:gtest', | 172 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 171 ], | 173 ], |
| 172 }, | 174 }, |
| 173 ], | 175 ], |
| 174 } | 176 } |
| OLD | NEW |