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

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

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 years, 4 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
« no previous file with comments | « components/web_modal/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//extensions/extensions.gni") 7 import("//extensions/extensions.gni")
8 8
9 # GYP version: extensions/extensions.gyp:extensions_browser 9 # GYP version: extensions/extensions.gyp:extensions_browser
10 source_set("browser") { 10 source_set("browser") {
11 sources = [] 11 sources = []
12 12
13 deps = [ 13 deps = [
14 "//base:i18n", 14 "//base:i18n",
15 "//components/guest_view/browser", 15 "//components/guest_view/browser",
16 "//components/keyed_service/content", 16 "//components/keyed_service/content",
17 "//components/keyed_service/core", 17 "//components/keyed_service/core",
18 "//components/pref_registry", 18 "//components/pref_registry",
19 "//components/sessions", 19 "//components/sessions",
20 "//components/ui/zoom:ui_zoom", 20 "//components/ui/zoom",
21 "//components/web_cache/browser", 21 "//components/web_cache/browser",
22 "//components/web_modal", 22 "//components/web_modal",
23 "//content/public/browser", 23 "//content/public/browser",
24 "//crypto:platform", 24 "//crypto:platform",
25 "//extensions/common", 25 "//extensions/common",
26 "//extensions/common/api", 26 "//extensions/common/api",
27 "//extensions/common/api:api_registration", 27 "//extensions/common/api:api_registration",
28 "//extensions/strings", 28 "//extensions/strings",
29 "//google_apis", 29 "//google_apis",
30 "//skia", 30 "//skia",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 win_or_mac_sources = rebase_path( 96 win_or_mac_sources = rebase_path(
97 extensions_gypi_values.extensions_browser_sources_win_or_mac, 97 extensions_gypi_values.extensions_browser_sources_win_or_mac,
98 ".", 98 ".",
99 "//extensions") 99 "//extensions")
100 sources += win_or_mac_sources 100 sources += win_or_mac_sources
101 } 101 }
102 } 102 }
103 } 103 }
104 } 104 }
105 } 105 }
OLDNEW
« no previous file with comments | « components/web_modal/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698