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

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

Issue 1224203003: Componentize //chrome/common/omnibox_focus_state.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox_component_browser_subdir
Patch Set: Rebase Created 5 years, 5 months 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_renderer.gypi ('k') | chrome/common/omnibox_focus_state.h » ('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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_common.gypi") ], 9 [ rebase_path("../chrome_common.gypi") ],
10 "scope", 10 "scope",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//chrome:resources", 56 "//chrome:resources",
57 "//chrome:strings", 57 "//chrome:strings",
58 "//chrome/app/theme:theme_resources", 58 "//chrome/app/theme:theme_resources",
59 "//chrome/installer/util", 59 "//chrome/installer/util",
60 "//components/cloud_devices/common", 60 "//components/cloud_devices/common",
61 "//components/component_updater", 61 "//components/component_updater",
62 "//components/content_settings/core/common", 62 "//components/content_settings/core/common",
63 "//components/favicon_base", 63 "//components/favicon_base",
64 "//components/json_schema", 64 "//components/json_schema",
65 "//components/metrics", 65 "//components/metrics",
66 "//components/omnibox/common",
66 "//components/policy:policy_component_common", 67 "//components/policy:policy_component_common",
67 "//components/translate/core/common", 68 "//components/translate/core/common",
68 "//components/variations", 69 "//components/variations",
69 "//content/public/common", 70 "//content/public/common",
70 "//crypto", 71 "//crypto",
71 "//extensions/common:common_constants", 72 "//extensions/common:common_constants",
72 "//net", 73 "//net",
73 "//skia", 74 "//skia",
74 "//third_party/icu", 75 "//third_party/icu",
75 "//third_party/libxml", 76 "//third_party/libxml",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ":constants", 357 ":constants",
357 "//base", 358 "//base",
358 ] 359 ]
359 } 360 }
360 361
361 mojom("mojo_bindings") { 362 mojom("mojo_bindings") {
362 sources = [ 363 sources = [
363 "resource_usage_reporter.mojom", 364 "resource_usage_reporter.mojom",
364 ] 365 ]
365 } 366 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/omnibox_focus_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698