| 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 2560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2571 "cocoa/browser_window_cocoa.mm", | 2571 "cocoa/browser_window_cocoa.mm", |
| 2572 "cocoa/browser_window_controller.h", | 2572 "cocoa/browser_window_controller.h", |
| 2573 "cocoa/browser_window_controller.mm", | 2573 "cocoa/browser_window_controller.mm", |
| 2574 "cocoa/browser_window_controller_private.h", | 2574 "cocoa/browser_window_controller_private.h", |
| 2575 "cocoa/browser_window_controller_private.mm", | 2575 "cocoa/browser_window_controller_private.mm", |
| 2576 "cocoa/browser_window_factory_cocoa.mm", | 2576 "cocoa/browser_window_factory_cocoa.mm", |
| 2577 "cocoa/browser_window_fullscreen_transition.h", | 2577 "cocoa/browser_window_fullscreen_transition.h", |
| 2578 "cocoa/browser_window_fullscreen_transition.mm", | 2578 "cocoa/browser_window_fullscreen_transition.mm", |
| 2579 "cocoa/browser_window_layout.h", | 2579 "cocoa/browser_window_layout.h", |
| 2580 "cocoa/browser_window_layout.mm", | 2580 "cocoa/browser_window_layout.mm", |
| 2581 "cocoa/browser_window_touch_bar.h", |
| 2582 "cocoa/browser_window_touch_bar.mm", |
| 2581 "cocoa/browser_window_utils.h", | 2583 "cocoa/browser_window_utils.h", |
| 2582 "cocoa/browser_window_utils.mm", | 2584 "cocoa/browser_window_utils.mm", |
| 2583 "cocoa/bubble_combobox.h", | 2585 "cocoa/bubble_combobox.h", |
| 2584 "cocoa/bubble_combobox.mm", | 2586 "cocoa/bubble_combobox.mm", |
| 2585 "cocoa/bubble_sync_promo_controller.h", | 2587 "cocoa/bubble_sync_promo_controller.h", |
| 2586 "cocoa/bubble_sync_promo_controller.mm", | 2588 "cocoa/bubble_sync_promo_controller.mm", |
| 2587 "cocoa/bubble_view.h", | 2589 "cocoa/bubble_view.h", |
| 2588 "cocoa/bubble_view.mm", | 2590 "cocoa/bubble_view.mm", |
| 2589 "cocoa/certificate_viewer_mac_cocoa.h", | 2591 "cocoa/certificate_viewer_mac_cocoa.h", |
| 2590 "cocoa/certificate_viewer_mac_cocoa.mm", | 2592 "cocoa/certificate_viewer_mac_cocoa.mm", |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3514 "test/test_confirm_bubble_model.cc", | 3516 "test/test_confirm_bubble_model.cc", |
| 3515 "test/test_confirm_bubble_model.h", | 3517 "test/test_confirm_bubble_model.h", |
| 3516 ] | 3518 ] |
| 3517 deps += [ "//chrome/test:test_support_ui" ] | 3519 deps += [ "//chrome/test:test_support_ui" ] |
| 3518 } | 3520 } |
| 3519 | 3521 |
| 3520 if (enable_extensions) { | 3522 if (enable_extensions) { |
| 3521 deps += [ "//extensions/browser" ] | 3523 deps += [ "//extensions/browser" ] |
| 3522 } | 3524 } |
| 3523 } | 3525 } |
| OLD | NEW |