| OLD | NEW |
| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 "engagement/site_engagement_metrics.cc", | 373 "engagement/site_engagement_metrics.cc", |
| 374 "engagement/site_engagement_metrics.h", | 374 "engagement/site_engagement_metrics.h", |
| 375 "engagement/site_engagement_observer.cc", | 375 "engagement/site_engagement_observer.cc", |
| 376 "engagement/site_engagement_observer.h", | 376 "engagement/site_engagement_observer.h", |
| 377 "engagement/site_engagement_score.cc", | 377 "engagement/site_engagement_score.cc", |
| 378 "engagement/site_engagement_score.h", | 378 "engagement/site_engagement_score.h", |
| 379 "engagement/site_engagement_service.cc", | 379 "engagement/site_engagement_service.cc", |
| 380 "engagement/site_engagement_service.h", | 380 "engagement/site_engagement_service.h", |
| 381 "engagement/site_engagement_service_factory.cc", | 381 "engagement/site_engagement_service_factory.cc", |
| 382 "engagement/site_engagement_service_factory.h", | 382 "engagement/site_engagement_service_factory.h", |
| 383 "experiments/memory_ablation_experiment.cc", |
| 384 "experiments/memory_ablation_experiment.h", |
| 383 | 385 |
| 384 # Oh hey, all the cool browser/extensions files are hanging out in | 386 # Oh hey, all the cool browser/extensions files are hanging out in |
| 385 # //chrome/browser/extensions/BUILD.gn | 387 # //chrome/browser/extensions/BUILD.gn |
| 386 "external_protocol/external_protocol_handler.cc", | 388 "external_protocol/external_protocol_handler.cc", |
| 387 "external_protocol/external_protocol_handler.h", | 389 "external_protocol/external_protocol_handler.h", |
| 388 "external_protocol/external_protocol_observer.cc", | 390 "external_protocol/external_protocol_observer.cc", |
| 389 "external_protocol/external_protocol_observer.h", | 391 "external_protocol/external_protocol_observer.h", |
| 390 "favicon/chrome_fallback_icon_client.cc", | 392 "favicon/chrome_fallback_icon_client.cc", |
| 391 "favicon/chrome_fallback_icon_client.h", | 393 "favicon/chrome_fallback_icon_client.h", |
| 392 "favicon/chrome_fallback_icon_client_factory.cc", | 394 "favicon/chrome_fallback_icon_client_factory.cc", |
| (...skipping 4267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4660 "media/pepper_cdm_test_constants.cc", | 4662 "media/pepper_cdm_test_constants.cc", |
| 4661 "media/pepper_cdm_test_constants.h", | 4663 "media/pepper_cdm_test_constants.h", |
| 4662 ] | 4664 ] |
| 4663 } | 4665 } |
| 4664 } | 4666 } |
| 4665 | 4667 |
| 4666 service_manifest("preferences_forwarder_manifest") { | 4668 service_manifest("preferences_forwarder_manifest") { |
| 4667 name = "preferences_forwarder" | 4669 name = "preferences_forwarder" |
| 4668 source = "prefs/forwarder_manifest.json" | 4670 source = "prefs/forwarder_manifest.json" |
| 4669 } | 4671 } |
| OLD | NEW |