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

Side by Side Diff: components/ntp_snippets/BUILD.gn

Issue 2164593002: Append variation headers when fetching snippets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/ntp_snippets_fetcher.cc » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//net", 52 "//net",
53 "//url", 53 "//url",
54 ] 54 ]
55 55
56 deps = [ 56 deps = [
57 "//components/data_use_measurement/core", 57 "//components/data_use_measurement/core",
58 "//components/image_fetcher", 58 "//components/image_fetcher",
59 "//components/metrics", 59 "//components/metrics",
60 "//components/ntp_snippets/proto", 60 "//components/ntp_snippets/proto",
61 "//components/variations", 61 "//components/variations",
62 "//components/variations/net",
62 "//third_party/icu/", 63 "//third_party/icu/",
63 "//ui/gfx", 64 "//ui/gfx",
64 ] 65 ]
65 } 66 }
66 67
67 if (is_android) { 68 if (is_android) {
68 java_cpp_enum("ntp_snippets_java_enums_srcjar") { 69 java_cpp_enum("ntp_snippets_java_enums_srcjar") {
69 sources = [ 70 sources = [
70 "ntp_snippets_status_service.h", 71 "ntp_snippets_status_service.h",
71 ] 72 ]
(...skipping 20 matching lines...) Expand all
92 "//components/leveldb_proto:test_support", 93 "//components/leveldb_proto:test_support",
93 "//components/signin/core/browser:test_support", 94 "//components/signin/core/browser:test_support",
94 "//components/signin/core/common", 95 "//components/signin/core/common",
95 "//components/sync_driver:test_support", 96 "//components/sync_driver:test_support",
96 "//components/variations", 97 "//components/variations",
97 "//net:test_support", 98 "//net:test_support",
98 "//testing/gtest", 99 "//testing/gtest",
99 "//third_party/icu/", 100 "//third_party/icu/",
100 ] 101 ]
101 } 102 }
OLDNEW
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/ntp_snippets_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698