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

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

Issue 2882353002: Implement Ukm Mojo interface. (Closed)
Patch Set: Fix nits Created 3 years, 7 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/chrome_content_browser_client.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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 "//components/sync_bookmarks", 1586 "//components/sync_bookmarks",
1587 "//components/sync_preferences", 1587 "//components/sync_preferences",
1588 "//components/sync_sessions", 1588 "//components/sync_sessions",
1589 "//components/task_scheduler_util/browser", 1589 "//components/task_scheduler_util/browser",
1590 "//components/task_scheduler_util/common", 1590 "//components/task_scheduler_util/common",
1591 "//components/tracing:startup_tracing", 1591 "//components/tracing:startup_tracing",
1592 "//components/translate/content/browser", 1592 "//components/translate/content/browser",
1593 "//components/translate/core/browser", 1593 "//components/translate/core/browser",
1594 "//components/translate/core/common", 1594 "//components/translate/core/common",
1595 "//components/ukm:observers", 1595 "//components/ukm:observers",
1596 "//components/ukm:ukm_interface",
1596 "//components/ukm/debug_page", 1597 "//components/ukm/debug_page",
1597 "//components/undo", 1598 "//components/undo",
1598 "//components/update_client", 1599 "//components/update_client",
1599 "//components/upload_list", 1600 "//components/upload_list",
1600 "//components/url_formatter", 1601 "//components/url_formatter",
1601 "//components/url_matcher", 1602 "//components/url_matcher",
1602 "//components/user_prefs", 1603 "//components/user_prefs",
1603 "//components/variations", 1604 "//components/variations",
1604 "//components/variations/field_trial_config", 1605 "//components/variations/field_trial_config",
1605 "//components/variations/net", 1606 "//components/variations/net",
(...skipping 3140 matching lines...) Expand 10 before | Expand all | Expand 10 after
4746 "media/pepper_cdm_test_constants.cc", 4747 "media/pepper_cdm_test_constants.cc",
4747 "media/pepper_cdm_test_constants.h", 4748 "media/pepper_cdm_test_constants.h",
4748 ] 4749 ]
4749 } 4750 }
4750 } 4751 }
4751 4752
4752 service_manifest("preferences_forwarder_manifest") { 4753 service_manifest("preferences_forwarder_manifest") {
4753 name = "preferences_forwarder" 4754 name = "preferences_forwarder"
4754 source = "prefs/forwarder_manifest.json" 4755 source = "prefs/forwarder_manifest.json"
4755 } 4756 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698