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

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

Issue 2603043002: Add a Physical Web WebUI for Android (Closed)
Patch Set: Add explicit dependency Created 3 years, 11 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "webui/ntp/ntp_user_data_logger.cc", 377 "webui/ntp/ntp_user_data_logger.cc",
378 "webui/ntp/ntp_user_data_logger.h", 378 "webui/ntp/ntp_user_data_logger.h",
379 "webui/ntp_tiles_internals_ui.cc", 379 "webui/ntp_tiles_internals_ui.cc",
380 "webui/ntp_tiles_internals_ui.h", 380 "webui/ntp_tiles_internals_ui.h",
381 "webui/omnibox/omnibox_page_handler.cc", 381 "webui/omnibox/omnibox_page_handler.cc",
382 "webui/omnibox/omnibox_page_handler.h", 382 "webui/omnibox/omnibox_page_handler.h",
383 "webui/omnibox/omnibox_ui.cc", 383 "webui/omnibox/omnibox_ui.cc",
384 "webui/omnibox/omnibox_ui.h", 384 "webui/omnibox/omnibox_ui.h",
385 "webui/password_manager_internals/password_manager_internals_ui.cc", 385 "webui/password_manager_internals/password_manager_internals_ui.cc",
386 "webui/password_manager_internals/password_manager_internals_ui.h", 386 "webui/password_manager_internals/password_manager_internals_ui.h",
387 "webui/physical_web/physical_web_ui.cc",
388 "webui/physical_web/physical_web_ui.h",
387 "webui/policy_material_design_ui.cc", 389 "webui/policy_material_design_ui.cc",
388 "webui/policy_material_design_ui.h", 390 "webui/policy_material_design_ui.h",
389 "webui/policy_ui.cc", 391 "webui/policy_ui.cc",
390 "webui/policy_ui.h", 392 "webui/policy_ui.h",
391 "webui/policy_ui_handler.cc", 393 "webui/policy_ui_handler.cc",
392 "webui/policy_ui_handler.h", 394 "webui/policy_ui_handler.h",
393 "webui/predictors/predictors_handler.cc", 395 "webui/predictors/predictors_handler.cc",
394 "webui/predictors/predictors_handler.h", 396 "webui/predictors/predictors_handler.h",
395 "webui/predictors/predictors_ui.cc", 397 "webui/predictors/predictors_ui.cc",
396 "webui/predictors/predictors_ui.h", 398 "webui/predictors/predictors_ui.h",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 "//components/ntp_snippets", 517 "//components/ntp_snippets",
516 "//components/ntp_tiles", 518 "//components/ntp_tiles",
517 "//components/offline_pages/core", 519 "//components/offline_pages/core",
518 "//components/offline_pages/core/background:background_offliner", 520 "//components/offline_pages/core/background:background_offliner",
519 "//components/omnibox/browser", 521 "//components/omnibox/browser",
520 "//components/onc", 522 "//components/onc",
521 "//components/password_manager/content/browser", 523 "//components/password_manager/content/browser",
522 "//components/password_manager/core/browser", 524 "//components/password_manager/core/browser",
523 "//components/password_manager/sync/browser", 525 "//components/password_manager/sync/browser",
524 "//components/pdf/browser", 526 "//components/pdf/browser",
527 "//components/physical_web/data_source:data_source",
mattreynolds 2017/01/04 23:21:15 When the target is the same as the final directory
525 "//components/policy/core/browser", 528 "//components/policy/core/browser",
526 "//components/pref_registry", 529 "//components/pref_registry",
527 "//components/proximity_auth", 530 "//components/proximity_auth",
528 "//components/proxy_config", 531 "//components/proxy_config",
529 "//components/query_parser", 532 "//components/query_parser",
530 "//components/rappor", 533 "//components/rappor",
531 "//components/renderer_context_menu", 534 "//components/renderer_context_menu",
532 "//components/resources", 535 "//components/resources",
533 "//components/safe_browsing_db:safe_browsing_prefs", 536 "//components/safe_browsing_db:safe_browsing_prefs",
534 "//components/safe_json", 537 "//components/safe_json",
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2129 if (is_chromeos) { 2132 if (is_chromeos) {
2130 sources += [ "webui/print_preview/printer_backend_proxy_chromeos.cc" ] 2133 sources += [ "webui/print_preview/printer_backend_proxy_chromeos.cc" ]
2131 } else { 2134 } else {
2132 sources += [ "webui/print_preview/printer_backend_proxy.cc" ] 2135 sources += [ "webui/print_preview/printer_backend_proxy.cc" ]
2133 } 2136 }
2134 } 2137 }
2135 2138
2136 if (is_android) { 2139 if (is_android) {
2137 deps += [ 2140 deps += [
2138 "//components/navigation_interception", 2141 "//components/navigation_interception",
2142 "//components/physical_web/data_source",
2143 "//components/physical_web/webui",
2139 "//crypto:platform", 2144 "//crypto:platform",
2140 "//device/usb/mojo", 2145 "//device/usb/mojo",
2141 "//device/usb/public/interfaces", 2146 "//device/usb/public/interfaces",
2142 "//ui/android", 2147 "//ui/android",
2143 ] 2148 ]
2144 2149
2145 if (android_java_ui) { 2150 if (android_java_ui) {
2146 sources += [ 2151 sources += [
2147 "android/autofill/autofill_keyboard_accessory_view.cc", 2152 "android/autofill/autofill_keyboard_accessory_view.cc",
2148 "android/autofill/autofill_keyboard_accessory_view.h", 2153 "android/autofill/autofill_keyboard_accessory_view.h",
(...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
3469 "test/test_confirm_bubble_model.cc", 3474 "test/test_confirm_bubble_model.cc",
3470 "test/test_confirm_bubble_model.h", 3475 "test/test_confirm_bubble_model.h",
3471 ] 3476 ]
3472 deps += [ "//chrome/test:test_support_ui" ] 3477 deps += [ "//chrome/test:test_support_ui" ]
3473 } 3478 }
3474 3479
3475 if (enable_extensions) { 3480 if (enable_extensions) {
3476 deps += [ "//extensions/browser" ] 3481 deps += [ "//extensions/browser" ]
3477 } 3482 }
3478 } 3483 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698