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

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

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude ChromeDeviceClient from mobile builds. Created 6 years, 3 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 | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/browser_process_impl.h » ('J')
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("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "//components/precache/content", 154 "//components/precache/content",
155 "//components/sessions", 155 "//components/sessions",
156 "//components/storage_monitor", 156 "//components/storage_monitor",
157 "//components/translate/content/browser", 157 "//components/translate/content/browser",
158 "//components/url_matcher", 158 "//components/url_matcher",
159 "//components/usb_service", 159 "//components/usb_service",
160 "//components/visitedlink/browser", 160 "//components/visitedlink/browser",
161 "//components/visitedlink/common", 161 "//components/visitedlink/common",
162 "//components/web_modal", 162 "//components/web_modal",
163 "//content/app/resources", 163 "//content/app/resources",
164 "//device/common",
164 "//media", 165 "//media",
165 "//media/cast:net", 166 "//media/cast:net",
166 "//mojo/environment:chromium", 167 "//mojo/environment:chromium",
167 "//mojo/public/cpp/bindings", 168 "//mojo/public/cpp/bindings",
168 "//mojo/public/js/bindings", 169 "//mojo/public/js/bindings",
169 "//mojo/system", 170 "//mojo/system",
170 "//net:net_with_v8", 171 "//net:net_with_v8",
171 "//third_party/WebKit/public:resources", 172 "//third_party/WebKit/public:resources",
172 "//third_party/expat", 173 "//third_party/expat",
173 "//third_party/leveldatabase", 174 "//third_party/leveldatabase",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 # TODO(GYP) write internal action 663 # TODO(GYP) write internal action
663 if (false) { #if (is_chrome_branded) { 664 if (false) { #if (is_chrome_branded) {
664 action("chrome_internal_resources_gen") { 665 action("chrome_internal_resources_gen") {
665 # TODO(GYP) 666 # TODO(GYP)
666 } 667 }
667 } else { 668 } else {
668 group("chrome_internal_resources_gen") { 669 group("chrome_internal_resources_gen") {
669 # Empty placeholder. 670 # Empty placeholder.
670 } 671 }
671 } 672 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/browser_process_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698