| 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 "//third_party/widevine/cdm:headers", | 1570 "//third_party/widevine/cdm:headers", |
| 1571 "//third_party/zlib", | 1571 "//third_party/zlib", |
| 1572 "//third_party/zlib:compression_utils", | 1572 "//third_party/zlib:compression_utils", |
| 1573 "//third_party/zlib:minizip", | 1573 "//third_party/zlib:minizip", |
| 1574 "//third_party/zlib:zip", | 1574 "//third_party/zlib:zip", |
| 1575 "//ui/base", | 1575 "//ui/base", |
| 1576 "//ui/base:ui_data_pack", | 1576 "//ui/base:ui_data_pack", |
| 1577 "//ui/base/ime", | 1577 "//ui/base/ime", |
| 1578 "//ui/events:events_base", | 1578 "//ui/events:events_base", |
| 1579 "//ui/gfx", | 1579 "//ui/gfx", |
| 1580 "//ui/gfx:view_util", |
| 1580 "//ui/gfx/geometry", | 1581 "//ui/gfx/geometry", |
| 1581 "//ui/gl", | 1582 "//ui/gl", |
| 1582 "//ui/gl:gl_features", | 1583 "//ui/gl:gl_features", |
| 1583 "//ui/message_center", | 1584 "//ui/message_center", |
| 1584 "//ui/resources", | 1585 "//ui/resources", |
| 1585 "//ui/shell_dialogs", | 1586 "//ui/shell_dialogs", |
| 1586 "//ui/strings", | 1587 "//ui/strings", |
| 1587 "//ui/surface", | 1588 "//ui/surface", |
| 1588 "//ui/web_dialogs", | 1589 "//ui/web_dialogs", |
| 1589 ] | 1590 ] |
| (...skipping 2932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4522 "media/pepper_cdm_test_constants.cc", | 4523 "media/pepper_cdm_test_constants.cc", |
| 4523 "media/pepper_cdm_test_constants.h", | 4524 "media/pepper_cdm_test_constants.h", |
| 4524 ] | 4525 ] |
| 4525 } | 4526 } |
| 4526 } | 4527 } |
| 4527 | 4528 |
| 4528 service_manifest("preferences_manifest") { | 4529 service_manifest("preferences_manifest") { |
| 4529 name = "preferences" | 4530 name = "preferences" |
| 4530 source = "prefs/preferences_manifest.json" | 4531 source = "prefs/preferences_manifest.json" |
| 4531 } | 4532 } |
| OLD | NEW |