Skip to content

Commit

Permalink
Reordering properties in text_recognition/browser target
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed Jan 13, 2023
1 parent 668f27e commit 58374fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/text_recognition/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ component("browser") {

sources = [ "text_recognition.h" ]

defines = [ "IS_TEXT_RECOGNITION_BROWSER_IMPL" ]

deps = [
"//base",
"//skia",
]

if (is_mac) {
sources += [ "text_recognition.mm" ]

Expand All @@ -22,11 +29,4 @@ component("browser") {

configs += [ "//build/config/compiler:enable_arc" ]
}

deps = [
"//base",
"//skia",
]

defines = [ "IS_TEXT_RECOGNITION_BROWSER_IMPL" ]
}

0 comments on commit 58374fa

Please sign in to comment.