| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1133 "window_sizer/window_sizer.cc", | 1133 "window_sizer/window_sizer.cc", |
| 1134 "window_sizer/window_sizer.h", | 1134 "window_sizer/window_sizer.h", |
| 1135 ] | 1135 ] |
| 1136 deps += [ | 1136 deps += [ |
| 1137 "//apps", | 1137 "//apps", |
| 1138 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1138 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 1139 "//chrome/common:features", | 1139 "//chrome/common:features", |
| 1140 "//components/feedback/proto", | 1140 "//components/feedback/proto", |
| 1141 "//components/proximity_auth/webui", | 1141 "//components/proximity_auth/webui", |
| 1142 "//device/bluetooth", | 1142 "//device/bluetooth", |
| 1143 "//mash/public/interfaces", |
| 1143 ] | 1144 ] |
| 1144 } | 1145 } |
| 1145 | 1146 |
| 1146 if (enable_basic_printing || enable_print_preview) { | 1147 if (enable_basic_printing || enable_print_preview) { |
| 1147 deps += [ "//printing" ] | 1148 deps += [ "//printing" ] |
| 1148 } | 1149 } |
| 1149 | 1150 |
| 1150 if (enable_nacl) { | 1151 if (enable_nacl) { |
| 1151 sources += [ | 1152 sources += [ |
| 1152 "webui/nacl_ui.cc", | 1153 "webui/nacl_ui.cc", |
| (...skipping 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3360 "passwords/passwords_model_delegate_mock.cc", | 3361 "passwords/passwords_model_delegate_mock.cc", |
| 3361 "passwords/passwords_model_delegate_mock.h", | 3362 "passwords/passwords_model_delegate_mock.h", |
| 3362 ] | 3363 ] |
| 3363 deps += [ "//chrome/test:test_support_ui" ] | 3364 deps += [ "//chrome/test:test_support_ui" ] |
| 3364 } | 3365 } |
| 3365 | 3366 |
| 3366 if (enable_extensions) { | 3367 if (enable_extensions) { |
| 3367 deps += [ "//extensions/browser" ] | 3368 deps += [ "//extensions/browser" ] |
| 3368 } | 3369 } |
| 3369 } | 3370 } |
| OLD | NEW |