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

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

Issue 1760743002: Add simple mash context menu support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; use test items; cleanup. Created 4 years, 9 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
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("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # be generated before code in this target can start building. 79 # be generated before code in this target can start building.
80 "//components/resources", 80 "//components/resources",
81 "//components/strings", 81 "//components/strings",
82 "//components/variations", 82 "//components/variations",
83 "//content/public/browser", 83 "//content/public/browser",
84 "//content/public/common", 84 "//content/public/common",
85 "//crypto", 85 "//crypto",
86 "//dbus", 86 "//dbus",
87 "//device/bluetooth", 87 "//device/bluetooth",
88 "//device/hid", 88 "//device/hid",
89 "//mash/shelf/public/interfaces",
89 "//media", 90 "//media",
90 "//media/mojo/interfaces", 91 "//media/mojo/interfaces",
91 "//mojo/common", 92 "//mojo/common",
92 "//mojo/shell/public/cpp", 93 "//mojo/shell/public/cpp",
93 "//net", 94 "//net",
94 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin 95 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin
95 96
96 # TODO: care about enable_basic_printing and enable_print_preview. 97 # TODO: care about enable_basic_printing and enable_print_preview.
97 "//printing", 98 "//printing",
98 "//skia", 99 "//skia",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "policy/proto/install_attributes.proto", 209 "policy/proto/install_attributes.proto",
209 ] 210 ]
210 } 211 }
211 212
212 proto_library("attestation_proto") { 213 proto_library("attestation_proto") {
213 sources = [ 214 sources = [
214 "attestation/attestation_key_payload.proto", 215 "attestation/attestation_key_payload.proto",
215 "attestation/attestation_signed_data.proto", 216 "attestation/attestation_signed_data.proto",
216 ] 217 ]
217 } 218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698