| 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 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2637 "cocoa/find_bar/find_bar_view_cocoa.h", | 2637 "cocoa/find_bar/find_bar_view_cocoa.h", |
| 2638 "cocoa/find_bar/find_bar_view_cocoa.mm", | 2638 "cocoa/find_bar/find_bar_view_cocoa.mm", |
| 2639 "cocoa/first_run_bubble_controller.h", | 2639 "cocoa/first_run_bubble_controller.h", |
| 2640 "cocoa/first_run_bubble_controller.mm", | 2640 "cocoa/first_run_bubble_controller.mm", |
| 2641 "cocoa/floating_bar_backing_view.h", | 2641 "cocoa/floating_bar_backing_view.h", |
| 2642 "cocoa/floating_bar_backing_view.mm", | 2642 "cocoa/floating_bar_backing_view.mm", |
| 2643 "cocoa/framed_browser_window.h", | 2643 "cocoa/framed_browser_window.h", |
| 2644 "cocoa/framed_browser_window.mm", | 2644 "cocoa/framed_browser_window.mm", |
| 2645 "cocoa/full_size_content_window.h", | 2645 "cocoa/full_size_content_window.h", |
| 2646 "cocoa/full_size_content_window.mm", | 2646 "cocoa/full_size_content_window.mm", |
| 2647 "cocoa/fullscreen/fullscreen_menubar_tracker.h", |
| 2648 "cocoa/fullscreen/fullscreen_menubar_tracker.mm", |
| 2647 "cocoa/fullscreen_low_power_coordinator.h", | 2649 "cocoa/fullscreen_low_power_coordinator.h", |
| 2648 "cocoa/fullscreen_low_power_coordinator.mm", | 2650 "cocoa/fullscreen_low_power_coordinator.mm", |
| 2649 "cocoa/fullscreen_toolbar_controller.h", | 2651 "cocoa/fullscreen_toolbar_controller.h", |
| 2650 "cocoa/fullscreen_toolbar_controller.mm", | 2652 "cocoa/fullscreen_toolbar_controller.mm", |
| 2651 "cocoa/fullscreen_window.h", | 2653 "cocoa/fullscreen_window.h", |
| 2652 "cocoa/fullscreen_window.mm", | 2654 "cocoa/fullscreen_window.mm", |
| 2653 "cocoa/global_error_bubble_controller.h", | 2655 "cocoa/global_error_bubble_controller.h", |
| 2654 "cocoa/global_error_bubble_controller.mm", | 2656 "cocoa/global_error_bubble_controller.mm", |
| 2655 "cocoa/gradient_button_cell.h", | 2657 "cocoa/gradient_button_cell.h", |
| 2656 "cocoa/gradient_button_cell.mm", | 2658 "cocoa/gradient_button_cell.mm", |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3423 "test/test_confirm_bubble_model.cc", | 3425 "test/test_confirm_bubble_model.cc", |
| 3424 "test/test_confirm_bubble_model.h", | 3426 "test/test_confirm_bubble_model.h", |
| 3425 ] | 3427 ] |
| 3426 deps += [ "//chrome/test:test_support_ui" ] | 3428 deps += [ "//chrome/test:test_support_ui" ] |
| 3427 } | 3429 } |
| 3428 | 3430 |
| 3429 if (enable_extensions) { | 3431 if (enable_extensions) { |
| 3430 deps += [ "//extensions/browser" ] | 3432 deps += [ "//extensions/browser" ] |
| 3431 } | 3433 } |
| 3432 } | 3434 } |
| OLD | NEW |