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

Side by Side Diff: extensions/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/mojo_in_chromium.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "//device/bluetooth:mocks", 184 "//device/bluetooth:mocks",
185 "//device/core", 185 "//device/core",
186 "//device/hid", 186 "//device/hid",
187 "//device/serial", 187 "//device/serial",
188 "//device/serial:test_support", 188 "//device/serial:test_support",
189 "//extensions/common", 189 "//extensions/common",
190 "//extensions/common/api/cast_channel:cast_channel_proto", 190 "//extensions/common/api/cast_channel:cast_channel_proto",
191 "//extensions/renderer", 191 "//extensions/renderer",
192 "//extensions/strings", 192 "//extensions/strings",
193 "//extensions/utility", 193 "//extensions/utility",
194 "//mojo/application/public/interfaces",
195 "//mojo/environment:chromium", 194 "//mojo/environment:chromium",
196 "//mojo/public/cpp/bindings", 195 "//mojo/public/cpp/bindings",
196 "//mojo/shell/public/interfaces",
197 "//testing/gmock", 197 "//testing/gmock",
198 "//testing/gtest", 198 "//testing/gtest",
199 "//third_party/leveldatabase", 199 "//third_party/leveldatabase",
200 "//third_party/mojo/src/mojo/edk/js", 200 "//third_party/mojo/src/mojo/edk/js",
201 "//third_party/mojo/src/mojo/edk/system", 201 "//third_party/mojo/src/mojo/edk/system",
202 ] 202 ]
203 203
204 data_deps = [ 204 data_deps = [
205 "//third_party/mesa:osmesa", 205 "//third_party/mesa:osmesa",
206 ] 206 ]
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "//testing/gtest", 394 "//testing/gtest",
395 "//third_party/hunspell", 395 "//third_party/hunspell",
396 "//third_party/icu", 396 "//third_party/icu",
397 "//third_party/libpng", 397 "//third_party/libpng",
398 "//third_party/zlib", 398 "//third_party/zlib",
399 "//ui/base:test_support", 399 "//ui/base:test_support",
400 "//ui/resources:ui_test_pak", 400 "//ui/resources:ui_test_pak",
401 "//ui/web_dialogs:test_support", 401 "//ui/web_dialogs:test_support",
402 ] 402 ]
403 } 403 }
OLDNEW
« no previous file with comments | « docs/mojo_in_chromium.md ('k') | extensions/browser/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698