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 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2635 "cocoa/first_run_bubble_controller.h", | 2635 "cocoa/first_run_bubble_controller.h", |
2636 "cocoa/first_run_bubble_controller.mm", | 2636 "cocoa/first_run_bubble_controller.mm", |
2637 "cocoa/floating_bar_backing_view.h", | 2637 "cocoa/floating_bar_backing_view.h", |
2638 "cocoa/floating_bar_backing_view.mm", | 2638 "cocoa/floating_bar_backing_view.mm", |
2639 "cocoa/framed_browser_window.h", | 2639 "cocoa/framed_browser_window.h", |
2640 "cocoa/framed_browser_window.mm", | 2640 "cocoa/framed_browser_window.mm", |
2641 "cocoa/full_size_content_window.h", | 2641 "cocoa/full_size_content_window.h", |
2642 "cocoa/full_size_content_window.mm", | 2642 "cocoa/full_size_content_window.mm", |
2643 "cocoa/fullscreen/fullscreen_menubar_tracker.h", | 2643 "cocoa/fullscreen/fullscreen_menubar_tracker.h", |
2644 "cocoa/fullscreen/fullscreen_menubar_tracker.mm", | 2644 "cocoa/fullscreen/fullscreen_menubar_tracker.mm", |
| 2645 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.h", |
| 2646 "cocoa/fullscreen/fullscreen_toolbar_animation_controller.mm", |
2645 "cocoa/fullscreen_low_power_coordinator.h", | 2647 "cocoa/fullscreen_low_power_coordinator.h", |
2646 "cocoa/fullscreen_low_power_coordinator.mm", | 2648 "cocoa/fullscreen_low_power_coordinator.mm", |
2647 "cocoa/fullscreen_toolbar_controller.h", | 2649 "cocoa/fullscreen_toolbar_controller.h", |
2648 "cocoa/fullscreen_toolbar_controller.mm", | 2650 "cocoa/fullscreen_toolbar_controller.mm", |
2649 "cocoa/fullscreen_window.h", | 2651 "cocoa/fullscreen_window.h", |
2650 "cocoa/fullscreen_window.mm", | 2652 "cocoa/fullscreen_window.mm", |
2651 "cocoa/global_error_bubble_controller.h", | 2653 "cocoa/global_error_bubble_controller.h", |
2652 "cocoa/global_error_bubble_controller.mm", | 2654 "cocoa/global_error_bubble_controller.mm", |
2653 "cocoa/gradient_button_cell.h", | 2655 "cocoa/gradient_button_cell.h", |
2654 "cocoa/gradient_button_cell.mm", | 2656 "cocoa/gradient_button_cell.mm", |
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3415 "test/test_confirm_bubble_model.cc", | 3417 "test/test_confirm_bubble_model.cc", |
3416 "test/test_confirm_bubble_model.h", | 3418 "test/test_confirm_bubble_model.h", |
3417 ] | 3419 ] |
3418 deps += [ "//chrome/test:test_support_ui" ] | 3420 deps += [ "//chrome/test:test_support_ui" ] |
3419 } | 3421 } |
3420 | 3422 |
3421 if (enable_extensions) { | 3423 if (enable_extensions) { |
3422 deps += [ "//extensions/browser" ] | 3424 deps += [ "//extensions/browser" ] |
3423 } | 3425 } |
3424 } | 3426 } |
OLD | NEW |