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

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

Issue 2620203003: Add initial version of captive portal list checking. (Closed)
Patch Set: Fix Android tests Created 3 years, 10 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/browser_resources.grd » ('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 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after
1371 "//chrome:extra_resources", 1371 "//chrome:extra_resources",
1372 "//chrome:resources", 1372 "//chrome:resources",
1373 "//chrome:strings", 1373 "//chrome:strings",
1374 "//chrome/app/resources:platform_locale_settings", 1374 "//chrome/app/resources:platform_locale_settings",
1375 "//chrome/app/theme:theme_resources", 1375 "//chrome/app/theme:theme_resources",
1376 "//chrome/browser/budget_service:budget_proto", 1376 "//chrome/browser/budget_service:budget_proto",
1377 "//chrome/browser/devtools", 1377 "//chrome/browser/devtools",
1378 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 1378 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
1379 "//chrome/browser/net:probe_message_proto", 1379 "//chrome/browser/net:probe_message_proto",
1380 "//chrome/browser/resources:component_extension_resources", 1380 "//chrome/browser/resources:component_extension_resources",
1381 "//chrome/browser/ssl:proto",
1381 "//chrome/browser/ui", 1382 "//chrome/browser/ui",
1382 "//chrome/common/net", 1383 "//chrome/common/net",
1383 "//chrome/installer/util:with_no_strings", 1384 "//chrome/installer/util:with_no_strings",
1384 "//components/about_handler", 1385 "//components/about_handler",
1385 "//components/app_modal", 1386 "//components/app_modal",
1386 "//components/autofill/content/browser", 1387 "//components/autofill/content/browser",
1387 "//components/autofill/core/browser", 1388 "//components/autofill/core/browser",
1388 "//components/bookmarks/browser", 1389 "//components/bookmarks/browser",
1389 "//components/bookmarks/managed", 1390 "//components/bookmarks/managed",
1390 "//components/browser_sync", 1391 "//components/browser_sync",
(...skipping 3116 matching lines...) Expand 10 before | Expand all | Expand 10 after
4507 "media/pepper_cdm_test_constants.cc", 4508 "media/pepper_cdm_test_constants.cc",
4508 "media/pepper_cdm_test_constants.h", 4509 "media/pepper_cdm_test_constants.h",
4509 ] 4510 ]
4510 } 4511 }
4511 } 4512 }
4512 4513
4513 service_manifest("preferences_manifest") { 4514 service_manifest("preferences_manifest") {
4514 name = "preferences" 4515 name = "preferences"
4515 source = "prefs/preferences_manifest.json" 4516 source = "prefs/preferences_manifest.json"
4516 } 4517 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698