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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1465853002: Implement support for importing favorites from Edge on Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another CLANG warning Created 5 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'common/safe_browsing/protobuf_message_log_macros.h', 229 'common/safe_browsing/protobuf_message_log_macros.h',
230 'common/safe_browsing/protobuf_message_param_traits.h', 230 'common/safe_browsing/protobuf_message_param_traits.h',
231 'common/safe_browsing/protobuf_message_read_macros.h', 231 'common/safe_browsing/protobuf_message_read_macros.h',
232 'common/safe_browsing/protobuf_message_write_macros.h', 232 'common/safe_browsing/protobuf_message_write_macros.h',
233 'common/safe_browsing/zip_analyzer.cc', 233 'common/safe_browsing/zip_analyzer.cc',
234 'common/safe_browsing/zip_analyzer.h', 234 'common/safe_browsing/zip_analyzer.h',
235 'common/safe_browsing/zip_analyzer_results.cc', 235 'common/safe_browsing/zip_analyzer_results.cc',
236 'common/safe_browsing/zip_analyzer_results.h', 236 'common/safe_browsing/zip_analyzer_results.h',
237 ], 237 ],
238 'chrome_common_importer_sources': [ 238 'chrome_common_importer_sources': [
239 'common/importer/edge_importer_utils_win.cc',
240 'common/importer/edge_importer_utils_win.h',
239 'common/importer/firefox_importer_utils.cc', 241 'common/importer/firefox_importer_utils.cc',
240 'common/importer/firefox_importer_utils.h', 242 'common/importer/firefox_importer_utils.h',
241 'common/importer/firefox_importer_utils_linux.cc', 243 'common/importer/firefox_importer_utils_linux.cc',
242 'common/importer/firefox_importer_utils_mac.mm', 244 'common/importer/firefox_importer_utils_mac.mm',
243 'common/importer/firefox_importer_utils_win.cc', 245 'common/importer/firefox_importer_utils_win.cc',
244 'common/importer/ie_importer_test_registry_overrider_win.cc', 246 'common/importer/ie_importer_test_registry_overrider_win.cc',
245 'common/importer/ie_importer_test_registry_overrider_win.h', 247 'common/importer/ie_importer_test_registry_overrider_win.h',
246 'common/importer/ie_importer_utils_win.cc', 248 'common/importer/ie_importer_utils_win.cc',
247 'common/importer/ie_importer_utils_win.h', 249 'common/importer/ie_importer_utils_win.h',
248 'common/importer/imported_bookmark_entry.cc', 250 'common/importer/imported_bookmark_entry.cc',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'sources': [ 650 'sources': [
649 'common/resource_usage_reporter.mojom', 651 'common/resource_usage_reporter.mojom',
650 ], 652 ],
651 'dependencies': [ 653 'dependencies': [
652 '../mojo/mojo_base.gyp:mojo_environment_chromium', 654 '../mojo/mojo_base.gyp:mojo_environment_chromium',
653 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 655 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
654 ], 656 ],
655 }, 657 },
656 ], 658 ],
657 } 659 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698