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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 887193003: Add suggestions to the deps of chrome/browser/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | 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("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.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_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 91 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
92 ".", 92 ".",
93 "//chrome") 93 "//chrome")
94 deps += [ 94 deps += [
95 "//chrome/browser/devtools", 95 "//chrome/browser/devtools",
96 "//chrome/browser/ui/views", 96 "//chrome/browser/ui/views",
97 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 97 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
98 "//chrome/installer/util", 98 "//chrome/installer/util",
99 "//components/autofill/content/browser:risk_proto", 99 "//components/autofill/content/browser:risk_proto",
100 "//components/power", 100 "//components/power",
101 "//components/suggestions/proto",
101 "//device/nfc", 102 "//device/nfc",
102 "//media", 103 "//media",
103 "//net:net_with_v8", 104 "//net:net_with_v8",
104 "//storage/browser", 105 "//storage/browser",
105 "//storage/common", 106 "//storage/common",
106 "//third_party/WebKit/public:resources", 107 "//third_party/WebKit/public:resources",
107 "//third_party/adobe/flash:flapper_version_h", 108 "//third_party/adobe/flash:flapper_version_h",
108 "//third_party/expat", 109 "//third_party/expat",
109 "//third_party/hunspell", 110 "//third_party/hunspell",
110 "//third_party/leveldatabase", 111 "//third_party/leveldatabase",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 "//chrome/browser", 525 "//chrome/browser",
525 "//content/public/browser", 526 "//content/public/browser",
526 "//content/public/common", 527 "//content/public/common",
527 "//content/test:test_support", 528 "//content/test:test_support",
528 "//net:test_support", 529 "//net:test_support",
529 "//skia", 530 "//skia",
530 "//testing/gtest", 531 "//testing/gtest",
531 "//ui/base", 532 "//ui/base",
532 ] 533 ]
533 } 534 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698