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

Side by Side Diff: components/data_reduction_proxy/content/browser/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
« no previous file with comments | « components/clipboard/public/interfaces/BUILD.gn ('k') | components/devtools_service/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "content_lofi_decider.cc", 7 "content_lofi_decider.cc",
8 "content_lofi_decider.h", 8 "content_lofi_decider.h",
9 "data_reduction_proxy_message_filter.cc", 9 "data_reduction_proxy_message_filter.cc",
10 "data_reduction_proxy_message_filter.h", 10 "data_reduction_proxy_message_filter.h",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ] 63 ]
64 64
65 if (is_android) { 65 if (is_android) {
66 sources += [ 66 sources += [
67 "data_reduction_proxy_debug_blocking_page_unittest.cc", 67 "data_reduction_proxy_debug_blocking_page_unittest.cc",
68 "data_reduction_proxy_debug_resource_throttle_unittest.cc", 68 "data_reduction_proxy_debug_resource_throttle_unittest.cc",
69 "data_reduction_proxy_debug_ui_manager_unittest.cc", 69 "data_reduction_proxy_debug_ui_manager_unittest.cc",
70 ] 70 ]
71 71
72 deps += [ 72 deps += [
73 "//mojo/public/cpp/bindings",
73 "//skia", 74 "//skia",
74 "//third_party/mojo/src/mojo/public/cpp/bindings",
75 ] 75 ]
76 } 76 }
77 } 77 }
OLDNEW
« no previous file with comments | « components/clipboard/public/interfaces/BUILD.gn ('k') | components/devtools_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698