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

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

Issue 2143383002: [Translate] Migrate IPCs to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots Created 4 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 | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_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 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 "ui/webui/signin/login_ui_test_utils.cc", 1316 "ui/webui/signin/login_ui_test_utils.cc",
1317 "ui/webui/signin/login_ui_test_utils.h", 1317 "ui/webui/signin/login_ui_test_utils.h",
1318 ] 1318 ]
1319 1319
1320 configs += [ "//build/config:precompiled_headers" ] 1320 configs += [ "//build/config:precompiled_headers" ]
1321 1321
1322 deps = [ 1322 deps = [
1323 "//components/metrics:test_support", 1323 "//components/metrics:test_support",
1324 "//components/password_manager/content/public/interfaces", 1324 "//components/password_manager/content/public/interfaces",
1325 "//components/password_manager/core/browser:test_support", 1325 "//components/password_manager/core/browser:test_support",
1326 "//components/translate/content/common",
1326 "//skia", 1327 "//skia",
1327 "//testing/gtest", 1328 "//testing/gtest",
1328 ] 1329 ]
1329 } 1330 }
1330 1331
1331 if (enable_rlz_support) { 1332 if (enable_rlz_support) {
1332 static_library("rlz") { 1333 static_library("rlz") {
1333 sources = 1334 sources =
1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1335 deps = [ 1336 deps = [
(...skipping 11 matching lines...) Expand all
1347 # linking all of the test support. 1348 # linking all of the test support.
1348 static_library("pepper_cdm_test_constants") { 1349 static_library("pepper_cdm_test_constants") {
1349 testonly = true 1350 testonly = true
1350 visibility = [ "//chrome/*" ] 1351 visibility = [ "//chrome/*" ]
1351 sources = [ 1352 sources = [
1352 "media/pepper_cdm_test_constants.cc", 1353 "media/pepper_cdm_test_constants.cc",
1353 "media/pepper_cdm_test_constants.h", 1354 "media/pepper_cdm_test_constants.h",
1354 ] 1355 ]
1355 } 1356 }
1356 } 1357 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698