| 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 "engagement/site_engagement_service_factory.h", | 394 "engagement/site_engagement_service_factory.h", |
| 395 "experiments/memory_ablation_experiment.cc", | 395 "experiments/memory_ablation_experiment.cc", |
| 396 "experiments/memory_ablation_experiment.h", | 396 "experiments/memory_ablation_experiment.h", |
| 397 | 397 |
| 398 # Oh hey, all the cool browser/extensions files are hanging out in | 398 # Oh hey, all the cool browser/extensions files are hanging out in |
| 399 # //chrome/browser/extensions/BUILD.gn | 399 # //chrome/browser/extensions/BUILD.gn |
| 400 "external_protocol/external_protocol_handler.cc", | 400 "external_protocol/external_protocol_handler.cc", |
| 401 "external_protocol/external_protocol_handler.h", | 401 "external_protocol/external_protocol_handler.h", |
| 402 "external_protocol/external_protocol_observer.cc", | 402 "external_protocol/external_protocol_observer.cc", |
| 403 "external_protocol/external_protocol_observer.h", | 403 "external_protocol/external_protocol_observer.h", |
| 404 "favicon/chrome_fallback_icon_client.cc", | |
| 405 "favicon/chrome_fallback_icon_client.h", | |
| 406 "favicon/chrome_fallback_icon_client_factory.cc", | |
| 407 "favicon/chrome_fallback_icon_client_factory.h", | |
| 408 "favicon/chrome_favicon_client.cc", | 404 "favicon/chrome_favicon_client.cc", |
| 409 "favicon/chrome_favicon_client.h", | 405 "favicon/chrome_favicon_client.h", |
| 410 "favicon/fallback_icon_service_factory.cc", | |
| 411 "favicon/fallback_icon_service_factory.h", | |
| 412 "favicon/favicon_service_factory.cc", | 406 "favicon/favicon_service_factory.cc", |
| 413 "favicon/favicon_service_factory.h", | 407 "favicon/favicon_service_factory.h", |
| 414 "favicon/favicon_utils.cc", | 408 "favicon/favicon_utils.cc", |
| 415 "favicon/favicon_utils.h", | 409 "favicon/favicon_utils.h", |
| 416 "favicon/large_icon_service_factory.cc", | 410 "favicon/large_icon_service_factory.cc", |
| 417 "favicon/large_icon_service_factory.h", | 411 "favicon/large_icon_service_factory.h", |
| 418 "file_select_helper.cc", | 412 "file_select_helper.cc", |
| 419 "file_select_helper.h", | 413 "file_select_helper.h", |
| 420 "file_select_helper_mac.mm", | 414 "file_select_helper_mac.mm", |
| 421 "flag_descriptions.cc", | 415 "flag_descriptions.cc", |
| (...skipping 4347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4769 "media/pepper_cdm_test_constants.cc", | 4763 "media/pepper_cdm_test_constants.cc", |
| 4770 "media/pepper_cdm_test_constants.h", | 4764 "media/pepper_cdm_test_constants.h", |
| 4771 ] | 4765 ] |
| 4772 } | 4766 } |
| 4773 } | 4767 } |
| 4774 | 4768 |
| 4775 service_manifest("preferences_forwarder_manifest") { | 4769 service_manifest("preferences_forwarder_manifest") { |
| 4776 name = "preferences_forwarder" | 4770 name = "preferences_forwarder" |
| 4777 source = "prefs/forwarder_manifest.json" | 4771 source = "prefs/forwarder_manifest.json" |
| 4778 } | 4772 } |
| OLD | NEW |