| 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1569 "//media/midi", | 1569 "//media/midi", |
| 1570 "//mojo/common", | 1570 "//mojo/common", |
| 1571 "//mojo/edk/system", | 1571 "//mojo/edk/system", |
| 1572 "//mojo/public/cpp/bindings", | 1572 "//mojo/public/cpp/bindings", |
| 1573 "//mojo/public/js", | 1573 "//mojo/public/js", |
| 1574 "//net:extras", | 1574 "//net:extras", |
| 1575 "//ppapi/features", | 1575 "//ppapi/features", |
| 1576 "//printing/features", | 1576 "//printing/features", |
| 1577 "//rlz/features", | 1577 "//rlz/features", |
| 1578 "//services/image_decoder/public/cpp", | 1578 "//services/image_decoder/public/cpp", |
| 1579 "//services/preferences/public/cpp/", | 1579 "//services/preferences/public/cpp", |
| 1580 "//services/preferences/public/interfaces/", | 1580 "//services/preferences/public/cpp:service_main", |
| 1581 "//services/preferences/public/interfaces", |
| 1581 "//services/service_manager/public/cpp", | 1582 "//services/service_manager/public/cpp", |
| 1582 "//services/shape_detection/public/interfaces", | 1583 "//services/shape_detection/public/interfaces", |
| 1583 "//skia", | 1584 "//skia", |
| 1584 "//sql", | 1585 "//sql", |
| 1585 "//storage/browser", | 1586 "//storage/browser", |
| 1586 "//storage/common", | 1587 "//storage/common", |
| 1587 "//third_party/WebKit/public:features", | 1588 "//third_party/WebKit/public:features", |
| 1588 "//third_party/WebKit/public:image_resources", | 1589 "//third_party/WebKit/public:image_resources", |
| 1589 "//third_party/WebKit/public:resources", | 1590 "//third_party/WebKit/public:resources", |
| 1590 "//third_party/cacheinvalidation", | 1591 "//third_party/cacheinvalidation", |
| (...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4561 "media/pepper_cdm_test_constants.cc", | 4562 "media/pepper_cdm_test_constants.cc", |
| 4562 "media/pepper_cdm_test_constants.h", | 4563 "media/pepper_cdm_test_constants.h", |
| 4563 ] | 4564 ] |
| 4564 } | 4565 } |
| 4565 } | 4566 } |
| 4566 | 4567 |
| 4567 service_manifest("preferences_manifest") { | 4568 service_manifest("preferences_manifest") { |
| 4568 name = "preferences" | 4569 name = "preferences" |
| 4569 source = "prefs/preferences_manifest.json" | 4570 source = "prefs/preferences_manifest.json" |
| 4570 } | 4571 } |
| OLD | NEW |