| 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 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1482 "//components/domain_reliability", | 1482 "//components/domain_reliability", |
| 1483 "//components/doodle", | 1483 "//components/doodle", |
| 1484 "//components/download", | 1484 "//components/download", |
| 1485 "//components/error_page/common", | 1485 "//components/error_page/common", |
| 1486 "//components/favicon/content", | 1486 "//components/favicon/content", |
| 1487 "//components/favicon/core", | 1487 "//components/favicon/core", |
| 1488 "//components/favicon_base", | 1488 "//components/favicon_base", |
| 1489 "//components/flags_ui", | 1489 "//components/flags_ui", |
| 1490 "//components/gcm_driver", | 1490 "//components/gcm_driver", |
| 1491 "//components/google/core/browser", | 1491 "//components/google/core/browser", |
| 1492 "//components/guest_view/browser", | |
| 1493 "//components/handoff", | 1492 "//components/handoff", |
| 1494 "//components/history/content/browser", | 1493 "//components/history/content/browser", |
| 1495 "//components/history/core/browser", | 1494 "//components/history/core/browser", |
| 1496 "//components/history/core/common", | 1495 "//components/history/core/common", |
| 1497 "//components/infobars/core", | 1496 "//components/infobars/core", |
| 1498 "//components/invalidation/impl", | 1497 "//components/invalidation/impl", |
| 1499 "//components/keyed_service/content", | 1498 "//components/keyed_service/content", |
| 1500 "//components/metrics:call_stacks", | 1499 "//components/metrics:call_stacks", |
| 1501 "//components/metrics:gpu", | 1500 "//components/metrics:gpu", |
| 1502 "//components/metrics:net", | 1501 "//components/metrics:net", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1588 "//components/variations", | 1587 "//components/variations", |
| 1589 "//components/variations/field_trial_config", | 1588 "//components/variations/field_trial_config", |
| 1590 "//components/variations/net", | 1589 "//components/variations/net", |
| 1591 "//components/variations/service", | 1590 "//components/variations/service", |
| 1592 "//components/visitedlink/browser", | 1591 "//components/visitedlink/browser", |
| 1593 "//components/visitedlink/common", | 1592 "//components/visitedlink/common", |
| 1594 "//components/web_cache/browser", | 1593 "//components/web_cache/browser", |
| 1595 "//components/web_resource", | 1594 "//components/web_resource", |
| 1596 "//components/webdata/common", | 1595 "//components/webdata/common", |
| 1597 "//components/webdata_services", | 1596 "//components/webdata_services", |
| 1598 "//components/zoom", | |
| 1599 "//content/app/resources", | 1597 "//content/app/resources", |
| 1600 "//content/public/browser", | 1598 "//content/public/browser", |
| 1601 "//content/public/common", | 1599 "//content/public/common", |
| 1602 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 1600 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 1603 "//content/public/common:features", | 1601 "//content/public/common:features", |
| 1604 "//content/public/common:service_names", | 1602 "//content/public/common:service_names", |
| 1605 "//courgette:courgette_lib", | 1603 "//courgette:courgette_lib", |
| 1606 "//crypto", | 1604 "//crypto", |
| 1607 "//crypto:platform", | 1605 "//crypto:platform", |
| 1608 "//device/base", | 1606 "//device/base", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1680 # platforms use OOP Mojo resolution. | 1678 # platforms use OOP Mojo resolution. |
| 1681 if (is_android) { | 1679 if (is_android) { |
| 1682 deps += [ | 1680 deps += [ |
| 1683 "//net:net_with_v8", | 1681 "//net:net_with_v8", |
| 1684 "//v8", | 1682 "//v8", |
| 1685 ] | 1683 ] |
| 1686 } else { | 1684 } else { |
| 1687 deps += [ | 1685 deps += [ |
| 1688 "//chrome/app/vector_icons", | 1686 "//chrome/app/vector_icons", |
| 1689 "//chrome/browser/resources:component_extension_resources", | 1687 "//chrome/browser/resources:component_extension_resources", |
| 1688 "//components/zoom", |
| 1690 "//net:net", | 1689 "//net:net", |
| 1691 "//ui/vector_icons", | 1690 "//ui/vector_icons", |
| 1692 ] | 1691 ] |
| 1693 sources += [ | 1692 sources += [ |
| 1694 "sync/sessions/browser_list_router_helper.cc", | 1693 "sync/sessions/browser_list_router_helper.cc", |
| 1695 "sync/sessions/browser_list_router_helper.h", | 1694 "sync/sessions/browser_list_router_helper.h", |
| 1696 ] | 1695 ] |
| 1697 } | 1696 } |
| 1698 | 1697 |
| 1699 if (is_chromeos && use_cras) { | 1698 if (is_chromeos && use_cras) { |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1959 allow_circular_includes_from += [ | 1958 allow_circular_includes_from += [ |
| 1960 "//chrome/browser/apps", | 1959 "//chrome/browser/apps", |
| 1961 "//chrome/browser/extensions", | 1960 "//chrome/browser/extensions", |
| 1962 ] | 1961 ] |
| 1963 deps += [ | 1962 deps += [ |
| 1964 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 1963 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| 1965 "//chrome/common/extensions/api", | 1964 "//chrome/common/extensions/api", |
| 1966 "//chrome/common/extensions/api:api_registration", | 1965 "//chrome/common/extensions/api:api_registration", |
| 1967 "//chrome/common/extensions/api:extensions_features", | 1966 "//chrome/common/extensions/api:extensions_features", |
| 1968 "//components/drive", | 1967 "//components/drive", |
| 1968 "//components/guest_view/browser", |
| 1969 "//extensions/components/javascript_dialog_extensions_client", | 1969 "//extensions/components/javascript_dialog_extensions_client", |
| 1970 "//media/cast:net", | 1970 "//media/cast:net", |
| 1971 ] | 1971 ] |
| 1972 } | 1972 } |
| 1973 if (enable_background) { | 1973 if (enable_background) { |
| 1974 sources += [ | 1974 sources += [ |
| 1975 "background/background_application_list_model.cc", | 1975 "background/background_application_list_model.cc", |
| 1976 "background/background_application_list_model.h", | 1976 "background/background_application_list_model.h", |
| 1977 "background/background_contents_service.cc", | 1977 "background/background_contents_service.cc", |
| 1978 "background/background_contents_service.h", | 1978 "background/background_contents_service.h", |
| (...skipping 2721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4700 "media/pepper_cdm_test_constants.cc", | 4700 "media/pepper_cdm_test_constants.cc", |
| 4701 "media/pepper_cdm_test_constants.h", | 4701 "media/pepper_cdm_test_constants.h", |
| 4702 ] | 4702 ] |
| 4703 } | 4703 } |
| 4704 } | 4704 } |
| 4705 | 4705 |
| 4706 service_manifest("preferences_forwarder_manifest") { | 4706 service_manifest("preferences_forwarder_manifest") { |
| 4707 name = "preferences_forwarder" | 4707 name = "preferences_forwarder" |
| 4708 source = "prefs/forwarder_manifest.json" | 4708 source = "prefs/forwarder_manifest.json" |
| 4709 } | 4709 } |
| OLD | NEW |