| 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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1570 "//sql", | 1570 "//sql", |
| 1571 "//storage/browser", | 1571 "//storage/browser", |
| 1572 "//storage/common", | 1572 "//storage/common", |
| 1573 "//third_party/WebKit/public:features", | 1573 "//third_party/WebKit/public:features", |
| 1574 "//third_party/WebKit/public:image_resources", | 1574 "//third_party/WebKit/public:image_resources", |
| 1575 "//third_party/WebKit/public:resources", | 1575 "//third_party/WebKit/public:resources", |
| 1576 "//third_party/cacheinvalidation", | 1576 "//third_party/cacheinvalidation", |
| 1577 "//third_party/icu", | 1577 "//third_party/icu", |
| 1578 "//third_party/leveldatabase", | 1578 "//third_party/leveldatabase", |
| 1579 "//third_party/libaddressinput", | 1579 "//third_party/libaddressinput", |
| 1580 "//third_party/libjingle", | |
| 1581 "//third_party/libxml", | 1580 "//third_party/libxml", |
| 1582 "//third_party/libyuv", | 1581 "//third_party/libyuv", |
| 1583 "//third_party/re2", | 1582 "//third_party/re2", |
| 1584 "//third_party/smhasher:cityhash", | 1583 "//third_party/smhasher:cityhash", |
| 1585 "//third_party/webrtc/modules/desktop_capture", | 1584 "//third_party/webrtc/modules/desktop_capture", |
| 1585 "//third_party/webrtc_overrides", |
| 1586 "//third_party/widevine/cdm:headers", | 1586 "//third_party/widevine/cdm:headers", |
| 1587 "//third_party/zlib", | 1587 "//third_party/zlib", |
| 1588 "//third_party/zlib:compression_utils", | 1588 "//third_party/zlib:compression_utils", |
| 1589 "//third_party/zlib:minizip", | 1589 "//third_party/zlib:minizip", |
| 1590 "//third_party/zlib:zip", | 1590 "//third_party/zlib:zip", |
| 1591 "//ui/base", | 1591 "//ui/base", |
| 1592 "//ui/base:ui_data_pack", | 1592 "//ui/base:ui_data_pack", |
| 1593 "//ui/base/ime", | 1593 "//ui/base/ime", |
| 1594 "//ui/events:events_base", | 1594 "//ui/events:events_base", |
| 1595 "//ui/gfx", | 1595 "//ui/gfx", |
| (...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4542 "media/pepper_cdm_test_constants.cc", | 4542 "media/pepper_cdm_test_constants.cc", |
| 4543 "media/pepper_cdm_test_constants.h", | 4543 "media/pepper_cdm_test_constants.h", |
| 4544 ] | 4544 ] |
| 4545 } | 4545 } |
| 4546 } | 4546 } |
| 4547 | 4547 |
| 4548 service_manifest("preferences_manifest") { | 4548 service_manifest("preferences_manifest") { |
| 4549 name = "preferences" | 4549 name = "preferences" |
| 4550 source = "prefs/preferences_manifest.json" | 4550 source = "prefs/preferences_manifest.json" |
| 4551 } | 4551 } |
| OLD | NEW |