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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 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 | « chrome/browser/media/router/media_router.gyp ('k') | chrome/browser/ui/libgtk2ui/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 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "//components/autofill/content/browser:risk_proto", 116 "//components/autofill/content/browser:risk_proto",
117 "//components/bubble:bubble", 117 "//components/bubble:bubble",
118 "//components/crash/core/browser", 118 "//components/crash/core/browser",
119 "//components/net_log", 119 "//components/net_log",
120 "//components/page_load_metrics/browser", 120 "//components/page_load_metrics/browser",
121 "//components/power", 121 "//components/power",
122 "//components/suggestions/proto", 122 "//components/suggestions/proto",
123 "//components/url_formatter", 123 "//components/url_formatter",
124 "//device/nfc", 124 "//device/nfc",
125 "//media", 125 "//media",
126 "//mojo/edk/system",
126 "//net:net_with_v8", 127 "//net:net_with_v8",
127 "//net:stale_while_revalidate_experiment_domains", 128 "//net:stale_while_revalidate_experiment_domains",
128 "//storage/browser", 129 "//storage/browser",
129 "//storage/common", 130 "//storage/common",
130 "//third_party/WebKit/public:resources", 131 "//third_party/WebKit/public:resources",
131 "//third_party/adobe/flash:flapper_version_h", 132 "//third_party/adobe/flash:flapper_version_h",
132 "//third_party/leveldatabase", 133 "//third_party/leveldatabase",
133 "//third_party/libjingle", 134 "//third_party/libjingle",
134 "//third_party/mojo/src/mojo/edk/system",
135 "//third_party/re2", 135 "//third_party/re2",
136 "//ui/base/ime", 136 "//ui/base/ime",
137 "//ui/compositor", 137 "//ui/compositor",
138 "//ui/surface", 138 "//ui/surface",
139 "//ui/web_dialogs", 139 "//ui/web_dialogs",
140 "//v8", 140 "//v8",
141 ] 141 ]
142 } else { 142 } else {
143 # iOS. 143 # iOS.
144 sources += 144 sources +=
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "//chrome/browser", 628 "//chrome/browser",
629 "//content/public/browser", 629 "//content/public/browser",
630 "//content/public/common", 630 "//content/public/common",
631 "//content/test:test_support", 631 "//content/test:test_support",
632 "//net:test_support", 632 "//net:test_support",
633 "//skia", 633 "//skia",
634 "//testing/gtest", 634 "//testing/gtest",
635 "//ui/base", 635 "//ui/base",
636 ] 636 ]
637 } 637 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/media_router.gyp ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698