| 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 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1572 "//media/midi", | 1572 "//media/midi", |
| 1573 "//mojo/common", | 1573 "//mojo/common", |
| 1574 "//mojo/edk/system", | 1574 "//mojo/edk/system", |
| 1575 "//mojo/public/cpp/bindings", | 1575 "//mojo/public/cpp/bindings", |
| 1576 "//mojo/public/js", | 1576 "//mojo/public/js", |
| 1577 "//net:extras", | 1577 "//net:extras", |
| 1578 "//ppapi/features", | 1578 "//ppapi/features", |
| 1579 "//printing/features", | 1579 "//printing/features", |
| 1580 "//rlz/features", | 1580 "//rlz/features", |
| 1581 "//services/image_decoder/public/cpp", | 1581 "//services/image_decoder/public/cpp", |
| 1582 "//services/preferences/public/cpp/", | 1582 "//services/preferences/public/cpp", |
| 1583 "//services/preferences/public/interfaces/", | 1583 "//services/preferences/public/cpp:service_main", |
| 1584 "//services/preferences/public/interfaces", |
| 1584 "//services/service_manager/public/cpp", | 1585 "//services/service_manager/public/cpp", |
| 1585 "//services/shape_detection/public/interfaces", | 1586 "//services/shape_detection/public/interfaces", |
| 1586 "//skia", | 1587 "//skia", |
| 1587 "//sql", | 1588 "//sql", |
| 1588 "//storage/browser", | 1589 "//storage/browser", |
| 1589 "//storage/common", | 1590 "//storage/common", |
| 1590 "//third_party/WebKit/public:features", | 1591 "//third_party/WebKit/public:features", |
| 1591 "//third_party/WebKit/public:image_resources", | 1592 "//third_party/WebKit/public:image_resources", |
| 1592 "//third_party/WebKit/public:resources", | 1593 "//third_party/WebKit/public:resources", |
| 1593 "//third_party/cacheinvalidation", | 1594 "//third_party/cacheinvalidation", |
| (...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4583 "media/pepper_cdm_test_constants.cc", | 4584 "media/pepper_cdm_test_constants.cc", |
| 4584 "media/pepper_cdm_test_constants.h", | 4585 "media/pepper_cdm_test_constants.h", |
| 4585 ] | 4586 ] |
| 4586 } | 4587 } |
| 4587 } | 4588 } |
| 4588 | 4589 |
| 4589 service_manifest("preferences_manifest") { | 4590 service_manifest("preferences_manifest") { |
| 4590 name = "preferences" | 4591 name = "preferences" |
| 4591 source = "prefs/preferences_manifest.json" | 4592 source = "prefs/preferences_manifest.json" |
| 4592 } | 4593 } |
| OLD | NEW |