OLD | NEW |
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/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 | 8 |
9 gypi_values = exec_script( | 9 gypi_values = exec_script( |
10 "//build/gypi_to_gn.py", | 10 "//build/gypi_to_gn.py", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 forward_dependent_configs_from = [ | 76 forward_dependent_configs_from = [ |
77 "//components/dom_distiller/core", | 77 "//components/dom_distiller/core", |
78 "//sync", | 78 "//sync", |
79 ] | 79 ] |
80 | 80 |
81 if (!is_ios) { | 81 if (!is_ios) { |
82 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, | 82 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, |
83 ".", "//chrome") | 83 ".", "//chrome") |
84 deps += [ | 84 deps += [ |
85 "//chrome/browser/devtools", | 85 "//chrome/browser/devtools", |
86 "//chrome/browser/performance_monitor", | |
87 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 86 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
88 "//chrome/common/extensions/api", | 87 "//chrome/common/extensions/api", |
89 "//chrome/common/extensions/api:api_registration", | 88 "//chrome/common/extensions/api:api_registration", |
90 "//chrome/installer/util", | 89 "//chrome/installer/util", |
91 "//components/autofill/content/browser:risk_proto", | 90 "//components/autofill/content/browser:risk_proto", |
92 "//components/power", | 91 "//components/power", |
93 "//device/bluetooth", | 92 "//device/bluetooth", |
94 "//device/nfc", | 93 "//device/nfc", |
95 "//media", | 94 "//media", |
96 "//mojo/system", | 95 "//mojo/system", |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 script = "//chrome/tools/build/mac/generate_localizer" | 414 script = "//chrome/tools/build/mac/generate_localizer" |
416 sources = [ ] | 415 sources = [ ] |
417 table_path = "$target_gen_dir/ui_localizer_table.h" | 416 table_path = "$target_gen_dir/ui_localizer_table.h" |
418 outputs = [ table_path ] | 417 outputs = [ table_path ] |
419 args = [ rebase_path(table_path, root_build_dir) ] + | 418 args = [ rebase_path(table_path, root_build_dir) ] + |
420 rebase_path(nib_gypi_values.mac_translated_xibs, | 419 rebase_path(nib_gypi_values.mac_translated_xibs, |
421 root_build_dir, | 420 root_build_dir, |
422 "//chrome") | 421 "//chrome") |
423 } | 422 } |
424 } | 423 } |
OLD | NEW |