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

Side by Side Diff: components/BUILD.gn

Issue 2782113002: Add component for feature engagement tracking. (Closed)
Patch Set: Fix typo in //chrome/android/java/DEPS Created 3 years, 8 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 | « chrome/common/chrome_constants.cc ('k') | components/feature_engagement_tracker/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 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/chrome_build.gni") 5 import("//build/config/chrome_build.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("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 if (is_ios) { 236 if (is_ios) {
237 deps += [ ":components_tests_pak_bundle_data" ] 237 deps += [ ":components_tests_pak_bundle_data" ]
238 } 238 }
239 239
240 if (is_mac || is_linux) { 240 if (is_mac || is_linux) {
241 data_deps += [ "//content/shell:pak" ] 241 data_deps += [ "//content/shell:pak" ]
242 } 242 }
243 243
244 if (is_android) { 244 if (is_android) {
245 deps += [ 245 deps += [
246 "//components/feature_engagement_tracker:unit_tests",
246 "//components/gcm_driver/instance_id:test_support", 247 "//components/gcm_driver/instance_id:test_support",
247 "//components/gcm_driver/instance_id/android:instance_id_driver_java", 248 "//components/gcm_driver/instance_id/android:instance_id_driver_java",
248 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java", 249 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo rt_java",
249 "//components/invalidation/impl", 250 "//components/invalidation/impl",
250 "//components/invalidation/impl:java", 251 "//components/invalidation/impl:java",
251 "//components/policy/android:policy_java", 252 "//components/policy/android:policy_java",
252 "//components/safe_json", 253 "//components/safe_json",
253 "//components/safe_json/android:safe_json_java", 254 "//components/safe_json/android:safe_json_java",
254 "//components/signin/core/browser", 255 "//components/signin/core/browser",
255 "//components/signin/core/browser/android:java", 256 "//components/signin/core/browser/android:java",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "//testing/perf", 508 "//testing/perf",
508 "//url", 509 "//url",
509 ] 510 ]
510 511
511 if (!is_ios) { 512 if (!is_ios) {
512 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 513 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
513 deps += [ "//components/discardable_memory/common" ] 514 deps += [ "//components/discardable_memory/common" ]
514 } 515 }
515 } 516 }
516 } 517 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | components/feature_engagement_tracker/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698