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

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

Issue 1313383006: Don't compile save_password_infobar_delegate.cc everywhere but Mac and Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase against ToT Created 5 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
« no previous file with comments | « AUTHORS ('k') | chrome/browser/about_flags.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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 ] 368 ]
369 } 369 }
370 if (is_mac) { 370 if (is_mac) {
371 sources += 371 sources +=
372 rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome") 372 rebase_path(gypi_values.chrome_browser_mac_sources, ".", "//chrome")
373 deps += [ 373 deps += [
374 #"app_shim" TODO(GYP) bug 512600 374 #"app_shim" TODO(GYP) bug 512600
375 #"browser_app_shim" TODO(GYP) bug 512600 375 #"browser_app_shim" TODO(GYP) bug 512600
376 ] 376 ]
377 } 377 }
378 if (is_mac || is_android) {
379 sources += rebase_path(
380 gypi_values.chrome_browser_password_manager_mac_android_sources,
381 ".",
382 "//chrome")
383 }
378 if (enable_extensions) { 384 if (enable_extensions) {
379 public_deps += [ "//chrome/browser/extensions" ] 385 public_deps += [ "//chrome/browser/extensions" ]
380 deps += [ 386 deps += [
381 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto", 387 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr oto",
382 "//chrome/common/extensions/api", 388 "//chrome/common/extensions/api",
383 "//chrome/common/extensions/api:api_registration", 389 "//chrome/common/extensions/api:api_registration",
384 "//components/drive:drive", 390 "//components/drive:drive",
385 "//components/proximity_auth/ble", 391 "//components/proximity_auth/ble",
386 "//components/proximity_auth/cryptauth", 392 "//components/proximity_auth/cryptauth",
387 "//extensions/components/javascript_dialog_extensions_client", 393 "//extensions/components/javascript_dialog_extensions_client",
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1250 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1245 deps = [ 1251 deps = [
1246 "//components/google/core/browser", 1252 "//components/google/core/browser",
1247 "//components/omnibox/browser", 1253 "//components/omnibox/browser",
1248 "//components/rlz", 1254 "//components/rlz",
1249 "//components/search_engines", 1255 "//components/search_engines",
1250 "//rlz:rlz_lib", 1256 "//rlz:rlz_lib",
1251 ] 1257 ]
1252 } 1258 }
1253 } 1259 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698