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

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

Issue 131223004: [rac] Format an address for display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. Created 6 years, 11 months 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'dependencies': [ 52 'dependencies': [
53 'grit.gyp:generated_messages', 53 'grit.gyp:generated_messages',
54 'rapidjson.gyp:rapidjson', 54 'rapidjson.gyp:rapidjson',
55 're2.gyp:re2', 55 're2.gyp:re2',
56 ], 56 ],
57 }, 57 },
58 { 58 {
59 'target_name': 'unit_tests', 59 'target_name': 'unit_tests',
60 'type': 'executable', 60 'type': 'executable',
61 'sources': [ 61 'sources': [
62 'test/address_data_test.cc',
62 'test/address_ui_test.cc', 63 'test/address_ui_test.cc',
63 'test/fake_downloader.cc', 64 'test/fake_downloader.cc',
64 'test/fake_downloader_test.cc', 65 'test/fake_downloader_test.cc',
65 'test/fake_storage.cc', 66 'test/fake_storage.cc',
66 'test/fake_storage_test.cc', 67 'test/fake_storage_test.cc',
67 'test/region_data_constants_test.cc', 68 'test/region_data_constants_test.cc',
68 'test/retriever_test.cc', 69 'test/retriever_test.cc',
69 'test/rule_test.cc', 70 'test/rule_test.cc',
70 'test/storage_test_runner.cc', 71 'test/storage_test_runner.cc',
71 'test/util/json_test.cc', 72 'test/util/json_test.cc',
(...skipping 30 matching lines...) Expand all
102 '@executable_path/libaddressinput.dylib', 103 '@executable_path/libaddressinput.dylib',
103 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' 104 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
104 ], 105 ],
105 }, 106 },
106 ], 107 ],
107 }], 108 }],
108 ], 109 ],
109 }, 110 },
110 ], 111 ],
111 } 112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698