| 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") |
| 11 import("//components/os_crypt/features.gni") | 11 import("//components/os_crypt/features.gni") |
| 12 import("//components/spellcheck/spellcheck_build_features.gni") | 12 import("//components/spellcheck/spellcheck_build_features.gni") |
| 13 import("//extensions/features/features.gni") | 13 import("//extensions/features/features.gni") |
| 14 import("//media/media_options.gni") | 14 import("//media/media_options.gni") |
| 15 import("//net/features.gni") | 15 import("//net/features.gni") |
| 16 import("//ppapi/features/features.gni") | 16 import("//ppapi/features/features.gni") |
| 17 import("//printing/features/features.gni") | 17 import("//printing/features/features.gni") |
| 18 import("//rlz/features/features.gni") | 18 import("//rlz/features/features.gni") |
| 19 import("//sandbox/features.gni") | 19 import("//sandbox/features.gni") |
| 20 import("//services/service_manager/public/service_manifest.gni") |
| 20 import("//third_party/protobuf/proto_library.gni") | 21 import("//third_party/protobuf/proto_library.gni") |
| 21 import("//ui/base/ui_features.gni") | 22 import("//ui/base/ui_features.gni") |
| 22 | 23 |
| 23 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 24 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 24 # produces a conflict for the "grit" template so we have to only include one. | 25 # produces a conflict for the "grit" template so we have to only include one. |
| 25 if (is_android) { | 26 if (is_android) { |
| 26 import("//build/config/android/rules.gni") | 27 import("//build/config/android/rules.gni") |
| 27 } else { | 28 } else { |
| 28 import("//tools/grit/grit_rule.gni") | 29 import("//tools/grit/grit_rule.gni") |
| 29 } | 30 } |
| (...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 "prefs/chrome_pref_service_factory.cc", | 919 "prefs/chrome_pref_service_factory.cc", |
| 919 "prefs/chrome_pref_service_factory.h", | 920 "prefs/chrome_pref_service_factory.h", |
| 920 "prefs/incognito_mode_prefs.cc", | 921 "prefs/incognito_mode_prefs.cc", |
| 921 "prefs/incognito_mode_prefs.h", | 922 "prefs/incognito_mode_prefs.h", |
| 922 "prefs/origin_trial_prefs.cc", | 923 "prefs/origin_trial_prefs.cc", |
| 923 "prefs/origin_trial_prefs.h", | 924 "prefs/origin_trial_prefs.h", |
| 924 "prefs/pref_metrics_service.cc", | 925 "prefs/pref_metrics_service.cc", |
| 925 "prefs/pref_metrics_service.h", | 926 "prefs/pref_metrics_service.h", |
| 926 "prefs/pref_service_syncable_util.cc", | 927 "prefs/pref_service_syncable_util.cc", |
| 927 "prefs/pref_service_syncable_util.h", | 928 "prefs/pref_service_syncable_util.h", |
| 929 "prefs/preferences_connection_manager.cc", |
| 930 "prefs/preferences_connection_manager.h", |
| 931 "prefs/preferences_manager.cc", |
| 932 "prefs/preferences_manager.h", |
| 928 "prefs/profile_pref_store_manager.cc", | 933 "prefs/profile_pref_store_manager.cc", |
| 929 "prefs/profile_pref_store_manager.h", | 934 "prefs/profile_pref_store_manager.h", |
| 930 "prefs/session_startup_pref.cc", | 935 "prefs/session_startup_pref.cc", |
| 931 "prefs/session_startup_pref.h", | 936 "prefs/session_startup_pref.h", |
| 932 "prerender/prerender_config.cc", | 937 "prerender/prerender_config.cc", |
| 933 "prerender/prerender_config.h", | 938 "prerender/prerender_config.h", |
| 934 "prerender/prerender_contents.cc", | 939 "prerender/prerender_contents.cc", |
| 935 "prerender/prerender_contents.h", | 940 "prerender/prerender_contents.h", |
| 936 "prerender/prerender_field_trial.cc", | 941 "prerender/prerender_field_trial.cc", |
| 937 "prerender/prerender_field_trial.h", | 942 "prerender/prerender_field_trial.h", |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1517 "//mojo/common", | 1522 "//mojo/common", |
| 1518 "//mojo/edk/system", | 1523 "//mojo/edk/system", |
| 1519 "//mojo/public/cpp/bindings", | 1524 "//mojo/public/cpp/bindings", |
| 1520 "//mojo/public/js", | 1525 "//mojo/public/js", |
| 1521 "//net:extras", | 1526 "//net:extras", |
| 1522 "//net:net_with_v8", | 1527 "//net:net_with_v8", |
| 1523 "//ppapi/features", | 1528 "//ppapi/features", |
| 1524 "//printing/features", | 1529 "//printing/features", |
| 1525 "//rlz/features", | 1530 "//rlz/features", |
| 1526 "//services/image_decoder/public/cpp", | 1531 "//services/image_decoder/public/cpp", |
| 1532 "//services/preferences/public/interfaces/", |
| 1527 "//services/service_manager/public/cpp", | 1533 "//services/service_manager/public/cpp", |
| 1528 "//skia", | 1534 "//skia", |
| 1529 "//sql", | 1535 "//sql", |
| 1530 "//storage/browser", | 1536 "//storage/browser", |
| 1531 "//storage/common", | 1537 "//storage/common", |
| 1532 "//third_party/WebKit/public:features", | 1538 "//third_party/WebKit/public:features", |
| 1533 "//third_party/WebKit/public:image_resources", | 1539 "//third_party/WebKit/public:image_resources", |
| 1534 "//third_party/WebKit/public:resources", | 1540 "//third_party/WebKit/public:resources", |
| 1535 "//third_party/cacheinvalidation", | 1541 "//third_party/cacheinvalidation", |
| 1536 "//third_party/icu", | 1542 "//third_party/icu", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1557 "//ui/gl", | 1563 "//ui/gl", |
| 1558 "//ui/gl:gl_features", | 1564 "//ui/gl:gl_features", |
| 1559 "//ui/message_center", | 1565 "//ui/message_center", |
| 1560 "//ui/resources", | 1566 "//ui/resources", |
| 1561 "//ui/shell_dialogs", | 1567 "//ui/shell_dialogs", |
| 1562 "//ui/strings", | 1568 "//ui/strings", |
| 1563 "//ui/surface", | 1569 "//ui/surface", |
| 1564 "//ui/web_dialogs", | 1570 "//ui/web_dialogs", |
| 1565 "//v8", | 1571 "//v8", |
| 1566 ] | 1572 ] |
| 1567 data_deps = [] | 1573 data_deps = [ |
| 1574 ":preferences_manifest", |
| 1575 ] |
| 1568 | 1576 |
| 1569 if (is_chromeos && use_cras) { | 1577 if (is_chromeos && use_cras) { |
| 1570 defines += [ "USE_CRAS" ] | 1578 defines += [ "USE_CRAS" ] |
| 1571 } | 1579 } |
| 1572 | 1580 |
| 1573 if (toolkit_views) { | 1581 if (toolkit_views) { |
| 1574 deps += [ "//ui/views" ] | 1582 deps += [ "//ui/views" ] |
| 1575 } | 1583 } |
| 1576 | 1584 |
| 1577 if (is_win || is_mac) { | 1585 if (is_win || is_mac) { |
| (...skipping 2889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4467 # linking all of the test support. | 4475 # linking all of the test support. |
| 4468 static_library("pepper_cdm_test_constants") { | 4476 static_library("pepper_cdm_test_constants") { |
| 4469 testonly = true | 4477 testonly = true |
| 4470 visibility = [ "//chrome/*" ] | 4478 visibility = [ "//chrome/*" ] |
| 4471 sources = [ | 4479 sources = [ |
| 4472 "media/pepper_cdm_test_constants.cc", | 4480 "media/pepper_cdm_test_constants.cc", |
| 4473 "media/pepper_cdm_test_constants.h", | 4481 "media/pepper_cdm_test_constants.h", |
| 4474 ] | 4482 ] |
| 4475 } | 4483 } |
| 4476 } | 4484 } |
| 4485 |
| 4486 service_manifest("preferences_manifest") { |
| 4487 name = "preferences" |
| 4488 source = "prefs/preferences_manifest.json" |
| 4489 } |
| OLD | NEW |