| 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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 libs = [] | 1363 libs = [] |
| 1364 ldflags = [] | 1364 ldflags = [] |
| 1365 | 1365 |
| 1366 allow_circular_includes_from = [ "//chrome/browser/ui" ] | 1366 allow_circular_includes_from = [ "//chrome/browser/ui" ] |
| 1367 | 1367 |
| 1368 # iOS/non-iOS shared deps. New dependencies should generally be added in the | 1368 # iOS/non-iOS shared deps. New dependencies should generally be added in the |
| 1369 # non-iOS deps below. | 1369 # non-iOS deps below. |
| 1370 public_deps = [ | 1370 public_deps = [ |
| 1371 "//chrome/common", | 1371 "//chrome/common", |
| 1372 "//components/autofill/core/browser", | 1372 "//components/autofill/core/browser", |
| 1373 "//components/payments:payment_validation", | 1373 "//components/payments/core", |
| 1374 "//components/sync", | 1374 "//components/sync", |
| 1375 "//content/public/browser", | 1375 "//content/public/browser", |
| 1376 "//sql", | 1376 "//sql", |
| 1377 ] | 1377 ] |
| 1378 deps = [ | 1378 deps = [ |
| 1379 ":resource_prefetch_predictor_proto", | 1379 ":resource_prefetch_predictor_proto", |
| 1380 "//cc", | 1380 "//cc", |
| 1381 "//chrome:extra_resources", | 1381 "//chrome:extra_resources", |
| 1382 "//chrome:resources", | 1382 "//chrome:resources", |
| 1383 "//chrome:strings", | 1383 "//chrome:strings", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1455 "//components/offline_pages/core/background:background_offliner", | 1455 "//components/offline_pages/core/background:background_offliner", |
| 1456 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", | 1456 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
| 1457 "//components/offline_pages/core/request_header:request_header", | 1457 "//components/offline_pages/core/request_header:request_header", |
| 1458 "//components/omnibox/browser", | 1458 "//components/omnibox/browser", |
| 1459 "//components/os_crypt", | 1459 "//components/os_crypt", |
| 1460 "//components/packed_ct_ev_whitelist", | 1460 "//components/packed_ct_ev_whitelist", |
| 1461 "//components/password_manager/content/browser", | 1461 "//components/password_manager/content/browser", |
| 1462 "//components/password_manager/core/browser", | 1462 "//components/password_manager/core/browser", |
| 1463 "//components/password_manager/core/common", | 1463 "//components/password_manager/core/common", |
| 1464 "//components/password_manager/sync/browser", | 1464 "//components/password_manager/sync/browser", |
| 1465 "//components/payments:payment_app", | 1465 "//components/payments/content:payment_app", |
| 1466 "//components/payments:payment_request", | 1466 "//components/payments/content:payment_request", |
| 1467 "//components/policy:generated", | 1467 "//components/policy:generated", |
| 1468 "//components/policy/core/browser", | 1468 "//components/policy/core/browser", |
| 1469 "//components/policy/proto", | 1469 "//components/policy/proto", |
| 1470 "//components/prefs:prefs", | 1470 "//components/prefs:prefs", |
| 1471 "//components/previews/core", | 1471 "//components/previews/core", |
| 1472 "//components/profile_metrics", | 1472 "//components/profile_metrics", |
| 1473 "//components/proxy_config", | 1473 "//components/proxy_config", |
| 1474 "//components/query_parser", | 1474 "//components/query_parser", |
| 1475 "//components/rappor", | 1475 "//components/rappor", |
| 1476 "//components/rappor:rappor_recorder", | 1476 "//components/rappor:rappor_recorder", |
| (...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3032 "sync/sessions/sync_sessions_metrics_android.cc", | 3032 "sync/sessions/sync_sessions_metrics_android.cc", |
| 3033 "sync/sessions/sync_sessions_metrics_android.h", | 3033 "sync/sessions/sync_sessions_metrics_android.h", |
| 3034 ] | 3034 ] |
| 3035 deps += [ | 3035 deps += [ |
| 3036 ":client_discourse_context_proto", | 3036 ":client_discourse_context_proto", |
| 3037 ":delta_file_proto", | 3037 ":delta_file_proto", |
| 3038 ":jni_headers", | 3038 ":jni_headers", |
| 3039 "//chrome/browser/android/webapk:proto", | 3039 "//chrome/browser/android/webapk:proto", |
| 3040 "//components/cdm/browser", | 3040 "//components/cdm/browser", |
| 3041 "//components/data_usage/android", | 3041 "//components/data_usage/android", |
| 3042 "//components/payments/android:payments_jni", | 3042 "//components/payments/content/android", |
| 3043 "//components/precache/content", | 3043 "//components/precache/content", |
| 3044 "//components/precache/core", | 3044 "//components/precache/core", |
| 3045 "//components/resources:components_resources", | 3045 "//components/resources:components_resources", |
| 3046 "//components/safe_browsing_db", | 3046 "//components/safe_browsing_db", |
| 3047 "//components/toolbar", | 3047 "//components/toolbar", |
| 3048 "//components/web_contents_delegate_android", | 3048 "//components/web_contents_delegate_android", |
| 3049 "//sandbox:sandbox_features", | 3049 "//sandbox:sandbox_features", |
| 3050 "//third_party/android_opengl/etc1", | 3050 "//third_party/android_opengl/etc1", |
| 3051 "//third_party/android_tools:cpu_features", | 3051 "//third_party/android_tools:cpu_features", |
| 3052 "//third_party/libaddressinput:util", | 3052 "//third_party/libaddressinput:util", |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 } | 3606 } |
| 3607 } | 3607 } |
| 3608 | 3608 |
| 3609 if (is_linux || is_win || is_mac) { | 3609 if (is_linux || is_win || is_mac) { |
| 3610 sources += [ | 3610 sources += [ |
| 3611 "payments/chrome_payment_request_delegate.cc", | 3611 "payments/chrome_payment_request_delegate.cc", |
| 3612 "payments/chrome_payment_request_delegate.h", | 3612 "payments/chrome_payment_request_delegate.h", |
| 3613 "payments/payment_request_factory.cc", | 3613 "payments/payment_request_factory.cc", |
| 3614 "payments/payment_request_factory.h", | 3614 "payments/payment_request_factory.h", |
| 3615 ] | 3615 ] |
| 3616 deps += [ "//components/payments:payment_request_impl" ] | 3616 deps += [ "//components/payments/content:payment_request_impl" ] |
| 3617 } | 3617 } |
| 3618 | 3618 |
| 3619 if (is_linux || is_win) { | 3619 if (is_linux || is_win) { |
| 3620 sources += [ | 3620 sources += [ |
| 3621 "renderer_context_menu/spelling_options_submenu_observer.cc", | 3621 "renderer_context_menu/spelling_options_submenu_observer.cc", |
| 3622 "renderer_context_menu/spelling_options_submenu_observer.h", | 3622 "renderer_context_menu/spelling_options_submenu_observer.h", |
| 3623 "webshare/share_service_impl.cc", | 3623 "webshare/share_service_impl.cc", |
| 3624 "webshare/share_service_impl.h", | 3624 "webshare/share_service_impl.h", |
| 3625 ] | 3625 ] |
| 3626 } | 3626 } |
| (...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4537 "media/pepper_cdm_test_constants.cc", | 4537 "media/pepper_cdm_test_constants.cc", |
| 4538 "media/pepper_cdm_test_constants.h", | 4538 "media/pepper_cdm_test_constants.h", |
| 4539 ] | 4539 ] |
| 4540 } | 4540 } |
| 4541 } | 4541 } |
| 4542 | 4542 |
| 4543 service_manifest("preferences_manifest") { | 4543 service_manifest("preferences_manifest") { |
| 4544 name = "preferences" | 4544 name = "preferences" |
| 4545 source = "prefs/preferences_manifest.json" | 4545 source = "prefs/preferences_manifest.json" |
| 4546 } | 4546 } |
| OLD | NEW |