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

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

Issue 1233313005: Move elide_url to its own component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to static library 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 | « no previous file | chrome/browser/ui/DEPS » ('j') | components/secure_display.gypi » ('J')
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources, 84 sources += rebase_path(gypi_values.chrome_browser_ui_toolbar_model_sources,
85 ".", 85 ".",
86 "//chrome") 86 "//chrome")
87 deps += [ 87 deps += [
88 "//chrome/browser/devtools", 88 "//chrome/browser/devtools",
89 "//chrome/browser/ui/views", 89 "//chrome/browser/ui/views",
90 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 90 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
91 "//chrome/installer/util", 91 "//chrome/installer/util",
92 "//components/autofill/content/browser:risk_proto", 92 "//components/autofill/content/browser:risk_proto",
93 "//components/power", 93 "//components/power",
94 "//components/secure_display",
94 "//components/suggestions/proto", 95 "//components/suggestions/proto",
95 "//device/nfc", 96 "//device/nfc",
96 "//media", 97 "//media",
97 "//net:net_with_v8", 98 "//net:net_with_v8",
98 "//storage/browser", 99 "//storage/browser",
99 "//storage/common", 100 "//storage/common",
100 "//third_party/WebKit/public:resources", 101 "//third_party/WebKit/public:resources",
101 "//third_party/adobe/flash:flapper_version_h", 102 "//third_party/adobe/flash:flapper_version_h",
102 "//third_party/leveldatabase", 103 "//third_party/leveldatabase",
103 "//third_party/mojo/src/mojo/edk/system", 104 "//third_party/mojo/src/mojo/edk/system",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "//chrome/browser", 527 "//chrome/browser",
527 "//content/public/browser", 528 "//content/public/browser",
528 "//content/public/common", 529 "//content/public/common",
529 "//content/test:test_support", 530 "//content/test:test_support",
530 "//net:test_support", 531 "//net:test_support",
531 "//skia", 532 "//skia",
532 "//testing/gtest", 533 "//testing/gtest",
533 "//ui/base", 534 "//ui/base",
534 ] 535 ]
535 } 536 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | components/secure_display.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698