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

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

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps Created 6 years, 2 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/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('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 8
9 gypi_values = exec_script( 9 gypi_values = exec_script(
10 "//build/gypi_to_gn.py", 10 "//build/gypi_to_gn.py",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 deps += [ 82 deps += [
83 "//chrome/browser/devtools", 83 "//chrome/browser/devtools",
84 "//chrome/browser/ui/views", 84 "//chrome/browser/ui/views",
85 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 85 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
86 "//chrome/installer/util", 86 "//chrome/installer/util",
87 "//components/autofill/content/browser:risk_proto", 87 "//components/autofill/content/browser:risk_proto",
88 "//components/power", 88 "//components/power",
89 "//device/bluetooth", 89 "//device/bluetooth",
90 "//device/nfc", 90 "//device/nfc",
91 "//media", 91 "//media",
92 "//mojo/system", 92 "//mojo/edk/system",
93 "//net:net_with_v8", 93 "//net:net_with_v8",
94 "//storage/browser", 94 "//storage/browser",
95 "//storage/common", 95 "//storage/common",
96 "//third_party/WebKit/public:resources", 96 "//third_party/WebKit/public:resources",
97 "//third_party/adobe/flash:flapper_version_h", 97 "//third_party/adobe/flash:flapper_version_h",
98 "//third_party/expat", 98 "//third_party/expat",
99 "//third_party/hunspell", 99 "//third_party/hunspell",
100 "//third_party/leveldatabase", 100 "//third_party/leveldatabase",
101 "//third_party/npapi", 101 "//third_party/npapi",
102 "//third_party/libjingle", 102 "//third_party/libjingle",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "//chrome/browser", 453 "//chrome/browser",
454 "//content/public/browser", 454 "//content/public/browser",
455 "//content/public/common", 455 "//content/public/common",
456 "//content/test:test_support", 456 "//content/test:test_support",
457 "//net:test_support", 457 "//net:test_support",
458 "//skia", 458 "//skia",
459 "//testing/gtest", 459 "//testing/gtest",
460 "//ui/base", 460 "//ui/base",
461 ] 461 ]
462 } 462 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698