| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index bd9f73341d6036cda4385b64836b1aab68a11e60..e4560b070481d8c6f7fe81465cf2927e91552ce5 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -4,11 +4,12 @@
|
|
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| -gypi_values = exec_script(
|
| - "//build/gypi_to_gn.py",
|
| - [ rebase_path("../chrome_common.gypi") ],
|
| - "scope",
|
| - [ "../chrome_common.gypi" ])
|
| +# TODO(GYP) uncomment when this is used below.
|
| +#gypi_values = exec_script(
|
| +# "//build/gypi_to_gn.py",
|
| +# [ rebase_path("../chrome_common.gypi") ],
|
| +# "scope",
|
| +# [ "../chrome_common.gypi" ])
|
|
|
| # GYP version: chrome/chrome_resources.gyp:chrome_resources
|
| # (generate_common_resources action)
|
| @@ -24,7 +25,8 @@
|
|
|
| # GYP version: chrome/chrome_common.gyp:common
|
| static_library("common") {
|
| - sources = rebase_path(gypi_values.chrome_common_sources, ".", "//chrome")
|
| + # TODO(GYP) Uncomment when these compile.
|
| + #sources = rebase_path(gypi_values.chrome_common_sources, ".", "//chrome")
|
|
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
| @@ -64,7 +66,7 @@
|
|
|
| if (!is_ios) {
|
| deps += [
|
| - "//apps/common/api:apps_api",
|
| + #'<(DEPTH)/apps/common/api/api.gyp:apps_api', TODO(GYP)
|
| "//chrome/common/extensions/api",
|
| #'<(DEPTH)/components/components.gyp:autofill_core_common', TODO(GYP)
|
| #'<(DEPTH)/components/components.gyp:autofill_content_common', TODO(GYP)
|
|
|