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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2253 "cocoa/profiles/profile_menu_controller.h", | 2253 "cocoa/profiles/profile_menu_controller.h", |
2254 "cocoa/profiles/profile_menu_controller.mm", | 2254 "cocoa/profiles/profile_menu_controller.mm", |
2255 "cocoa/renderer_context_menu/render_view_context_menu_mac.h", | 2255 "cocoa/renderer_context_menu/render_view_context_menu_mac.h", |
2256 "cocoa/renderer_context_menu/render_view_context_menu_mac.mm", | 2256 "cocoa/renderer_context_menu/render_view_context_menu_mac.mm", |
2257 "cocoa/status_icons/status_icon_mac.h", | 2257 "cocoa/status_icons/status_icon_mac.h", |
2258 "cocoa/status_icons/status_icon_mac.mm", | 2258 "cocoa/status_icons/status_icon_mac.mm", |
2259 "cocoa/status_icons/status_tray_mac.h", | 2259 "cocoa/status_icons/status_tray_mac.h", |
2260 "cocoa/status_icons/status_tray_mac.mm", | 2260 "cocoa/status_icons/status_tray_mac.mm", |
2261 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h", | 2261 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.h", |
2262 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm", | 2262 "cocoa/tab_contents/chrome_web_contents_view_delegate_mac.mm", |
2263 "cocoa/tab_contents/sad_tab_controller.h", | 2263 "cocoa/tab_contents/sad_tab_mac.mm", |
2264 "cocoa/tab_contents/sad_tab_controller.mm", | |
2265 "cocoa/tab_contents/sad_tab_view_cocoa.h", | 2264 "cocoa/tab_contents/sad_tab_view_cocoa.h", |
2266 "cocoa/tab_contents/sad_tab_view_cocoa.mm", | 2265 "cocoa/tab_contents/sad_tab_view_cocoa.mm", |
2267 "cocoa/tab_contents/web_drag_bookmark_handler_mac.h", | 2266 "cocoa/tab_contents/web_drag_bookmark_handler_mac.h", |
2268 "cocoa/tab_contents/web_drag_bookmark_handler_mac.mm", | 2267 "cocoa/tab_contents/web_drag_bookmark_handler_mac.mm", |
2269 "cocoa/ui_localizer.h", | 2268 "cocoa/ui_localizer.h", |
2270 "cocoa/ui_localizer.mm", | 2269 "cocoa/ui_localizer.mm", |
2271 "cocoa/web_contents_modal_dialog_host_cocoa.h", | 2270 "cocoa/web_contents_modal_dialog_host_cocoa.h", |
2272 "cocoa/web_contents_modal_dialog_host_cocoa.mm", | 2271 "cocoa/web_contents_modal_dialog_host_cocoa.mm", |
2273 | 2272 |
2274 # TODO(estade): this class should be folded into | 2273 # TODO(estade): this class should be folded into |
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3360 "passwords/passwords_model_delegate_mock.cc", | 3359 "passwords/passwords_model_delegate_mock.cc", |
3361 "passwords/passwords_model_delegate_mock.h", | 3360 "passwords/passwords_model_delegate_mock.h", |
3362 ] | 3361 ] |
3363 deps += [ "//chrome/test:test_support_ui" ] | 3362 deps += [ "//chrome/test:test_support_ui" ] |
3364 } | 3363 } |
3365 | 3364 |
3366 if (enable_extensions) { | 3365 if (enable_extensions) { |
3367 deps += [ "//extensions/browser" ] | 3366 deps += [ "//extensions/browser" ] |
3368 } | 3367 } |
3369 } | 3368 } |
OLD | NEW |