Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 "ash/session_state_delegate_chromeos.cc", 1393 "ash/session_state_delegate_chromeos.cc",
1394 "ash/session_state_delegate_chromeos.h", 1394 "ash/session_state_delegate_chromeos.h",
1395 "ash/session_util.cc", 1395 "ash/session_util.cc",
1396 "ash/session_util.h", 1396 "ash/session_util.h",
1397 "ash/system_tray_delegate_chromeos.cc", 1397 "ash/system_tray_delegate_chromeos.cc",
1398 "ash/system_tray_delegate_chromeos.h", 1398 "ash/system_tray_delegate_chromeos.h",
1399 "ash/system_tray_delegate_utils.cc", 1399 "ash/system_tray_delegate_utils.cc",
1400 "ash/system_tray_delegate_utils.h", 1400 "ash/system_tray_delegate_utils.h",
1401 "ash/volume_controller_chromeos.cc", 1401 "ash/volume_controller_chromeos.cc",
1402 "ash/volume_controller_chromeos.h", 1402 "ash/volume_controller_chromeos.h",
1403 "ash/vpn_delegate_chromeos.cc", 1403 "ash/vpn_list_client.cc",
1404 "ash/vpn_delegate_chromeos.h", 1404 "ash/vpn_list_client.h",
1405 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1405 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1406 "views/ash/chrome_browser_main_extra_parts_ash.h", 1406 "views/ash/chrome_browser_main_extra_parts_ash.h",
1407 "views/ash/tab_scrubber.cc", 1407 "views/ash/tab_scrubber.cc",
1408 "views/ash/tab_scrubber.h", 1408 "views/ash/tab_scrubber.h",
1409 "views/touch_uma/touch_uma_ash.cc", 1409 "views/touch_uma/touch_uma_ash.cc",
1410 "window_sizer/window_sizer_ash.cc", 1410 "window_sizer/window_sizer_ash.cc",
1411 ] 1411 ]
1412 deps += [ 1412 deps += [
1413 "//ash", 1413 "//ash",
1414 "//ash:ash_with_content", 1414 "//ash:ash_with_content",
(...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 "test/test_confirm_bubble_model.cc", 3487 "test/test_confirm_bubble_model.cc",
3488 "test/test_confirm_bubble_model.h", 3488 "test/test_confirm_bubble_model.h",
3489 ] 3489 ]
3490 deps += [ "//chrome/test:test_support_ui" ] 3490 deps += [ "//chrome/test:test_support_ui" ]
3491 } 3491 }
3492 3492
3493 if (enable_extensions) { 3493 if (enable_extensions) {
3494 deps += [ "//extensions/browser" ] 3494 deps += [ "//extensions/browser" ]
3495 } 3495 }
3496 } 3496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698