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

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

Issue 2660883002: Introduce a Doodle Fetcher for NTP (Closed)
Patch Set: 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/search/instant_service.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 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 "//components/cookie_config", 1402 "//components/cookie_config",
1403 "//components/crx_file", 1403 "//components/crx_file",
1404 "//components/data_reduction_proxy/content/browser", 1404 "//components/data_reduction_proxy/content/browser",
1405 "//components/data_reduction_proxy/core/browser", 1405 "//components/data_reduction_proxy/core/browser",
1406 "//components/data_usage/core", 1406 "//components/data_usage/core",
1407 "//components/data_use_measurement/content", 1407 "//components/data_use_measurement/content",
1408 "//components/data_use_measurement/core:ascriber", 1408 "//components/data_use_measurement/core:ascriber",
1409 "//components/device_event_log", 1409 "//components/device_event_log",
1410 "//components/dom_distiller/content/browser", 1410 "//components/dom_distiller/content/browser",
1411 "//components/domain_reliability", 1411 "//components/domain_reliability",
1412 "//components/doodle",
1412 "//components/error_page/common", 1413 "//components/error_page/common",
1413 "//components/favicon/content", 1414 "//components/favicon/content",
1414 "//components/favicon/core", 1415 "//components/favicon/core",
1415 "//components/favicon_base", 1416 "//components/favicon_base",
1416 "//components/flags_ui", 1417 "//components/flags_ui",
1417 "//components/gcm_driver", 1418 "//components/gcm_driver",
1418 "//components/google/core/browser", 1419 "//components/google/core/browser",
1419 "//components/guest_view/browser", 1420 "//components/guest_view/browser",
1420 "//components/handoff", 1421 "//components/handoff",
1421 "//components/history/content/browser", 1422 "//components/history/content/browser",
(...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after
4502 "media/pepper_cdm_test_constants.cc", 4503 "media/pepper_cdm_test_constants.cc",
4503 "media/pepper_cdm_test_constants.h", 4504 "media/pepper_cdm_test_constants.h",
4504 ] 4505 ]
4505 } 4506 }
4506 } 4507 }
4507 4508
4508 service_manifest("preferences_manifest") { 4509 service_manifest("preferences_manifest") {
4509 name = "preferences" 4510 name = "preferences"
4510 source = "prefs/preferences_manifest.json" 4511 source = "prefs/preferences_manifest.json"
4511 } 4512 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698