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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
9 | 9 |
10 assert(use_aura) | 10 assert(use_aura) |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 "common/mojo_interface_factory.h", | 124 "common/mojo_interface_factory.h", |
125 "common/multi_profile_uma.cc", | 125 "common/multi_profile_uma.cc", |
126 "common/multi_profile_uma.h", | 126 "common/multi_profile_uma.h", |
127 "common/new_window_client_proxy.cc", | 127 "common/new_window_client_proxy.cc", |
128 "common/new_window_client_proxy.h", | 128 "common/new_window_client_proxy.h", |
129 "common/palette_delegate.h", | 129 "common/palette_delegate.h", |
130 "common/popup_message.cc", | 130 "common/popup_message.cc", |
131 "common/popup_message.h", | 131 "common/popup_message.h", |
132 "common/scoped_root_window_for_new_windows.cc", | 132 "common/scoped_root_window_for_new_windows.cc", |
133 "common/scoped_root_window_for_new_windows.h", | 133 "common/scoped_root_window_for_new_windows.h", |
| 134 "common/session/session_controller.cc", |
| 135 "common/session/session_controller.h", |
134 "common/session/session_state_delegate.cc", | 136 "common/session/session_state_delegate.cc", |
135 "common/session/session_state_delegate.h", | 137 "common/session/session_state_delegate.h", |
136 "common/session/session_state_observer.cc", | 138 "common/session/session_state_observer.cc", |
137 "common/session/session_state_observer.h", | 139 "common/session/session_state_observer.h", |
138 "common/shelf/app_list_button.cc", | 140 "common/shelf/app_list_button.cc", |
139 "common/shelf/app_list_button.h", | 141 "common/shelf/app_list_button.h", |
140 "common/shelf/app_list_shelf_item_delegate.cc", | 142 "common/shelf/app_list_shelf_item_delegate.cc", |
141 "common/shelf/app_list_shelf_item_delegate.h", | 143 "common/shelf/app_list_shelf_item_delegate.h", |
142 "common/shelf/ink_drop_button_listener.h", | 144 "common/shelf/ink_drop_button_listener.h", |
143 "common/shelf/overflow_bubble.cc", | 145 "common/shelf/overflow_bubble.cc", |
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1505 if (is_win) { | 1507 if (is_win) { |
1506 configs -= [ "//build/config/win:console" ] | 1508 configs -= [ "//build/config/win:console" ] |
1507 configs += [ "//build/config/win:windowed" ] | 1509 configs += [ "//build/config/win:windowed" ] |
1508 deps += [ "//sandbox" ] | 1510 deps += [ "//sandbox" ] |
1509 } | 1511 } |
1510 | 1512 |
1511 if (is_chromeos) { | 1513 if (is_chromeos) { |
1512 deps += [ "//device/bluetooth" ] | 1514 deps += [ "//device/bluetooth" ] |
1513 } | 1515 } |
1514 } | 1516 } |
OLD | NEW |