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

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

Issue 586623002: Cleanup: Remove remaining generated extensions APIs on Android. (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 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/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 8
9 gypi_values = exec_script( 9 gypi_values = exec_script(
10 "//build/gypi_to_gn.py", 10 "//build/gypi_to_gn.py",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//sync", 77 "//sync",
78 ] 78 ]
79 79
80 if (!is_ios) { 80 if (!is_ios) {
81 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, 81 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources,
82 ".", "//chrome") 82 ".", "//chrome")
83 deps += [ 83 deps += [
84 "//chrome/browser/devtools", 84 "//chrome/browser/devtools",
85 "//chrome/browser/ui/views", 85 "//chrome/browser/ui/views",
86 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 86 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
87 "//chrome/common/extensions/api",
88 "//chrome/common/extensions/api:api_registration",
89 "//chrome/installer/util", 87 "//chrome/installer/util",
90 "//components/autofill/content/browser:risk_proto", 88 "//components/autofill/content/browser:risk_proto",
91 "//components/power", 89 "//components/power",
92 "//device/bluetooth", 90 "//device/bluetooth",
93 "//device/nfc", 91 "//device/nfc",
94 "//media", 92 "//media",
95 "//mojo/system", 93 "//mojo/system",
96 "//net:net_with_v8", 94 "//net:net_with_v8",
97 "//storage/browser", 95 "//storage/browser",
98 "//storage/common", 96 "//storage/common",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 sources += rebase_path( 373 sources += rebase_path(
376 gypi_values.chrome_browser_ui_autofill_dialog_non_mobile_sources, 374 gypi_values.chrome_browser_ui_autofill_dialog_non_mobile_sources,
377 ".", "//chrome") 375 ".", "//chrome")
378 deps += [ 376 deps += [
379 "//third_party/libaddressinput", 377 "//third_party/libaddressinput",
380 "//third_party/libaddressinput:strings", 378 "//third_party/libaddressinput:strings",
381 ] 379 ]
382 } 380 }
383 } 381 }
384 if (enable_extensions) { 382 if (enable_extensions) {
385 deps += [ "//chrome/browser/extensions" ] 383 deps += [
384 "//chrome/browser/extensions",
385 "//chrome/common/extensions/api",
386 "//chrome/common/extensions/api:api_registration",
387 ]
386 sources += rebase_path(gypi_values.chrome_browser_ui_extensions_sources, 388 sources += rebase_path(gypi_values.chrome_browser_ui_extensions_sources,
387 ".", "//chrome") 389 ".", "//chrome")
388 } 390 }
389 if (enable_google_now && !is_android) { 391 if (enable_google_now && !is_android) {
390 sources += rebase_path( 392 sources += rebase_path(
391 gypi_values.chrome_browser_ui_google_now_non_android_sources, 393 gypi_values.chrome_browser_ui_google_now_non_android_sources,
392 ".", "//chrome") 394 ".", "//chrome")
393 } 395 }
394 if (enable_webrtc) { 396 if (enable_webrtc) {
395 sources += rebase_path(gypi_values.chrome_browser_ui_webrtc_sources, 397 sources += rebase_path(gypi_values.chrome_browser_ui_webrtc_sources,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "//net:test_support", 464 "//net:test_support",
463 "//skia", 465 "//skia",
464 "//testing/gtest", 466 "//testing/gtest",
465 "//ui/base", 467 "//ui/base",
466 ] 468 ]
467 469
468 forward_dependent_configs_from = [ 470 forward_dependent_configs_from = [
469 ":ui", 471 ":ui",
470 ] 472 ]
471 } 473 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/managed_bookmarks_policy_handler_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698