| 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("//chrome/version.gni") | 5 import("//chrome/version.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//tools/grit/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
| 8 | 8 |
| 9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
| 10 [ rebase_path("../chrome_common.gypi") ], | 10 [ rebase_path("../chrome_common.gypi") ], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "//chrome/common/variations:fieldtrial_testing_config", | 59 "//chrome/common/variations:fieldtrial_testing_config", |
| 60 "//chrome/installer/util", | 60 "//chrome/installer/util", |
| 61 "//components/cloud_devices/common", | 61 "//components/cloud_devices/common", |
| 62 "//components/component_updater", | 62 "//components/component_updater", |
| 63 "//components/content_settings/core/common", | 63 "//components/content_settings/core/common", |
| 64 "//components/crash/core/common", | 64 "//components/crash/core/common", |
| 65 "//components/data_reduction_proxy/content/common", | 65 "//components/data_reduction_proxy/content/common", |
| 66 "//components/dom_distiller/core", | 66 "//components/dom_distiller/core", |
| 67 "//components/error_page/common", | 67 "//components/error_page/common", |
| 68 "//components/favicon_base", | 68 "//components/favicon_base", |
| 69 "//components/flags_ui:switches", |
| 69 "//components/gcm_driver/common", | 70 "//components/gcm_driver/common", |
| 70 "//components/json_schema", | 71 "//components/json_schema", |
| 71 "//components/metrics", | 72 "//components/metrics", |
| 72 "//components/metrics:net", | 73 "//components/metrics:net", |
| 73 "//components/omnibox/common", | 74 "//components/omnibox/common", |
| 74 "//components/policy:policy_component_common", | 75 "//components/policy:policy_component_common", |
| 75 "//components/strings", | 76 "//components/strings", |
| 76 "//components/translate/core/common", | 77 "//components/translate/core/common", |
| 77 "//components/url_formatter", | 78 "//components/url_formatter", |
| 78 "//components/variations", | 79 "//components/variations", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 ":constants", | 385 ":constants", |
| 385 "//base", | 386 "//base", |
| 386 ] | 387 ] |
| 387 } | 388 } |
| 388 | 389 |
| 389 mojom("mojo_bindings") { | 390 mojom("mojo_bindings") { |
| 390 sources = [ | 391 sources = [ |
| 391 "resource_usage_reporter.mojom", | 392 "resource_usage_reporter.mojom", |
| 392 ] | 393 ] |
| 393 } | 394 } |
| OLD | NEW |