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

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

Issue 98543010: rac] Add re2 dependency to libaddressinput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'src/util/string_split.cc', 47 'src/util/string_split.cc',
48 'src/validating_storage.cc', 48 'src/validating_storage.cc',
49 'src/validating_util.cc', 49 'src/validating_util.cc',
50 ], 50 ],
51 'defines': [ 51 'defines': [
52 'VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-address/"', 52 'VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-address/"',
53 ], 53 ],
54 'dependencies': [ 54 'dependencies': [
55 'grit.gyp:generated_messages', 55 'grit.gyp:generated_messages',
56 'rapidjson.gyp:rapidjson', 56 'rapidjson.gyp:rapidjson',
57 're2.gyp:re2',
57 ], 58 ],
58 }, 59 },
59 { 60 {
60 'target_name': 'unit_tests', 61 'target_name': 'unit_tests',
61 'type': 'executable', 62 'type': 'executable',
62 'sources': [ 63 'sources': [
63 'test/address_field_util_test.cc', 64 'test/address_field_util_test.cc',
64 'test/address_ui_test.cc', 65 'test/address_ui_test.cc',
65 'test/fake_downloader.cc', 66 'test/fake_downloader.cc',
66 'test/fake_downloader_test.cc', 67 'test/fake_downloader_test.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 '@executable_path/libaddressinput.dylib', 107 '@executable_path/libaddressinput.dylib',
107 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}' 108 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}'
108 ], 109 ],
109 }, 110 },
110 ], 111 ],
111 }], 112 }],
112 ], 113 ],
113 }, 114 },
114 ], 115 ],
115 } 116 }
OLDNEW
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/README ('k') | third_party/libaddressinput/chromium/cpp/re2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698