| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "favicon/fallback_icon_service_factory.h", | 399 "favicon/fallback_icon_service_factory.h", |
| 400 "favicon/favicon_service_factory.cc", | 400 "favicon/favicon_service_factory.cc", |
| 401 "favicon/favicon_service_factory.h", | 401 "favicon/favicon_service_factory.h", |
| 402 "favicon/favicon_utils.cc", | 402 "favicon/favicon_utils.cc", |
| 403 "favicon/favicon_utils.h", | 403 "favicon/favicon_utils.h", |
| 404 "favicon/large_icon_service_factory.cc", | 404 "favicon/large_icon_service_factory.cc", |
| 405 "favicon/large_icon_service_factory.h", | 405 "favicon/large_icon_service_factory.h", |
| 406 "file_select_helper.cc", | 406 "file_select_helper.cc", |
| 407 "file_select_helper.h", | 407 "file_select_helper.h", |
| 408 "file_select_helper_mac.mm", | 408 "file_select_helper_mac.mm", |
| 409 "flag_descriptions.cc", |
| 410 "flag_descriptions.h", |
| 409 "fullscreen.h", | 411 "fullscreen.h", |
| 410 "fullscreen_chromeos.cc", | 412 "fullscreen_chromeos.cc", |
| 411 "fullscreen_mac.mm", | 413 "fullscreen_mac.mm", |
| 412 "fullscreen_win.cc", | 414 "fullscreen_win.cc", |
| 413 "gcm/gcm_product_util.cc", | 415 "gcm/gcm_product_util.cc", |
| 414 "gcm/gcm_product_util.h", | 416 "gcm/gcm_product_util.h", |
| 415 "gcm/gcm_profile_service_factory.cc", | 417 "gcm/gcm_profile_service_factory.cc", |
| 416 "gcm/gcm_profile_service_factory.h", | 418 "gcm/gcm_profile_service_factory.h", |
| 417 "gcm/instance_id/instance_id_profile_service.cc", | 419 "gcm/instance_id/instance_id_profile_service.cc", |
| 418 "gcm/instance_id/instance_id_profile_service.h", | 420 "gcm/instance_id/instance_id_profile_service.h", |
| (...skipping 4189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4608 "media/pepper_cdm_test_constants.cc", | 4610 "media/pepper_cdm_test_constants.cc", |
| 4609 "media/pepper_cdm_test_constants.h", | 4611 "media/pepper_cdm_test_constants.h", |
| 4610 ] | 4612 ] |
| 4611 } | 4613 } |
| 4612 } | 4614 } |
| 4613 | 4615 |
| 4614 service_manifest("preferences_manifest") { | 4616 service_manifest("preferences_manifest") { |
| 4615 name = "preferences" | 4617 name = "preferences" |
| 4616 source = "prefs/preferences_manifest.json" | 4618 source = "prefs/preferences_manifest.json" |
| 4617 } | 4619 } |
| OLD | NEW |