Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: chrome/common/BUILD.gn

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698