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

Side by Side Diff: content/common/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 if (is_mac) { 9 if (is_mac) {
10 import("//build/config/mac/mac_sdk.gni") 10 import("//build/config/mac/mac_sdk.gni")
11 } 11 }
12 12
13 if (is_chromeos && current_cpu != "arm") { 13 if (is_chromeos && current_cpu != "arm") {
14 action("libva_generate_stubs") { 14 action("libva_generate_stubs") {
15 extra_header = "gpu/media/va_stub_header.fragment" 15 extra_header = "gpu/media/va_stub_header.fragment"
16 16
17 script = "../../tools/generate_stubs/generate_stubs.py" 17 script = "../../tools/generate_stubs/generate_stubs.py"
18 sources = [ 18 sources = [
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 526
527 import_dirs = [ "//mojo/services" ] 527 import_dirs = [ "//mojo/services" ]
528 528
529 deps = [ 529 deps = [
530 "//content/public/common:mojo_bindings", 530 "//content/public/common:mojo_bindings",
531 "//mojo/application/public/interfaces", 531 "//mojo/application/public/interfaces",
532 "//skia/public/interfaces", 532 "//skia/public/interfaces",
533 "//ui/mojo/geometry:interfaces", 533 "//ui/mojo/geometry:interfaces",
534 ] 534 ]
535 } 535 }
OLDNEW
« no previous file with comments | « content/child/web_data_consumer_handle_impl_unittest.cc ('k') | content/common/mojo/channel_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698