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

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

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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 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("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "importer/importer_autofill_form_data_entry.h", 424 "importer/importer_autofill_form_data_entry.h",
425 "importer/importer_bridge.cc", 425 "importer/importer_bridge.cc",
426 "importer/importer_bridge.h", 426 "importer/importer_bridge.h",
427 "importer/importer_data_types.cc", 427 "importer/importer_data_types.cc",
428 "importer/importer_data_types.h", 428 "importer/importer_data_types.h",
429 "importer/importer_test_registry_overrider_win.cc", 429 "importer/importer_test_registry_overrider_win.cc",
430 "importer/importer_test_registry_overrider_win.h", 430 "importer/importer_test_registry_overrider_win.h",
431 "importer/importer_type.h", 431 "importer/importer_type.h",
432 "importer/importer_url_row.cc", 432 "importer/importer_url_row.cc",
433 "importer/importer_url_row.h", 433 "importer/importer_url_row.h",
434 "importer/profile_import_process_messages.cc", 434 "importer/profile_import_process_param_traits.cc",
435 "importer/profile_import_process_messages.h", 435 "importer/profile_import_process_param_traits.h",
436 "importer/profile_import_process_param_traits_macros.h", 436 "importer/profile_import_process_param_traits_macros.h",
437 "importer/safari_importer_utils.h", 437 "importer/safari_importer_utils.h",
438 "importer/safari_importer_utils.mm", 438 "importer/safari_importer_utils.mm",
439 ] 439 ]
440 } 440 }
441 441
442 if (is_chromeos) { 442 if (is_chromeos) {
443 sources -= [ "channel_info_posix.cc" ] 443 sources -= [ "channel_info_posix.cc" ]
444 } 444 }
445 445
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 "shell_handler_win.mojom", 669 "shell_handler_win.mojom",
670 ] 670 ]
671 671
672 public_deps = [ 672 public_deps = [
673 "//skia/public/interfaces", 673 "//skia/public/interfaces",
674 "//url/mojo:url_mojom_gurl", 674 "//url/mojo:url_mojom_gurl",
675 ] 675 ]
676 676
677 use_new_wrapper_types = false 677 use_new_wrapper_types = false
678 } 678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698