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

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

Issue 2866183003: Syntax and coverage checking added to Network Traffic Annotations. (Closed)
Patch Set: Protobuf build updated. 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/net/chrome_network_delegate.h » ('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 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 "//chrome:extra_resources", 1457 "//chrome:extra_resources",
1458 "//chrome:resources", 1458 "//chrome:resources",
1459 "//chrome:strings", 1459 "//chrome:strings",
1460 "//chrome/app/resources:platform_locale_settings", 1460 "//chrome/app/resources:platform_locale_settings",
1461 "//chrome/app/theme:theme_resources", 1461 "//chrome/app/theme:theme_resources",
1462 "//chrome/browser/budget_service:budget_proto", 1462 "//chrome/browser/budget_service:budget_proto",
1463 "//chrome/browser/devtools", 1463 "//chrome/browser/devtools",
1464 "//chrome/browser/media/router", 1464 "//chrome/browser/media/router",
1465 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 1465 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
1466 "//chrome/browser/net:probe_message_proto", 1466 "//chrome/browser/net:probe_message_proto",
1467 "//chrome/browser/net/traffic_annotation",
1467 "//chrome/browser/ssl:proto", 1468 "//chrome/browser/ssl:proto",
1468 "//chrome/browser/ui", 1469 "//chrome/browser/ui",
1469 "//chrome/common/net", 1470 "//chrome/common/net",
1470 "//chrome/installer/util:with_no_strings", 1471 "//chrome/installer/util:with_no_strings",
1471 "//components/about_handler", 1472 "//components/about_handler",
1472 "//components/app_modal", 1473 "//components/app_modal",
1473 "//components/autofill/content/browser", 1474 "//components/autofill/content/browser",
1474 "//components/autofill/core/browser", 1475 "//components/autofill/core/browser",
1475 "//components/bookmarks/browser", 1476 "//components/bookmarks/browser",
1476 "//components/bookmarks/managed", 1477 "//components/bookmarks/managed",
(...skipping 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after
4742 "media/pepper_cdm_test_constants.cc", 4743 "media/pepper_cdm_test_constants.cc",
4743 "media/pepper_cdm_test_constants.h", 4744 "media/pepper_cdm_test_constants.h",
4744 ] 4745 ]
4745 } 4746 }
4746 } 4747 }
4747 4748
4748 service_manifest("preferences_forwarder_manifest") { 4749 service_manifest("preferences_forwarder_manifest") {
4749 name = "preferences_forwarder" 4750 name = "preferences_forwarder"
4750 source = "prefs/forwarder_manifest.json" 4751 source = "prefs/forwarder_manifest.json"
4751 } 4752 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/chrome_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698