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

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

Issue 2791533002: Convert Web Store Inline Install IPCs to mojo (Closed)
Patch Set: WebContentsFrameBindingSet in TabHelper, weak binding in WebstoreBindings Created 3 years, 8 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//rlz/features/features.gni") 11 import("//rlz/features/features.gni")
11 12
12 assert(enable_extensions) 13 assert(enable_extensions)
13 14
14 static_library("extensions") { 15 static_library("extensions") {
15 sources = [ 16 sources = [
16 # TODO These references to files in //chrome/browser/ should either be 17 # TODO These references to files in //chrome/browser/ should either be
17 # moved to the browser target or the files moved to this directory. 18 # moved to the browser target or the files moved to this directory.
18 "../apps/app_launch_for_metro_restart_win.cc", 19 "../apps/app_launch_for_metro_restart_win.cc",
19 "../apps/app_launch_for_metro_restart_win.h", 20 "../apps/app_launch_for_metro_restart_win.h",
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "//chrome:resources", 817 "//chrome:resources",
817 "//chrome:strings", 818 "//chrome:strings",
818 "//chrome/app:command_ids", 819 "//chrome/app:command_ids",
819 "//chrome/app/resources:platform_locale_settings", 820 "//chrome/app/resources:platform_locale_settings",
820 "//chrome/app/theme:chrome_unscaled_resources", 821 "//chrome/app/theme:chrome_unscaled_resources",
821 "//chrome/app/theme:theme_resources", 822 "//chrome/app/theme:theme_resources",
822 "//chrome/app/vector_icons", 823 "//chrome/app/vector_icons",
823 "//chrome/browser/devtools", 824 "//chrome/browser/devtools",
824 "//chrome/browser/media/router/discovery", 825 "//chrome/browser/media/router/discovery",
825 "//chrome/common", 826 "//chrome/common",
827 "//chrome/common/extensions:mojo_bindings",
826 "//chrome/common/extensions/api:api_registration", 828 "//chrome/common/extensions/api:api_registration",
827 "//chrome/common/extensions/api:extensions_features", 829 "//chrome/common/extensions/api:extensions_features",
828 "//chrome/common/safe_browsing:proto", 830 "//chrome/common/safe_browsing:proto",
829 "//components/app_modal", 831 "//components/app_modal",
830 "//components/autofill/content/browser", 832 "//components/autofill/content/browser",
831 "//components/bookmarks/browser", 833 "//components/bookmarks/browser",
832 "//components/bookmarks/managed", 834 "//components/bookmarks/managed",
833 "//components/browser_sync", 835 "//components/browser_sync",
834 "//components/browsing_data/core", 836 "//components/browsing_data/core",
835 "//components/bubble", 837 "//components/bubble",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 "api/braille_display_private/brlapi_connection.cc", 1189 "api/braille_display_private/brlapi_connection.cc",
1188 "api/braille_display_private/brlapi_connection.h", 1190 "api/braille_display_private/brlapi_connection.h",
1189 "api/braille_display_private/brlapi_keycode_map.cc", 1191 "api/braille_display_private/brlapi_keycode_map.cc",
1190 "api/braille_display_private/brlapi_keycode_map.h", 1192 "api/braille_display_private/brlapi_keycode_map.h",
1191 ] 1193 ]
1192 deps += [ "//build/linux/libbrlapi" ] 1194 deps += [ "//build/linux/libbrlapi" ]
1193 } else { 1195 } else {
1194 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1196 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1195 } 1197 }
1196 } 1198 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/tab_helper.h » ('j') | chrome/browser/extensions/tab_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698