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

Side by Side Diff: chrome/common/BUILD.gn

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Merge Created 4 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
« no previous file with comments | « chrome/browser/importer/in_process_importer_bridge.cc ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/util/process_version.gni") 6 import("//build/util/process_version.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path.
9 import("//extensions/features/features.gni") 9 import("//extensions/features/features.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "importer/importer_autofill_form_data_entry.h", 425 "importer/importer_autofill_form_data_entry.h",
426 "importer/importer_bridge.cc", 426 "importer/importer_bridge.cc",
427 "importer/importer_bridge.h", 427 "importer/importer_bridge.h",
428 "importer/importer_data_types.cc", 428 "importer/importer_data_types.cc",
429 "importer/importer_data_types.h", 429 "importer/importer_data_types.h",
430 "importer/importer_test_registry_overrider_win.cc", 430 "importer/importer_test_registry_overrider_win.cc",
431 "importer/importer_test_registry_overrider_win.h", 431 "importer/importer_test_registry_overrider_win.h",
432 "importer/importer_type.h", 432 "importer/importer_type.h",
433 "importer/importer_url_row.cc", 433 "importer/importer_url_row.cc",
434 "importer/importer_url_row.h", 434 "importer/importer_url_row.h",
435 "importer/profile_import_process_messages.cc", 435 "importer/profile_import_process_param_traits.cc",
436 "importer/profile_import_process_messages.h", 436 "importer/profile_import_process_param_traits.h",
437 "importer/profile_import_process_param_traits_macros.h", 437 "importer/profile_import_process_param_traits_macros.h",
438 "importer/safari_importer_utils.h", 438 "importer/safari_importer_utils.h",
439 "importer/safari_importer_utils.mm", 439 "importer/safari_importer_utils.mm",
440 ] 440 ]
441 } 441 }
442 442
443 if (is_chromeos) { 443 if (is_chromeos) {
444 sources -= [ "channel_info_posix.cc" ] 444 sources -= [ "channel_info_posix.cc" ]
445 } 445 }
446 446
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 "conflicts/module_event_win.mojom", 671 "conflicts/module_event_win.mojom",
672 "network_diagnostics.mojom", 672 "network_diagnostics.mojom",
673 "resource_usage_reporter.mojom", 673 "resource_usage_reporter.mojom",
674 "shell_handler_win.mojom", 674 "shell_handler_win.mojom",
675 ] 675 ]
676 676
677 public_deps = [ 677 public_deps = [
678 "//url/mojo:url_mojom_gurl", 678 "//url/mojo:url_mojom_gurl",
679 ] 679 ]
680 } 680 }
OLDNEW
« no previous file with comments | « chrome/browser/importer/in_process_importer_bridge.cc ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698