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

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

Issue 2290743002: Partial revert of https://codereview.chromium.org/1911973002/ (Closed)
Patch Set: mac libtool Created 4 years, 3 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 | content/child/webthemeengine_impl_default.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("//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 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "//ui/base/ime", 192 "//ui/base/ime",
193 "//ui/compositor", 193 "//ui/compositor",
194 "//ui/content_accelerators", 194 "//ui/content_accelerators",
195 "//ui/display", 195 "//ui/display",
196 "//ui/events", 196 "//ui/events",
197 "//ui/events:gesture_detection", 197 "//ui/events:gesture_detection",
198 "//ui/gfx", 198 "//ui/gfx",
199 "//ui/gfx/geometry", 199 "//ui/gfx/geometry",
200 "//ui/message_center", 200 "//ui/message_center",
201 "//ui/native_theme", 201 "//ui/native_theme",
202 "//ui/native_theme:native_theme_browser",
202 "//ui/resources", 203 "//ui/resources",
203 "//ui/shell_dialogs", 204 "//ui/shell_dialogs",
204 "//ui/snapshot", 205 "//ui/snapshot",
205 "//ui/strings", 206 "//ui/strings",
206 "//ui/surface", 207 "//ui/surface",
207 "//ui/web_dialogs", 208 "//ui/web_dialogs",
208 "//v8", 209 "//v8",
209 ] 210 ]
210 allow_circular_includes_from = [] 211 allow_circular_includes_from = []
211 212
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "passwords/passwords_model_delegate_mock.cc", 755 "passwords/passwords_model_delegate_mock.cc",
755 "passwords/passwords_model_delegate_mock.h", 756 "passwords/passwords_model_delegate_mock.h",
756 ] 757 ]
757 deps += [ "//chrome/test:test_support_ui" ] 758 deps += [ "//chrome/test:test_support_ui" ]
758 } 759 }
759 760
760 if (enable_extensions) { 761 if (enable_extensions) {
761 deps += [ "//extensions/browser" ] 762 deps += [ "//extensions/browser" ]
762 } 763 }
763 } 764 }
OLDNEW
« no previous file with comments | « no previous file | content/child/webthemeengine_impl_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698