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

Side by Side Diff: extensions/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 | « docs/chromoting_android_hacking.md ('k') | extensions/browser/mojo/DEPS » ('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 # TODO(rockot) bug 505926: Don't include chrome files from here. 5 # TODO(rockot) bug 505926: Don't include chrome files from here.
6 # See chrome_browser_tests_extensions_sources below 6 # See chrome_browser_tests_extensions_sources below
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//extensions/extensions.gni") 8 import("//extensions/extensions.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "//device/serial", 178 "//device/serial",
179 "//device/serial:test_support", 179 "//device/serial:test_support",
180 "//extensions/common", 180 "//extensions/common",
181 "//extensions/common/api/cast_channel:cast_channel_proto", 181 "//extensions/common/api/cast_channel:cast_channel_proto",
182 "//extensions/renderer", 182 "//extensions/renderer",
183 "//extensions/strings", 183 "//extensions/strings",
184 "//extensions/utility", 184 "//extensions/utility",
185 "//mojo/edk/js", 185 "//mojo/edk/js",
186 "//mojo/edk/system", 186 "//mojo/edk/system",
187 "//mojo/public/cpp/bindings", 187 "//mojo/public/cpp/bindings",
188 "//mojo/shell/public/interfaces", 188 "//services/shell/public/interfaces",
189 "//testing/gmock", 189 "//testing/gmock",
190 "//testing/gtest", 190 "//testing/gtest",
191 "//third_party/leveldatabase", 191 "//third_party/leveldatabase",
192 ] 192 ]
193 193
194 data_deps = [ 194 data_deps = [
195 "//third_party/mesa:osmesa", 195 "//third_party/mesa:osmesa",
196 ] 196 ]
197 197
198 if (is_chromeos) { 198 if (is_chromeos) {
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "//testing/gtest", 370 "//testing/gtest",
371 "//third_party/hunspell", 371 "//third_party/hunspell",
372 "//third_party/icu", 372 "//third_party/icu",
373 "//third_party/libpng", 373 "//third_party/libpng",
374 "//third_party/zlib", 374 "//third_party/zlib",
375 "//ui/base:test_support", 375 "//ui/base:test_support",
376 "//ui/resources:ui_test_pak", 376 "//ui/resources:ui_test_pak",
377 "//ui/web_dialogs:test_support", 377 "//ui/web_dialogs:test_support",
378 ] 378 ]
379 } 379 }
OLDNEW
« no previous file with comments | « docs/chromoting_android_hacking.md ('k') | extensions/browser/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698