| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "webui/version_handler.h", | 434 "webui/version_handler.h", |
| 435 "webui/version_handler_chromeos.cc", | 435 "webui/version_handler_chromeos.cc", |
| 436 "webui/version_handler_chromeos.h", | 436 "webui/version_handler_chromeos.h", |
| 437 "webui/version_ui.cc", | 437 "webui/version_ui.cc", |
| 438 "webui/version_ui.h", | 438 "webui/version_ui.h", |
| 439 "window_sizer/window_sizer_mac.mm", | 439 "window_sizer/window_sizer_mac.mm", |
| 440 "zoom/chrome_zoom_level_otr_delegate.cc", | 440 "zoom/chrome_zoom_level_otr_delegate.cc", |
| 441 "zoom/chrome_zoom_level_otr_delegate.h", | 441 "zoom/chrome_zoom_level_otr_delegate.h", |
| 442 "zoom/chrome_zoom_level_prefs.cc", | 442 "zoom/chrome_zoom_level_prefs.cc", |
| 443 "zoom/chrome_zoom_level_prefs.h", | 443 "zoom/chrome_zoom_level_prefs.h", |
| 444 "zoom/chrome_zoom_prefs_helper.cc", |
| 445 "zoom/chrome_zoom_prefs_helper.h", |
| 444 ] | 446 ] |
| 445 | 447 |
| 446 defines = [] | 448 defines = [] |
| 447 libs = [] | 449 libs = [] |
| 448 | 450 |
| 449 configs += [ | 451 configs += [ |
| 450 ":ui_warnings", | 452 ":ui_warnings", |
| 451 "//build/config:precompiled_headers", | 453 "//build/config:precompiled_headers", |
| 452 "//build/config/compiler:wexit_time_destructors", | 454 "//build/config/compiler:wexit_time_destructors", |
| 453 ] | 455 ] |
| (...skipping 3053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3507 "test/test_confirm_bubble_model.cc", | 3509 "test/test_confirm_bubble_model.cc", |
| 3508 "test/test_confirm_bubble_model.h", | 3510 "test/test_confirm_bubble_model.h", |
| 3509 ] | 3511 ] |
| 3510 deps += [ "//chrome/test:test_support_ui" ] | 3512 deps += [ "//chrome/test:test_support_ui" ] |
| 3511 } | 3513 } |
| 3512 | 3514 |
| 3513 if (enable_extensions) { | 3515 if (enable_extensions) { |
| 3514 deps += [ "//extensions/browser" ] | 3516 deps += [ "//extensions/browser" ] |
| 3515 } | 3517 } |
| 3516 } | 3518 } |
| OLD | NEW |