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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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/gcm_driver/common", | 69 "//components/gcm_driver/common", |
70 "//components/json_schema", | 70 "//components/json_schema", |
71 "//components/metrics", | 71 "//components/metrics", |
72 "//components/metrics:net", | 72 "//components/metrics:net", |
73 "//components/omnibox/common", | 73 "//components/omnibox/common", |
74 "//components/error_page/common", | |
Lei Zhang
2015/11/23 22:50:21
This is:
(a) not in alphabetical order
(b) alread
jianli
2015/11/23 23:25:03
Thanks for catching this. This is due to my rebase
| |
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", |
79 "//components/version_info", | 80 "//components/version_info", |
80 "//content/public/common", | 81 "//content/public/common", |
81 "//crypto", | 82 "//crypto", |
82 "//extensions/common:common_constants", | 83 "//extensions/common:common_constants", |
83 "//gin", | 84 "//gin", |
(...skipping 300 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 |