Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp

Issue 98623005: rAc i18n: implement storage interface for libaddressinput (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rouslan review Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (C) 2013 Google Inc. 1 # Copyright (C) 2013 Google Inc.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'test/fake_downloader.cc', 66 'test/fake_downloader.cc',
67 'test/fake_downloader_test.cc', 67 'test/fake_downloader_test.cc',
68 'test/fake_storage.cc', 68 'test/fake_storage.cc',
69 'test/fake_storage_test.cc', 69 'test/fake_storage_test.cc',
70 'test/localization_test.cc', 70 'test/localization_test.cc',
71 'test/lookup_key_util_test.cc', 71 'test/lookup_key_util_test.cc',
72 'test/region_data_constants_test.cc', 72 'test/region_data_constants_test.cc',
73 'test/retriever_test.cc', 73 'test/retriever_test.cc',
74 'test/rule_retriever_test.cc', 74 'test/rule_retriever_test.cc',
75 'test/rule_test.cc', 75 'test/rule_test.cc',
76 'test/storage_test_runner.cc',
77 'test/storage_test_runner.h',
please use gerrit instead 2013/12/20 18:53:48 This gyp file does not specify the header files, o
Evan Stade 2013/12/20 23:59:34 Done.
76 'test/util/json_test.cc', 78 'test/util/json_test.cc',
77 'test/util/md5_unittest.cc', 79 'test/util/md5_unittest.cc',
78 'test/util/scoped_ptr_unittest.cc', 80 'test/util/scoped_ptr_unittest.cc',
79 'test/util/stl_util_unittest.cc', 81 'test/util/stl_util_unittest.cc',
80 'test/util/string_split_unittest.cc', 82 'test/util/string_split_unittest.cc',
81 'test/validating_storage_test.cc', 83 'test/validating_storage_test.cc',
82 'test/validating_util_test.cc', 84 'test/validating_util_test.cc',
83 ], 85 ],
84 'defines': [ 86 'defines': [
85 'TEST_DATA_DIR="../testdata"', 87 'TEST_DATA_DIR="../testdata"',
(...skipping 22 matching lines...) Expand all
108 '@executable_path/libaddressinput.dylib', 110 '@executable_path/libaddressinput.dylib',
109 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' 111 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
110 ], 112 ],
111 }, 113 },
112 ], 114 ],
113 }], 115 }],
114 ], 116 ],
115 }, 117 },
116 ], 118 ],
117 } 119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698