Skip to content

Commit

Permalink
Move dom_distiller_switches include into chrome_main_delegate.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
aseren committed Feb 27, 2023
1 parent 27bcce9 commit 353ba55
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ include_rules = [
"+components/sync/base/command_line_switches.h",
"+components/translate/core/browser/translate_prefs.h",
"+components/variations/variations_switches.h",
"+components/dom_distiller/core/dom_distiller_switches.h",
"+google_apis/gaia",
"+gpu/config",
"+media/base/media_switches.h",
Expand Down
1 change: 0 additions & 1 deletion app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "chrome/common/chrome_paths_internal.h"
#include "chrome/common/chrome_switches.h"
#include "components/component_updater/component_updater_switches.h"
#include "components/dom_distiller/core/dom_distiller_switches.h"
#include "components/embedder_support/switches.h"
#include "components/sync/base/command_line_switches.h"
#include "components/variations/variations_switches.h"
Expand Down
1 change: 1 addition & 0 deletions chromium_src/chrome/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
group("app") {
deps = [
"//brave/components/update_client:buildflags",
"//components/dom_distiller/content/browser",
"//google_apis",
"//media",
]
Expand Down
1 change: 1 addition & 0 deletions chromium_src/chrome/app/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ specific_include_rules = {
"+brave/build/android/jni_headers/BraveQAPreferences_jni.h",
"+brave/components/brave_sync/buildflags.h",
"+brave/components/variations/buildflags.h",
"+components/dom_distiller/core/dom_distiller_switches.h",
"+components/signin/public/base/account_consistency_method.h",
"+components/sync/base/command_line_switches.h",
],
Expand Down
1 change: 1 addition & 0 deletions chromium_src/chrome/app/chrome_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "brave/components/brave_sync/buildflags.h"
#include "brave/components/variations/buildflags.h"
#include "build/build_config.h"
#include "components/dom_distiller/core/dom_distiller_switches.h"
#include "components/sync/base/command_line_switches.h"

#if BUILDFLAG(IS_ANDROID)
Expand Down

0 comments on commit 353ba55

Please sign in to comment.