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

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

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: Comments Created 3 years, 10 months 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 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 libs += [ 3009 libs += [
3010 "Carbon.framework", 3010 "Carbon.framework",
3011 "Quartz.framework", 3011 "Quartz.framework",
3012 ] 3012 ]
3013 } else { # non-Mac. 3013 } else { # non-Mac.
3014 sources += [ "web_contents_sizer.cc" ] 3014 sources += [ "web_contents_sizer.cc" ]
3015 } 3015 }
3016 3016
3017 if (is_win) { 3017 if (is_win) {
3018 sources += [ 3018 sources += [
3019 "desktop_ios_promotion/desktop_ios_promotion.h",
3019 "desktop_ios_promotion/desktop_ios_promotion_controller.cc", 3020 "desktop_ios_promotion/desktop_ios_promotion_controller.cc",
3020 "desktop_ios_promotion/desktop_ios_promotion_controller.h", 3021 "desktop_ios_promotion/desktop_ios_promotion_controller.h",
3021 "desktop_ios_promotion/desktop_ios_promotion_util.cc", 3022 "desktop_ios_promotion/desktop_ios_promotion_util.cc",
3022 "desktop_ios_promotion/desktop_ios_promotion_util.h", 3023 "desktop_ios_promotion/desktop_ios_promotion_util.h",
3023 "desktop_ios_promotion/sms_service.cc", 3024 "desktop_ios_promotion/sms_service.cc",
3024 "desktop_ios_promotion/sms_service.h", 3025 "desktop_ios_promotion/sms_service.h",
3025 "desktop_ios_promotion/sms_service_factory.cc", 3026 "desktop_ios_promotion/sms_service_factory.cc",
3026 "desktop_ios_promotion/sms_service_factory.h", 3027 "desktop_ios_promotion/sms_service_factory.h",
3027 "input_method/input_method_engine.cc", 3028 "input_method/input_method_engine.cc",
3028 "input_method/input_method_engine.h", 3029 "input_method/input_method_engine.h",
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
3515 "test/test_confirm_bubble_model.cc", 3516 "test/test_confirm_bubble_model.cc",
3516 "test/test_confirm_bubble_model.h", 3517 "test/test_confirm_bubble_model.h",
3517 ] 3518 ]
3518 deps += [ "//chrome/test:test_support_ui" ] 3519 deps += [ "//chrome/test:test_support_ui" ]
3519 } 3520 }
3520 3521
3521 if (enable_extensions) { 3522 if (enable_extensions) {
3522 deps += [ "//extensions/browser" ] 3523 deps += [ "//extensions/browser" ]
3523 } 3524 }
3524 } 3525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698