| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "engagement/site_engagement_service_factory.h", | 390 "engagement/site_engagement_service_factory.h", |
| 391 "experiments/memory_ablation_experiment.cc", | 391 "experiments/memory_ablation_experiment.cc", |
| 392 "experiments/memory_ablation_experiment.h", | 392 "experiments/memory_ablation_experiment.h", |
| 393 | 393 |
| 394 # Oh hey, all the cool browser/extensions files are hanging out in | 394 # Oh hey, all the cool browser/extensions files are hanging out in |
| 395 # //chrome/browser/extensions/BUILD.gn | 395 # //chrome/browser/extensions/BUILD.gn |
| 396 "external_protocol/external_protocol_handler.cc", | 396 "external_protocol/external_protocol_handler.cc", |
| 397 "external_protocol/external_protocol_handler.h", | 397 "external_protocol/external_protocol_handler.h", |
| 398 "external_protocol/external_protocol_observer.cc", | 398 "external_protocol/external_protocol_observer.cc", |
| 399 "external_protocol/external_protocol_observer.h", | 399 "external_protocol/external_protocol_observer.h", |
| 400 "favicon/chrome_fallback_icon_client.cc", | |
| 401 "favicon/chrome_fallback_icon_client.h", | |
| 402 "favicon/chrome_fallback_icon_client_factory.cc", | |
| 403 "favicon/chrome_fallback_icon_client_factory.h", | |
| 404 "favicon/chrome_favicon_client.cc", | 400 "favicon/chrome_favicon_client.cc", |
| 405 "favicon/chrome_favicon_client.h", | 401 "favicon/chrome_favicon_client.h", |
| 406 "favicon/fallback_icon_service_factory.cc", | |
| 407 "favicon/fallback_icon_service_factory.h", | |
| 408 "favicon/favicon_service_factory.cc", | 402 "favicon/favicon_service_factory.cc", |
| 409 "favicon/favicon_service_factory.h", | 403 "favicon/favicon_service_factory.h", |
| 410 "favicon/favicon_utils.cc", | 404 "favicon/favicon_utils.cc", |
| 411 "favicon/favicon_utils.h", | 405 "favicon/favicon_utils.h", |
| 412 "favicon/large_icon_service_factory.cc", | 406 "favicon/large_icon_service_factory.cc", |
| 413 "favicon/large_icon_service_factory.h", | 407 "favicon/large_icon_service_factory.h", |
| 414 "file_select_helper.cc", | 408 "file_select_helper.cc", |
| 415 "file_select_helper.h", | 409 "file_select_helper.h", |
| 416 "file_select_helper_mac.mm", | 410 "file_select_helper_mac.mm", |
| 417 "flag_descriptions.cc", | 411 "flag_descriptions.cc", |
| (...skipping 4315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4733 "media/pepper_cdm_test_constants.cc", | 4727 "media/pepper_cdm_test_constants.cc", |
| 4734 "media/pepper_cdm_test_constants.h", | 4728 "media/pepper_cdm_test_constants.h", |
| 4735 ] | 4729 ] |
| 4736 } | 4730 } |
| 4737 } | 4731 } |
| 4738 | 4732 |
| 4739 service_manifest("preferences_forwarder_manifest") { | 4733 service_manifest("preferences_forwarder_manifest") { |
| 4740 name = "preferences_forwarder" | 4734 name = "preferences_forwarder" |
| 4741 source = "prefs/forwarder_manifest.json" | 4735 source = "prefs/forwarder_manifest.json" |
| 4742 } | 4736 } |
| OLD | NEW |